diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 6d0593b73280..257ed80b021d 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,109 +1,108 @@ PORTNAME= digikam -DISTVERSION= 7.1.0 -PORTREVISION= 5 +DISTVERSION= 7.3.0 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE digital photo management application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libboost_graph.so:devel/boost-libs \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libMagickCore-6.so:graphics/ImageMagick6 \ libgphoto2.so:graphics/libgphoto2 \ libicalss.so:devel/libical \ libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ liblqr-1.so:graphics/liblqr-1 \ libopencv_core.so:graphics/opencv \ libpgf.so:graphics/libpgf \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libx265.so:multimedia/x265 USES= bison cmake compiler:c++11-lib desktop-file-utils eigen:3 gl \ gnome jpeg kde:5 pkgconfig qt:5 shebangfix tar:xz xorg USE_GL= gl glu USE_GNOME= glib20 libxml2 libxslt USE_KDE= archive auth bookmarks calendarcore codecs completion config \ configwidgets coreaddons crash doctools ecm filemetadata \ guiaddons i18n iconthemes itemmodels itemviews jobwidgets kdelibs4support \ kio marble libkipi notifications notifyconfig parts service \ solid sonnet textwidgets threadweaver unitconversion \ widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative gui location network opengl \ printsupport sql webchannel widgets x11extras xml xmlpatterns \ sql-sqlite3_run \ buildtools_build qmake_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes SHEBANG_FILES= core/data/scripts/digitaglinktree/digitaglinktree # Disable kipiplugins, as they are built in their own port: graphics/kipiplugins. # Remember to keep that port in sync with this one. CMAKE_ON= DIGIKAMSC_COMPILE_DIGIKAM OPTIONS_DEFINE= DOCS DOXYGEN KDEPIM KVKONTAKTE MEDIAPLAYER MYSQL NLS WEBENGINE OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NWEBENGINE} OPTIONS_SUB= yes DOCS_DESC= Digikam documentation DOCS_CMAKE_BOOL= DIGIKAMSC_COMPILE_DOC DOCS_USES= gettext DOCS_USE= KDE=doctools DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS KDEPIM_DESC= KDEPim Addressbook support KDEPIM_USE= KDE=akonadi,akonadicontacts,contacts KDEPIM_CMAKE_BOOL= ENABLE_AKONADICONTACTSUPPORT KDEPIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact MEDIAPLAYER_DESC= Enable mediaplayer MEDIAPLAYER_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libQtAV.so:multimedia/QtAV MEDIAPLAYER_CMAKE_BOOL= ENABLE_MEDIAPLAYER MEDIAPLAYER_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FFmpeg \ CMAKE_DISABLE_FIND_PACKAGE_QtAV MYSQL_USES= mysql:server MYSQL_USE= QT=sql-mysql_run MYSQL_CMAKE_BOOL= ENABLE_INTERNALMYSQL \ ENABLE_MYSQLSUPPORT MYSQL_CMAKE_ON= -DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \ -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER} KVKONTAKTE_DESC= vk.com Plugin KVKONTAKTE_LIB_DEPENDS= libKF5Vkontakte.so:net/libkvkontakte KVKONTAKTE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Vkontakte NLS_DESC= Digikam i18n translations NLS_CMAKE_BOOL= DIGIKAMSC_COMPILE_PO NLS_USES= gettext NLS_USE= KDE=i18n WEBENGINE_DESC= Use Qt WebEngine instead of WebKit WEBENGINE_USE= QT=webengine WEBENGINE_USE_OFF= QT=webkit WEBENGINE_CMAKE_BOOL= ENABLE_QWEBENGINE PLIST_SUB= SHLIB_VER=${DISTVERSION} .include .if ${PORT_OPTIONS:MWEBENGINE} DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine EXPIRATION_DATE=2021-06-23 .endif .include diff --git a/graphics/digikam/distinfo b/graphics/digikam/distinfo index ef268a80d055..4a0c0144116b 100644 --- a/graphics/digikam/distinfo +++ b/graphics/digikam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599295900 -SHA256 (KDE/digikam/7.1.0/digikam-7.1.0.tar.xz) = b103c8463adf04939583199e13f8e83015d8a4a9ad79ebfd502d2a50b5a5abbe -SIZE (KDE/digikam/7.1.0/digikam-7.1.0.tar.xz) = 593501044 +TIMESTAMP = 1626164066 +SHA256 (KDE/digikam/7.3.0/digikam-7.3.0.tar.xz) = 95aea93be1cfd39bb52333b82b3e57bf68080c7d1319d754d167a20f6dbe4551 +SIZE (KDE/digikam/7.3.0/digikam-7.3.0.tar.xz) = 256985340 diff --git a/graphics/digikam/files/patch-core_app_utils_digikam__version.cpp b/graphics/digikam/files/patch-core_app_utils_digikam__version.cpp deleted file mode 100644 index 13adac682ee2..000000000000 --- a/graphics/digikam/files/patch-core_app_utils_digikam__version.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- core/app/utils/digikam_version.cpp.orig 2019-11-03 09:03:59 UTC -+++ core/app/utils/digikam_version.cpp -@@ -29,7 +29,7 @@ - - // Local includes. - --#include "gitversion.h" -+#define GITVERSION "" - #include "daboutdata.h" - - #if defined(Q_CC_GNU) diff --git a/graphics/digikam/pkg-plist b/graphics/digikam/pkg-plist index 6e97f6bd481b..839bf74fdc6e 100644 --- a/graphics/digikam/pkg-plist +++ b/graphics/digikam/pkg-plist @@ -1,816 +1,810 @@ bin/cleanup_digikamdb bin/digikam bin/digitaglinktree bin/showfoto include/digikam/batchtool.h include/digikam/bcgcontainer.h include/digikam/coredbaccess.h include/digikam/coredbalbuminfo.h include/digikam/coredbconstants.h include/digikam/coredbfields.h include/digikam/coredburl.h include/digikam/curvescontainer.h +include/digikam/dactivelabel.h include/digikam/dbengineaction.h include/digikam/dbengineconfig.h include/digikam/dbengineconfigsettings.h include/digikam/dbengineerrorhandler.h include/digikam/dbengineparameters.h include/digikam/dcolor.h include/digikam/dcolorblend.h include/digikam/dcolorcomposer.h include/digikam/dcolorpixelaccess.h include/digikam/dcolorselector.h include/digikam/dhistoryview.h include/digikam/digikam_config.h include/digikam/digikam_core_export.h include/digikam/digikam_database_export.h include/digikam/digikam_export.h include/digikam/digikam_globals.h include/digikam/digikam_gui_export.h include/digikam/dimg.h include/digikam/dimgbuiltinfilter.h include/digikam/dimgloaderobserver.h include/digikam/dimgpreviewitem.h include/digikam/dimgthreadedanalyser.h include/digikam/dimgthreadedfilter.h include/digikam/dinfointerface.h include/digikam/ditemslist.h include/digikam/dmessagebox.h include/digikam/dmetainfoiface.h include/digikam/dplugin.h include/digikam/dpluginaboutdlg.h include/digikam/dpluginaction.h include/digikam/dpluginauthor.h include/digikam/dpluginbqm.h include/digikam/dplugindialog.h include/digikam/dplugineditor.h include/digikam/dplugingeneric.h include/digikam/dpluginloader.h include/digikam/dpluginrawimport.h include/digikam/dpreviewimage.h include/digikam/dpreviewmanager.h +include/digikam/dprogresswdg.h include/digikam/drawdecoder.h include/digikam/drawdecodersettings.h include/digikam/drawdecoding.h include/digikam/drawinfo.h include/digikam/dsavesettingswidget.h include/digikam/dwizarddlg.h include/digikam/dwizardpage.h include/digikam/dynamicthread.h include/digikam/editortool.h include/digikam/filesaveconflictbox.h include/digikam/filteraction.h include/digikam/geocoordinates.h include/digikam/geoifacetypes.h include/digikam/gpsdatacontainer.h include/digikam/gpsitemcontainer.h include/digikam/graphicsdimgitem.h include/digikam/graphicsdimgview.h include/digikam/historyimageid.h include/digikam/iccprofile.h include/digikam/icctransform.h include/digikam/imagedialog.h include/digikam/imageiface.h include/digikam/imageregionwidget.h include/digikam/imagezoomsettings.h include/digikam/iofilesettings.h include/digikam/iteminfo.h include/digikam/iteminfolist.h include/digikam/loadingdescription.h include/digikam/loadsavethread.h include/digikam/managedloadsavethread.h include/digikam/metaengine.h include/digikam/metaengine_data.h include/digikam/photoinfocontainer.h include/digikam/previewlayout.h include/digikam/previewsettings.h include/digikam/previewtoolbar.h include/digikam/queuesettings.h include/digikam/rginfo.h include/digikam/thumbnailinfo.h include/digikam/thumbnailloadthread.h include/digikam/wbcontainer.h +include/digikam/wstooldialog.h +include/digikam/wstoolutils.h lib/cmake/DigikamCore/DigikamCoreConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamCore/DigikamCoreConfig.cmake lib/cmake/DigikamCore/DigikamCoreConfigVersion.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfig.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfigVersion.cmake lib/cmake/DigikamGui/DigikamGuiConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamGui/DigikamGuiConfig.cmake lib/cmake/DigikamGui/DigikamGuiConfigVersion.cmake lib/cmake/DigikamPlugin/DigikamPluginConfig.cmake lib/libdigikamcore.so lib/libdigikamcore.so.%%SHLIB_VER%% lib/libdigikamdatabase.so lib/libdigikamdatabase.so.%%SHLIB_VER%% lib/libdigikamgui.so lib/libdigikamgui.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AntiVignetting_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AssignTemplate_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AutoCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_BWconvert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_BcgCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Blur_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Border_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ChannelMixer_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ColorBalance_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ColorFX_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Convert16To8_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Convert8To16_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToDNG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToHEIF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToJP2lugin_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToJPEG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToPGF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToPNG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToTIFF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Crop_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_CurvesAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_FilmGrain_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Flip_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_HotPixels_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_HslCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_IccConvert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Invert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_LensAutoFix_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_LocalContrast_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_NoiseReduction_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_RedEyeCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_RemoveMetadata_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Resize_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Restoration_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Rotate_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Sharpen_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Texture_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_TimeAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_UserScript_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_WaterMark_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_WhiteBalance_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_HEIF_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_ImageMagick_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_JPEG2000_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_JPEG_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_PGF_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_PNG_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_QImage_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_RAW_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_TIFF_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AdjustCurvesTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AdjustLevelsTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AntivignettingTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AutoCorrectionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AutoCropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BWSepiaTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BcgTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BlurFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BlurTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BorderTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_CBTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ChannelMixerTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_CharcoalTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ColorFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ContentAwareResizeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_Convert16To8Tool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_Convert8To16Tool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_DistortionFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_EmbossTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FilmGrainTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FilmTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FreeRotationTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HSLTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HealingCloneTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HotpixelsTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_InsertTextTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_InvertTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LensAutoFixTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LensDistortionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LocalContrastTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_NoiseReductionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_OilPaintTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_PerspectiveTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_PrintTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ProfileConversionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RainDropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RatioCropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RedEyeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ResizeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RestorationTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_SharpenTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ShearTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_TextureTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_WhiteBalanceTool_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Box_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Calendar_Plugin.so +%%QT_PLUGINDIR%%/digikam/generic/Generic_DNGConverter_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_DigitalScanner_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_DropBox_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ExpoBlending_Plugin.so -%%QT_PLUGINDIR%%/digikam/generic/Generic_FaceBook_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_FileCopy_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_FileTransfer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Flickr_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_GLViewer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_GeolocationEdit_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Google_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_HtmlGallery_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ImageShack_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ImgUr_Plugin.so -%%QT_PLUGINDIR%%/digikam/generic/Generic_IpFs_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_JAlbum_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MediaServer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MediaWiki_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MetadataEdit_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_OneDrive_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Panorama_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Pinterest_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Piwigo_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Presentation_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_PrintCreator_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Rajce_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SendByMail_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SlideShow_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SmugMug_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_TimeAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Twitter_Plugin.so %%KVKONTAKTE%%%%QT_PLUGINDIR%%/digikam/generic/Generic_VKontakte_Plugin.so %%MEDIAPLAYER%%%%QT_PLUGINDIR%%/digikam/generic/Generic_VideoSlideShow_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Wallpaper_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_YandexFotki_Plugin.so +%%QT_PLUGINDIR%%/digikam/generic/Generic_iNaturalist_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_DarkTable_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_Native_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_RawTherapee_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_UFRaw_Plugin.so man/man1/cleanup_digikamdb.1.gz man/man1/digitaglinktree.1.gz share/applications/org.kde.digikam.desktop share/applications/org.kde.showfoto.desktop %%DATADIR%%/about/css/bootstrap-theme.min.css %%DATADIR%%/about/css/bootstrap.min.css %%DATADIR%%/about/css/digikam.css %%DATADIR%%/about/images/body-background.jpg %%DATADIR%%/about/images/top-left-digikam.png %%DATADIR%%/about/js/bootstrap.min.js %%DATADIR%%/about/js/digikam.js %%DATADIR%%/about/js/jquery.min.js %%DATADIR%%/about/main.html %%DATADIR%%/colorschemes/blackbody.colors %%DATADIR%%/colorschemes/colorcontrast.colors %%DATADIR%%/colorschemes/darkroom.colors %%DATADIR%%/colorschemes/fusiongray.colors %%DATADIR%%/colorschemes/graycard.colors %%DATADIR%%/colorschemes/highkey.colors %%DATADIR%%/colorschemes/lowkey.colors %%DATADIR%%/colorschemes/shadeofgray.colors %%DATADIR%%/colorschemes/sunsetcolor.colors %%DATADIR%%/colorschemes/whitebalance.colors %%DATADIR%%/data/assistant-enfuse.png %%DATADIR%%/data/assistant-hugin.png %%DATADIR%%/data/assistant-preprocessing.png %%DATADIR%%/data/assistant-stack.png %%DATADIR%%/data/assistant-tripod.png %%DATADIR%%/data/banner-digikam.png %%DATADIR%%/data/bluejean-texture.png %%DATADIR%%/data/bothhorz.png %%DATADIR%%/data/bothvert.png %%DATADIR%%/data/bricks-texture.png %%DATADIR%%/data/bricks2-texture.png %%DATADIR%%/data/burlap-texture.png %%DATADIR%%/data/canvas-texture.png %%DATADIR%%/data/cellwood-texture.png %%DATADIR%%/data/centerheight.png %%DATADIR%%/data/centerwidth.png %%DATADIR%%/data/chalk-pattern.png %%DATADIR%%/data/colors-chromablue.png %%DATADIR%%/data/colors-chromared.png %%DATADIR%%/data/colors-luma.png %%DATADIR%%/data/craters-pattern.png %%DATADIR%%/data/curvefree.png %%DATADIR%%/data/curvemooth.png +%%DATADIR%%/data/detectFacesImg.png %%DATADIR%%/data/dried-pattern.png %%DATADIR%%/data/duplicatebothhorz.png %%DATADIR%%/data/duplicatebothvert.png %%DATADIR%%/data/editimage.png %%DATADIR%%/data/exifinfo.png %%DATADIR%%/data/fabric-texture.png %%DATADIR%%/data/granit-pattern.png %%DATADIR%%/data/histogram-lin.png %%DATADIR%%/data/histogram-log.png %%DATADIR%%/data/histogram.png %%DATADIR%%/data/ice-pattern.png +%%DATADIR%%/data/ignoreImg.png %%DATADIR%%/data/image-full.png %%DATADIR%%/data/image-selection.png %%DATADIR%%/data/leaf-pattern.png %%DATADIR%%/data/logo-beta.png %%DATADIR%%/data/logo-cimg.png %%DATADIR%%/data/logo-digikam.png %%DATADIR%%/data/logo-exiv2.png %%DATADIR%%/data/logo-gphoto.png %%DATADIR%%/data/logo-lcms.png %%DATADIR%%/data/logo-piwigo.png %%DATADIR%%/data/lut3d/bleach.png %%DATADIR%%/data/lut3d/blue_crush.png %%DATADIR%%/data/lut3d/bw_contrast.png %%DATADIR%%/data/lut3d/instant.png %%DATADIR%%/data/lut3d/original.png %%DATADIR%%/data/lut3d/punch.png %%DATADIR%%/data/lut3d/summer.png %%DATADIR%%/data/lut3d/tokyo.png %%DATADIR%%/data/lut3d/vintage.png %%DATADIR%%/data/lut3d/washout.png %%DATADIR%%/data/lut3d/washout_color.png %%DATADIR%%/data/lut3d/x_process.png %%DATADIR%%/data/marble-pattern.png %%DATADIR%%/data/marble-texture.png %%DATADIR%%/data/marble2-texture.png %%DATADIR%%/data/metalwire-texture.png %%DATADIR%%/data/modern-texture.png %%DATADIR%%/data/moss-texture.png %%DATADIR%%/data/original.png +%%DATADIR%%/data/overlayImg.png %%DATADIR%%/data/paper-pattern.png %%DATADIR%%/data/paper-texture.png %%DATADIR%%/data/paper2-texture.png %%DATADIR%%/data/parque-pattern.png %%DATADIR%%/data/pine-pattern.png %%DATADIR%%/data/pink-pattern.png %%DATADIR%%/data/process-working.png %%DATADIR%%/data/rain-pattern.png %%DATADIR%%/data/rock-pattern.png %%DATADIR%%/data/sample-aix.png %%DATADIR%%/data/splash-digikam.png %%DATADIR%%/data/stone-pattern.png %%DATADIR%%/data/stone-texture.png +%%DATADIR%%/data/tagFacesImg.gif %%DATADIR%%/data/target.png %%DATADIR%%/data/togglemouseover.png %%DATADIR%%/data/wall-pattern.png %%DATADIR%%/data/wall-texture.png %%DATADIR%%/data/wood-pattern.png +%%DATADIR%%/data/workOnAllCoresImg.png %%DATADIR%%/database/dbconfig.xml %%DATADIR%%/database/mysql-global.conf -%%DATADIR%%/facesengine/deploy.prototxt -%%DATADIR%%/facesengine/openface_nn4.small2.v1.t7 -%%DATADIR%%/facesengine/res10_300x300_ssd_iter_140000_fp16.caffemodel -%%DATADIR%%/facesengine/shapepredictor.dat %%DATADIR%%/geoiface/backend-googlemaps-js.js %%DATADIR%%/geoiface/backend-googlemaps.html %%DATADIR%%/geoiface/cluster-circle-00ff00-selected.png %%DATADIR%%/geoiface/cluster-circle-00ff00-someselected.png %%DATADIR%%/geoiface/cluster-circle-00ff00.png %%DATADIR%%/geoiface/cluster-circle-00ffff-selected.png %%DATADIR%%/geoiface/cluster-circle-00ffff-someselected.png %%DATADIR%%/geoiface/cluster-circle-00ffff.png %%DATADIR%%/geoiface/cluster-circle-ff0000-selected.png %%DATADIR%%/geoiface/cluster-circle-ff0000-someselected.png %%DATADIR%%/geoiface/cluster-circle-ff0000.png %%DATADIR%%/geoiface/cluster-circle-ff7f00-selected.png %%DATADIR%%/geoiface/cluster-circle-ff7f00-someselected.png %%DATADIR%%/geoiface/cluster-circle-ff7f00.png %%DATADIR%%/geoiface/cluster-circle-ffff00-selected.png %%DATADIR%%/geoiface/cluster-circle-ffff00-someselected.png %%DATADIR%%/geoiface/cluster-circle-ffff00.png %%DATADIR%%/geoiface/marker-00ff00-selected.png %%DATADIR%%/geoiface/marker-00ff00-someselected.png %%DATADIR%%/geoiface/marker-00ff00.png %%DATADIR%%/geoiface/marker-00ffff-selected.png %%DATADIR%%/geoiface/marker-00ffff-someselected.png %%DATADIR%%/geoiface/marker-00ffff.png %%DATADIR%%/geoiface/marker-ff0000-selected.png %%DATADIR%%/geoiface/marker-ff0000-someselected.png %%DATADIR%%/geoiface/marker-ff0000.png %%DATADIR%%/geoiface/marker-ff7f00-selected.png %%DATADIR%%/geoiface/marker-ff7f00-someselected.png %%DATADIR%%/geoiface/marker-ff7f00.png %%DATADIR%%/geoiface/marker-ffff00-selected.png %%DATADIR%%/geoiface/marker-ffff00-someselected.png %%DATADIR%%/geoiface/marker-ffff00.png %%DATADIR%%/geoiface/marker-icon-16x16.png %%DATADIR%%/geolocationedit/bookmarks-marker.png %%DATADIR%%/geolocationedit/searchmarker-normal.png %%DATADIR%%/geolocationedit/searchmarker-selected.png %%DATADIR%%/metadata/topicset.iptc-subjectcode.xml %%DATADIR%%/profiles/compatibleWithAdobeRGB1998.icc %%DATADIR%%/profiles/prophoto.icm %%DATADIR%%/profiles/srgb-d65.icm %%DATADIR%%/profiles/widegamut.icm %%DATADIR%%/templates/1_photo_10.5x14.8cm.desktop %%DATADIR%%/templates/1_photo_10x15cm.desktop %%DATADIR%%/templates/1_photo_20x25cm.desktop %%DATADIR%%/templates/1_photo_8x10.desktop %%DATADIR%%/templates/1_photo_9x13cm.desktop %%DATADIR%%/templates/2_photos_13x18cm.desktop %%DATADIR%%/templates/2_photos_5x7.desktop %%DATADIR%%/templates/3_photos_10x15cm.desktop %%DATADIR%%/templates/3_photos_4x6.desktop %%DATADIR%%/templates/4_photos_10x13.33cm.desktop %%DATADIR%%/templates/4_photos_3.5x5.desktop %%DATADIR%%/templates/4_photos_4.5x5cm.desktop %%DATADIR%%/templates/4_photos_9x13cm.desktop %%DATADIR%%/templates/4x6Album.desktop %%DATADIR%%/templates/6_photos_3.5x4.5cm.desktop %%DATADIR%%/templates/6_photos_3.5x4cm.desktop %%DATADIR%%/templates/8_photos_6x9cm.desktop %%DATADIR%%/templates/Album-Collage.desktop %%DATADIR%%/templates/Album-Collage1.desktop %%DATADIR%%/templates/Album_10x15cm.desktop %%DATADIR%%/templates/Album_11.5x15cm.desktop %%DATADIR%%/templates/FullPage.desktop %%DATADIR%%/templates/Photoframe.desktop %%DATADIR%%/templates/TEMPLATE_HOWTO %%DATADIR%%/templates/Thumbnails_5x4.desktop %%DATADIR%%/templates/Thumbnails_6x5.desktop %%DATADIR%%/templates/templates.xml %%DATADIR%%/themes/THEME_HOWTO %%DATADIR%%/themes/bluecurved/bluecurved.desktop %%DATADIR%%/themes/bluecurved/body.png %%DATADIR%%/themes/bluecurved/document-save.png %%DATADIR%%/themes/bluecurved/go-next.png %%DATADIR%%/themes/bluecurved/go-previous.png %%DATADIR%%/themes/bluecurved/go-top.png %%DATADIR%%/themes/bluecurved/gohome.png %%DATADIR%%/themes/bluecurved/left.png %%DATADIR%%/themes/bluecurved/preview.png %%DATADIR%%/themes/bluecurved/style.css %%DATADIR%%/themes/bluecurved/template.xsl %%DATADIR%%/themes/bluecurved/vide.png %%DATADIR%%/themes/blueframes/blueframes.desktop %%DATADIR%%/themes/blueframes/preview.png %%DATADIR%%/themes/blueframes/style.css %%DATADIR%%/themes/blueframes/template.xsl %%DATADIR%%/themes/classic/classic.desktop %%DATADIR%%/themes/classic/gohome.png %%DATADIR%%/themes/classic/preview.png %%DATADIR%%/themes/classic/template.xsl %%DATADIR%%/themes/classic/up.png %%DATADIR%%/themes/cleanframes/black.css %%DATADIR%%/themes/cleanframes/blue.css %%DATADIR%%/themes/cleanframes/brown.css %%DATADIR%%/themes/cleanframes/cleanframes.desktop %%DATADIR%%/themes/cleanframes/green.css %%DATADIR%%/themes/cleanframes/lavender.css %%DATADIR%%/themes/cleanframes/pink.css %%DATADIR%%/themes/cleanframes/preview.png %%DATADIR%%/themes/cleanframes/red.css %%DATADIR%%/themes/cleanframes/star.png %%DATADIR%%/themes/cleanframes/template.xsl %%DATADIR%%/themes/cleanframes/yellow.css %%DATADIR%%/themes/dateframes/dateframes.desktop %%DATADIR%%/themes/dateframes/preview.png %%DATADIR%%/themes/dateframes/template.xsl %%DATADIR%%/themes/details/details.desktop %%DATADIR%%/themes/details/next.png %%DATADIR%%/themes/details/next_disabled.png %%DATADIR%%/themes/details/preview.png %%DATADIR%%/themes/details/previous.png %%DATADIR%%/themes/details/previous_disabled.png %%DATADIR%%/themes/details/style.css %%DATADIR%%/themes/details/template.xsl %%DATADIR%%/themes/details/up.png %%DATADIR%%/themes/elegant/elegant.desktop %%DATADIR%%/themes/elegant/preview.png %%DATADIR%%/themes/elegant/resources/css/dark.css %%DATADIR%%/themes/elegant/resources/css/lytebox.css %%DATADIR%%/themes/elegant/resources/css/master.css %%DATADIR%%/themes/elegant/resources/css/natural.css %%DATADIR%%/themes/elegant/resources/images/close_blue.png %%DATADIR%%/themes/elegant/resources/images/close_gold.png %%DATADIR%%/themes/elegant/resources/images/close_green.png %%DATADIR%%/themes/elegant/resources/images/close_grey.png %%DATADIR%%/themes/elegant/resources/images/close_red.png %%DATADIR%%/themes/elegant/resources/images/loading.gif %%DATADIR%%/themes/elegant/resources/images/next_blue.gif %%DATADIR%%/themes/elegant/resources/images/next_gold.gif %%DATADIR%%/themes/elegant/resources/images/next_green.gif %%DATADIR%%/themes/elegant/resources/images/next_grey.gif %%DATADIR%%/themes/elegant/resources/images/next_red.gif %%DATADIR%%/themes/elegant/resources/images/pause_blue.png %%DATADIR%%/themes/elegant/resources/images/pause_gold.png %%DATADIR%%/themes/elegant/resources/images/pause_green.png %%DATADIR%%/themes/elegant/resources/images/pause_grey.png %%DATADIR%%/themes/elegant/resources/images/pause_red.png %%DATADIR%%/themes/elegant/resources/images/play_blue.png %%DATADIR%%/themes/elegant/resources/images/play_gold.png %%DATADIR%%/themes/elegant/resources/images/play_green.png %%DATADIR%%/themes/elegant/resources/images/play_grey.png %%DATADIR%%/themes/elegant/resources/images/play_red.png %%DATADIR%%/themes/elegant/resources/images/prev_blue.gif %%DATADIR%%/themes/elegant/resources/images/prev_gold.gif %%DATADIR%%/themes/elegant/resources/images/prev_green.gif %%DATADIR%%/themes/elegant/resources/images/prev_grey.gif %%DATADIR%%/themes/elegant/resources/images/prev_red.gif %%DATADIR%%/themes/elegant/resources/js/lytebox.js %%DATADIR%%/themes/elegant/template.xsl %%DATADIR%%/themes/floatingcards/back.png %%DATADIR%%/themes/floatingcards/floatingcards.desktop %%DATADIR%%/themes/floatingcards/forward.png %%DATADIR%%/themes/floatingcards/image_nav.js %%DATADIR%%/themes/floatingcards/next.png %%DATADIR%%/themes/floatingcards/prev.png %%DATADIR%%/themes/floatingcards/preview.png %%DATADIR%%/themes/floatingcards/style.css %%DATADIR%%/themes/floatingcards/template.xsl %%DATADIR%%/themes/floatingcards/up.png %%DATADIR%%/themes/frames/frames.desktop %%DATADIR%%/themes/frames/preview.png %%DATADIR%%/themes/frames/style.css %%DATADIR%%/themes/frames/template.xsl %%DATADIR%%/themes/html5responsive/README %%DATADIR%%/themes/html5responsive/html5responsive.desktop %%DATADIR%%/themes/html5responsive/preview.png %%DATADIR%%/themes/html5responsive/resources/css/basic.css %%DATADIR%%/themes/html5responsive/resources/css/brownCard.css %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.css %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.png %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.svg %%DATADIR%%/themes/html5responsive/resources/css/default-skin/preloader.gif %%DATADIR%%/themes/html5responsive/resources/css/feed.css %%DATADIR%%/themes/html5responsive/resources/css/fundament.css %%DATADIR%%/themes/html5responsive/resources/css/lightbox.css %%DATADIR%%/themes/html5responsive/resources/css/photoswipe.css %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/brownCard.png %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/brownCardAlbum.jpg %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/photoCorners.png %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/roughPhotoCard.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Contact_corners.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Large_contact.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/LightBox_topless.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Lightbox_top.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Monochrome-strip.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SafetyFilm-strip.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_landscape.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_portrait.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_square.png %%DATADIR%%/themes/html5responsive/resources/js/photoswipe-ui-default.min.js %%DATADIR%%/themes/html5responsive/resources/js/photoswipe.min.js %%DATADIR%%/themes/html5responsive/resources/xslt/convertNewlinesToHtmlBreaksTemplate.xsl %%DATADIR%%/themes/html5responsive/resources/xslt/xmlJsEscapeTemplate.xsl %%DATADIR%%/themes/html5responsive/template.xsl %%DATADIR%%/themes/matrix/bg.png %%DATADIR%%/themes/matrix/matrix.desktop %%DATADIR%%/themes/matrix/preview.png %%DATADIR%%/themes/matrix/style.css %%DATADIR%%/themes/matrix/template.xsl %%DATADIR%%/themes/s0/arrows_source.svg %%DATADIR%%/themes/s0/next.png %%DATADIR%%/themes/s0/next_disabled.png %%DATADIR%%/themes/s0/preview.png %%DATADIR%%/themes/s0/previous.png %%DATADIR%%/themes/s0/previous_disabled.png %%DATADIR%%/themes/s0/s0.desktop %%DATADIR%%/themes/s0/style.css %%DATADIR%%/themes/s0/template.xsl %%DATADIR%%/themes/s0/up.png %%DATADIR%%/themes/simple/dark.css %%DATADIR%%/themes/simple/natural.css %%DATADIR%%/themes/simple/preview.png %%DATADIR%%/themes/simple/simple.desktop %%DATADIR%%/themes/simple/template.xsl %%DATADIR%%/themes/simplerounded/niftyCorners.css %%DATADIR%%/themes/simplerounded/niftycube.js %%DATADIR%%/themes/simplerounded/preview.png %%DATADIR%%/themes/simplerounded/simplerounded.desktop %%DATADIR%%/themes/simplerounded/template.xsl %%DATADIR%%/themes/simpleslides/preview.png %%DATADIR%%/themes/simpleslides/simpleslides.desktop %%DATADIR%%/themes/simpleslides/template.xsl %%DATADIR%%/themes/snow/next.png %%DATADIR%%/themes/snow/next.svg %%DATADIR%%/themes/snow/next_disabled.png %%DATADIR%%/themes/snow/preview.png %%DATADIR%%/themes/snow/previous.png %%DATADIR%%/themes/snow/previous_disabled.png %%DATADIR%%/themes/snow/snow.desktop %%DATADIR%%/themes/snow/style.css %%DATADIR%%/themes/snow/template.xsl %%DATADIR%%/themes/vanilla/preview.png %%DATADIR%%/themes/vanilla/resources/css/charcoal.css %%DATADIR%%/themes/vanilla/resources/css/dusk.css %%DATADIR%%/themes/vanilla/resources/css/graphite.css %%DATADIR%%/themes/vanilla/resources/css/ice_blue.css %%DATADIR%%/themes/vanilla/resources/css/ie6.css %%DATADIR%%/themes/vanilla/resources/css/ie7.css %%DATADIR%%/themes/vanilla/resources/css/ivory.css %%DATADIR%%/themes/vanilla/resources/css/light_grey.css %%DATADIR%%/themes/vanilla/resources/css/lytebox.css %%DATADIR%%/themes/vanilla/resources/css/master.css %%DATADIR%%/themes/vanilla/resources/css/midnight.css %%DATADIR%%/themes/vanilla/resources/css/white_on_black.css %%DATADIR%%/themes/vanilla/resources/images/close_blue.png %%DATADIR%%/themes/vanilla/resources/images/close_gold.png %%DATADIR%%/themes/vanilla/resources/images/close_green.png %%DATADIR%%/themes/vanilla/resources/images/close_grey.png %%DATADIR%%/themes/vanilla/resources/images/close_red.png %%DATADIR%%/themes/vanilla/resources/images/loading.gif %%DATADIR%%/themes/vanilla/resources/images/next_blue.gif %%DATADIR%%/themes/vanilla/resources/images/next_gold.gif %%DATADIR%%/themes/vanilla/resources/images/next_green.gif %%DATADIR%%/themes/vanilla/resources/images/next_grey.gif %%DATADIR%%/themes/vanilla/resources/images/next_red.gif %%DATADIR%%/themes/vanilla/resources/images/pause_blue.png %%DATADIR%%/themes/vanilla/resources/images/pause_gold.png %%DATADIR%%/themes/vanilla/resources/images/pause_green.png %%DATADIR%%/themes/vanilla/resources/images/pause_grey.png %%DATADIR%%/themes/vanilla/resources/images/pause_red.png %%DATADIR%%/themes/vanilla/resources/images/play_blue.png %%DATADIR%%/themes/vanilla/resources/images/play_gold.png %%DATADIR%%/themes/vanilla/resources/images/play_green.png %%DATADIR%%/themes/vanilla/resources/images/play_grey.png %%DATADIR%%/themes/vanilla/resources/images/play_red.png %%DATADIR%%/themes/vanilla/resources/images/prev_blue.gif %%DATADIR%%/themes/vanilla/resources/images/prev_gold.gif %%DATADIR%%/themes/vanilla/resources/images/prev_green.gif %%DATADIR%%/themes/vanilla/resources/images/prev_grey.gif %%DATADIR%%/themes/vanilla/resources/images/prev_red.gif %%DATADIR%%/themes/vanilla/resources/js/lytebox.js %%DATADIR%%/themes/vanilla/resources/js/pngfix.js %%DATADIR%%/themes/vanilla/resources/misc/shadow-grid.gif %%DATADIR%%/themes/vanilla/resources/misc/shadow.png %%DATADIR%%/themes/vanilla/template.xsl %%DATADIR%%/themes/vanilla/vanilla.desktop %%DATADIR%%/utils/digikam-camera share/icons/hicolor/128x128/apps/digikam.png share/icons/hicolor/128x128/apps/expoblending.png share/icons/hicolor/128x128/apps/panorama.png share/icons/hicolor/128x128/apps/showfoto.png share/icons/hicolor/16x16/apps/digikam.png share/icons/hicolor/16x16/apps/dk-box.png share/icons/hicolor/16x16/apps/dk-dropbox.png -share/icons/hicolor/16x16/apps/dk-facebook-white.png -share/icons/hicolor/16x16/apps/dk-facebook.png share/icons/hicolor/16x16/apps/dk-flickr.png share/icons/hicolor/16x16/apps/dk-googledrive.png share/icons/hicolor/16x16/apps/dk-googlephoto.png share/icons/hicolor/16x16/apps/dk-imageshack.png share/icons/hicolor/16x16/apps/dk-imgur.png -share/icons/hicolor/16x16/apps/dk-ipfs.png +share/icons/hicolor/16x16/apps/dk-inat.png share/icons/hicolor/16x16/apps/dk-mediawiki.png share/icons/hicolor/16x16/apps/dk-onedrive.png share/icons/hicolor/16x16/apps/dk-pinterest.png share/icons/hicolor/16x16/apps/dk-piwigo.png share/icons/hicolor/16x16/apps/dk-rajce.png share/icons/hicolor/16x16/apps/dk-smugmug.png share/icons/hicolor/16x16/apps/expoblending.png share/icons/hicolor/16x16/apps/panorama.png share/icons/hicolor/16x16/apps/showfoto.png share/icons/hicolor/22x22/apps/digikam.png share/icons/hicolor/22x22/apps/dk-box.png share/icons/hicolor/22x22/apps/dk-dropbox.png -share/icons/hicolor/22x22/apps/dk-facebook-white.png -share/icons/hicolor/22x22/apps/dk-facebook.png share/icons/hicolor/22x22/apps/dk-flickr.png share/icons/hicolor/22x22/apps/dk-googledrive.png share/icons/hicolor/22x22/apps/dk-googlephoto.png share/icons/hicolor/22x22/apps/dk-imageshack.png share/icons/hicolor/22x22/apps/dk-imgur.png -share/icons/hicolor/22x22/apps/dk-ipfs.png +share/icons/hicolor/22x22/apps/dk-inat.png share/icons/hicolor/22x22/apps/dk-mediawiki.png share/icons/hicolor/22x22/apps/dk-onedrive.png share/icons/hicolor/22x22/apps/dk-pinterest.png share/icons/hicolor/22x22/apps/dk-piwigo.png share/icons/hicolor/22x22/apps/dk-rajce.png share/icons/hicolor/22x22/apps/dk-smugmug.png share/icons/hicolor/22x22/apps/expoblending.png share/icons/hicolor/22x22/apps/panorama.png share/icons/hicolor/22x22/apps/showfoto.png share/icons/hicolor/256x256/apps/digikam.png share/icons/hicolor/256x256/apps/showfoto.png share/icons/hicolor/32x32/actions/albumfolder-importdir.png share/icons/hicolor/32x32/actions/albumfolder-importimages.png share/icons/hicolor/32x32/actions/albumfolder-new.png share/icons/hicolor/32x32/actions/albumfolder-properties.png share/icons/hicolor/32x32/actions/overexposure.png share/icons/hicolor/32x32/actions/tag-addresbook.png share/icons/hicolor/32x32/actions/tag-assigned.png share/icons/hicolor/32x32/actions/tag-delete.png share/icons/hicolor/32x32/actions/tag-events.png share/icons/hicolor/32x32/actions/tag-folder.png share/icons/hicolor/32x32/actions/tag-new.png share/icons/hicolor/32x32/actions/tag-people.png share/icons/hicolor/32x32/actions/tag-places.png share/icons/hicolor/32x32/actions/tag-properties.png share/icons/hicolor/32x32/actions/tag-recents.png share/icons/hicolor/32x32/actions/tag-reset.png share/icons/hicolor/32x32/actions/tag.png share/icons/hicolor/32x32/actions/underexposure.png share/icons/hicolor/32x32/apps/digikam.png share/icons/hicolor/32x32/apps/dk-box.png share/icons/hicolor/32x32/apps/dk-dropbox.png -share/icons/hicolor/32x32/apps/dk-facebook-white.png -share/icons/hicolor/32x32/apps/dk-facebook.png share/icons/hicolor/32x32/apps/dk-flickr.png share/icons/hicolor/32x32/apps/dk-googledrive.png share/icons/hicolor/32x32/apps/dk-googlephoto.png share/icons/hicolor/32x32/apps/dk-imageshack.png share/icons/hicolor/32x32/apps/dk-imgur.png -share/icons/hicolor/32x32/apps/dk-ipfs.png +share/icons/hicolor/32x32/apps/dk-inat.png share/icons/hicolor/32x32/apps/dk-mediawiki.png share/icons/hicolor/32x32/apps/dk-onedrive.png share/icons/hicolor/32x32/apps/dk-pinterest.png share/icons/hicolor/32x32/apps/dk-piwigo.png share/icons/hicolor/32x32/apps/dk-rajce.png share/icons/hicolor/32x32/apps/dk-smugmug.png share/icons/hicolor/32x32/apps/expoblending.png share/icons/hicolor/32x32/apps/panorama.png share/icons/hicolor/32x32/apps/showfoto.png share/icons/hicolor/48x48/apps/digikam.png share/icons/hicolor/48x48/apps/dk-box.png share/icons/hicolor/48x48/apps/dk-dropbox.png -share/icons/hicolor/48x48/apps/dk-facebook-white.png -share/icons/hicolor/48x48/apps/dk-facebook.png share/icons/hicolor/48x48/apps/dk-flickr.png share/icons/hicolor/48x48/apps/dk-googledrive.png share/icons/hicolor/48x48/apps/dk-googlephoto.png share/icons/hicolor/48x48/apps/dk-imageshack.png share/icons/hicolor/48x48/apps/dk-imgur.png -share/icons/hicolor/48x48/apps/dk-ipfs.png +share/icons/hicolor/48x48/apps/dk-inat.png share/icons/hicolor/48x48/apps/dk-mediawiki.png share/icons/hicolor/48x48/apps/dk-onedrive.png share/icons/hicolor/48x48/apps/dk-pinterest.png share/icons/hicolor/48x48/apps/dk-piwigo.png share/icons/hicolor/48x48/apps/dk-rajce.png share/icons/hicolor/48x48/apps/dk-smugmug.png share/icons/hicolor/48x48/apps/expoblending.png share/icons/hicolor/48x48/apps/panorama.png share/icons/hicolor/48x48/apps/showfoto.png share/icons/hicolor/64x64/apps/digikam.png share/icons/hicolor/64x64/apps/showfoto.png share/icons/hicolor/96x96/apps/expoblending.png share/icons/hicolor/96x96/apps/panorama.png share/icons/hicolor/scalable/apps/digikam.svgz -share/icons/hicolor/scalable/apps/dk-facebook-white.svgz -share/icons/hicolor/scalable/apps/dk-facebook.svgz share/icons/hicolor/scalable/apps/dk-flickr.svgz share/icons/hicolor/scalable/apps/dk-googlephoto.svgz share/icons/hicolor/scalable/apps/dk-imgur.svgz -share/icons/hicolor/scalable/apps/dk-ipfs.svgz share/icons/hicolor/scalable/apps/dk-mediawiki.svgz share/icons/hicolor/scalable/apps/dk-piwigo.svgz share/icons/hicolor/scalable/apps/dk-smugmug.svgz share/icons/hicolor/scalable/apps/panorama.svgz share/icons/hicolor/scalable/apps/showfoto.svgz share/knotifications5/digikam.notifyrc share/kxmlgui5/digikam/digikamui5.rc share/kxmlgui5/digikam/imageeditorui5.rc share/kxmlgui5/digikam/importui5.rc share/kxmlgui5/digikam/lighttablewindowui5.rc share/kxmlgui5/digikam/queuemgrwindowui5.rc share/kxmlgui5/showfoto/showfotoui5.rc -share/metainfo/org.kde.digikam.appdata.xml -share/metainfo/org.kde.showfoto.appdata.xml -share/showfoto/data/banner-showfoto.png -share/showfoto/data/logo-showfoto.png -share/showfoto/data/splash-showfoto.png -share/solid/actions/digikam-opencamera.desktop %%NLS%%share/locale/ar/LC_MESSAGES/digikam.mo %%NLS%%share/locale/be/LC_MESSAGES/digikam.mo %%NLS%%share/locale/bg/LC_MESSAGES/digikam.mo %%NLS%%share/locale/bs/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ca/LC_MESSAGES/digikam.mo %%NLS%%share/locale/cs/LC_MESSAGES/digikam.mo %%NLS%%share/locale/da/LC_MESSAGES/digikam.mo %%NLS%%share/locale/de/LC_MESSAGES/digikam.mo %%NLS%%share/locale/el/LC_MESSAGES/digikam.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/digikam.mo %%NLS%%share/locale/eo/LC_MESSAGES/digikam.mo %%NLS%%share/locale/es/LC_MESSAGES/digikam.mo %%NLS%%share/locale/et/LC_MESSAGES/digikam.mo %%NLS%%share/locale/eu/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fa/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ga/LC_MESSAGES/digikam.mo %%NLS%%share/locale/gl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/he/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hu/LC_MESSAGES/digikam.mo %%NLS%%share/locale/id/LC_MESSAGES/digikam.mo %%NLS%%share/locale/is/LC_MESSAGES/digikam.mo %%NLS%%share/locale/it/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ja/LC_MESSAGES/digikam.mo %%NLS%%share/locale/km/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ko/LC_MESSAGES/digikam.mo %%NLS%%share/locale/lt/LC_MESSAGES/digikam.mo %%NLS%%share/locale/lv/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ms/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nb/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nds/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ne/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nn/LC_MESSAGES/digikam.mo %%NLS%%share/locale/oc/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pa/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pt/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ro/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ru/LC_MESSAGES/digikam.mo %%NLS%%share/locale/se/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sk/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sq/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sv/LC_MESSAGES/digikam.mo %%NLS%%share/locale/th/LC_MESSAGES/digikam.mo %%NLS%%share/locale/tr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/uk/LC_MESSAGES/digikam.mo %%NLS%%share/locale/vi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/digikam.mo +share/metainfo/org.kde.digikam.appdata.xml +share/metainfo/org.kde.showfoto.appdata.xml +share/showfoto/data/banner-showfoto.png +share/showfoto/data/logo-showfoto.png +share/showfoto/data/splash-showfoto.png +share/solid/actions/digikam-opencamera.desktop