diff -Nru libkf5kipi-16.04.3/cmake/templates/KF5KipiConfig.cmake.in libkf5kipi-16.12.1/cmake/templates/KF5KipiConfig.cmake.in --- libkf5kipi-16.04.3/cmake/templates/KF5KipiConfig.cmake.in 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/cmake/templates/KF5KipiConfig.cmake.in 2016-11-26 13:06:26.000000000 +0000 @@ -13,7 +13,11 @@ @PACKAGE_INIT@ -find_dependency(Qt5Core Qt5Widgets Qt5Gui @REQUIRED_QT_VERSION@) -find_dependency(KF5Config KF5XmlGui KF5Service) +find_dependency(Qt5Core @REQUIRED_QT_VERSION@) +find_dependency(Qt5Gui @REQUIRED_QT_VERSION@) +find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@) +find_dependency(KF5Config) +find_dependency(KF5Service) +find_dependency(KF5XmlGui) include("${CMAKE_CURRENT_LIST_DIR}/KF5KipiTargets.cmake") diff -Nru libkf5kipi-16.04.3/CMakeLists.txt libkf5kipi-16.12.1/CMakeLists.txt --- libkf5kipi-16.04.3/CMakeLists.txt 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/CMakeLists.txt 2016-11-26 13:06:26.000000000 +0000 @@ -9,7 +9,7 @@ message(STATUS "----------------------------------------------------------------------------------") message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") -set(CMAKE_MIN_VERSION "2.8.12") +set(CMAKE_MIN_VERSION "3.0.0") set(ECM_MIN_VERSION "1.1.0") set(KF5_MIN_VERSION "5.1.0") set(QT_MIN_VERSION "5.2.0") @@ -45,15 +45,16 @@ # 2.2.0 => 11.1.0 (released with KDE 4.14.0 - Apply patch #89165 from bug #340030). # 5.0.0 => 30.0.0 (Released with KDE Applications <= 15.12) # 5.1.0 => 31.0.0 (Released with KDE Applications 16.04) +# 5.2.0 => 32.0.0 (Released with KDE Applications 16.05 - Fix API with pure virtual methods) # Library API version set(KIPI_LIB_MAJOR_VERSION "5") -set(KIPI_LIB_MINOR_VERSION "1") +set(KIPI_LIB_MINOR_VERSION "2") set(KIPI_LIB_PATCH_VERSION "0") # Library ABI version used by linker. # For details : http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info -set(KIPI_LIB_SO_CUR_VERSION "31") +set(KIPI_LIB_SO_CUR_VERSION "32") set(KIPI_LIB_SO_REV_VERSION "0") set(KIPI_LIB_SO_AGE_VERSION "0") diff -Nru libkf5kipi-16.04.3/debian/changelog libkf5kipi-16.12.1/debian/changelog --- libkf5kipi-16.04.3/debian/changelog 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/changelog 2017-01-19 16:14:09.000000000 +0000 @@ -1,3 +1,20 @@ +libkf5kipi (16.12.1-0ubuntu1) zesty; urgency=medium + + [ José Manuel Santamaría Lema ] + * Update Vcs-Git fields to use https:// instead of git:// + + [ Clive Johnston ] + * Bumping to libkf5kipi32 + * Removing libkf5kipi-bin as files no longer being built + + [ Rik Mills ] + * New upstream release (16.12.0) + * Removed libkf5kipi-bin no longer needs shlib dependency injected + with symbols files + * New upstream release (16.12.1) + + -- Rik Mills Thu, 19 Jan 2017 16:14:09 +0000 + libkf5kipi (16.04.3-0ubuntu1) yakkety; urgency=medium [ Scarlett Clark ] diff -Nru libkf5kipi-16.04.3/debian/control libkf5kipi-16.12.1/debian/control --- libkf5kipi-16.04.3/debian/control 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/control 2017-01-19 16:14:09.000000000 +0000 @@ -5,14 +5,14 @@ Uploaders: Sune Vuorela , Maximiliano Curia Build-Depends: cmake (>= 2.8.12~), debhelper (>= 9), - extra-cmake-modules (>= 5.24.0~), + extra-cmake-modules (>= 5.28.0~), libjpeg-dev, - libkf5config-dev (>= 5.24.0~), - libkf5i18n-dev (>= 5.24.0~), - libkf5kdcraw-dev (>= 16.04.3~), - libkf5kexiv2-dev (>= 16.04.3~), - libkf5service-dev (>= 5.24.0~), - libkf5xmlgui-dev (>= 5.24.0~), + libkf5config-dev (>= 5.28.0~), + libkf5i18n-dev (>= 5.28.0~), + libkf5kdcraw-dev (>= 16.12.1~), + libkf5kexiv2-dev (>= 16.12.1~), + libkf5service-dev (>= 5.28.0~), + libkf5xmlgui-dev (>= 5.28.0~), libpng-dev, libtiff-dev, libtiff5-dev, @@ -21,12 +21,12 @@ Standards-Version: 3.9.6 Homepage: http://www.kde.org/ Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/libkipi -Vcs-Git: git://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/libkipi +Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/libkipi Package: libkf5kipi-dev Section: libdevel Architecture: any -Depends: libkf5kipi31.0.0 (= ${binary:Version}), pkg-config, ${misc:Depends} +Depends: libkf5kipi32.0.0 (= ${binary:Version}), pkg-config, ${misc:Depends} Conflicts: libkipi0-dev, libkipi5-dev, libkipi6-dev, libkipi7-dev Description: KDE Image Plugin Interface library -- development files Libkipi is a KDE library that provides a common interface for operations @@ -39,7 +39,7 @@ This package provides the development files for using the kipi library, and documentation for it (in the header files). -Package: libkf5kipi31.0.0 +Package: libkf5kipi32.0.0 Architecture: any Depends: libkf5kipi-data (>= ${source:Version}), ${misc:Depends}, @@ -77,23 +77,3 @@ kphotoalbum, and ksnapshot. . This package contains the data files of the kipi library. - -Package: libkf5kipi-bin -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: kxmlkipicmd, - libkf5kipi30.0.0, - libkf5kipi31.0.0 (<= 16.04.3-0ubuntu1~ubuntu16.10~ppa50) -Replaces: kxmlkipicmd, - libkf5kipi30.0.0, - libkf5kipi31.0.0 (<= 16.04.3-0ubuntu1~ubuntu16.10~ppa50) -Description: KDE Image Plugin Interface - runtime tools - Libkipi is a KDE library that provides a common interface for operations - on images such as manipulation, organization, importing from and exporting - to online services (and not only these), batch editing, etc. - . - These services are used in graphics applications such as gwenview, digiKam, - kphotoalbum, and ksnapshot. - . - This package provides kxmlkipicmd which allows one to start kipi-plugins from - the command line. diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.install libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.install --- libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.install 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/*/libKF5Kipi.so.31.0.0 -usr/lib/*/libKF5Kipi.so.5.* diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.lintian-overrides libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.lintian-overrides --- libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.lintian-overrides 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -libkf5kipi31.0.0: symbols-declares-dependency-on-other-package libkf5kipi-bin (>= 16.04) diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.symbols libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.symbols --- libkf5kipi-16.04.3/debian/libkf5kipi31.0.0.symbols 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi31.0.0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,273 +0,0 @@ -# SymbolsHelper-Confirmed: 16.04.0 amd64 -libKF5Kipi.so.31.0.0 libkf5kipi31.0.0 #MINVER#, libkf5kipi-bin (>= 16.04) - _ZN4KIPI12ConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI12ConfigWidget11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI12ConfigWidget16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI12ConfigWidget18signalSearchResultEi@Base 15.12.0 - _ZN4KIPI12ConfigWidget5applyEv@Base 4.5.90 - _ZN4KIPI12ConfigWidget8clearAllEv@Base 15.12.0 - _ZN4KIPI12ConfigWidget9selectAllEv@Base 15.12.0 - _ZN4KIPI12ConfigWidget9setFilterERK7QStringN2Qt15CaseSensitivityE@Base 15.12.0 - _ZN4KIPI12ConfigWidgetC1EP7QWidget@Base 4.5.90 - _ZN4KIPI12ConfigWidgetC2EP7QWidget@Base 4.5.90 - _ZN4KIPI12ConfigWidgetD0Ev@Base 4.5.90 - _ZN4KIPI12ConfigWidgetD1Ev@Base 4.5.90 - _ZN4KIPI12ConfigWidgetD2Ev@Base 4.5.90 - _ZN4KIPI12PluginLoader10pluginListEv@Base 4.5.90 - _ZN4KIPI12PluginLoader11loadPluginsEv@Base 4.5.90 - _ZN4KIPI12PluginLoader11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI12PluginLoader11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI12PluginLoader12setInterfaceEPNS_9InterfaceE@Base 4.9.80 - _ZN4KIPI12PluginLoader16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI12PluginLoader21setIgnoredPluginsListERK11QStringList@Base 4.9.80 - _ZN4KIPI12PluginLoader24setDisabledPluginActionsERK11QStringList@Base 4.9.80 - _ZN4KIPI12PluginLoader4Info13setShouldLoadEb@Base 4.5.90 - _ZN4KIPI12PluginLoader4Info6reloadEv@Base 4.5.90 - _ZN4KIPI12PluginLoader4InfoC1EP13KXmlGuiWindowRK28QExplicitlySharedDataPointerI8KServiceEb@Base 15.12.0 - _ZN4KIPI12PluginLoader4InfoC2EP13KXmlGuiWindowRK28QExplicitlySharedDataPointerI8KServiceEb@Base 15.12.0 - _ZN4KIPI12PluginLoader4InfoD1Ev@Base 4.5.90 - _ZN4KIPI12PluginLoader4InfoD2Ev@Base 4.5.90 - _ZN4KIPI12PluginLoader4initEv@Base 4.9.80 - _ZN4KIPI12PluginLoader4plugEPNS0_4InfoE@Base 4.5.90 - _ZN4KIPI12PluginLoader6replugEv@Base 4.5.90 - _ZN4KIPI12PluginLoader6unplugEPNS0_4InfoE@Base 4.5.90 - _ZN4KIPI12PluginLoader8instanceEv@Base 4.5.90 - _ZN4KIPI12PluginLoaderC1EP13KXmlGuiWindow@Base 4.9.80 - _ZN4KIPI12PluginLoaderC1Ev@Base 4.9.80 - _ZN4KIPI12PluginLoaderC2EP13KXmlGuiWindow@Base 4.9.80 - _ZN4KIPI12PluginLoaderC2Ev@Base 4.9.80 - _ZN4KIPI12PluginLoaderD0Ev@Base 4.5.90 - _ZN4KIPI12PluginLoaderD1Ev@Base 4.5.90 - _ZN4KIPI12PluginLoaderD2Ev@Base 4.5.90 - _ZN4KIPI12UploadWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI12UploadWidget11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI12UploadWidget16selectionChangedEv@Base 4.5.90 - _ZN4KIPI12UploadWidget16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI12UploadWidgetC1EP7QWidget@Base 4.5.90 - _ZN4KIPI12UploadWidgetC2EP7QWidget@Base 4.5.90 - _ZN4KIPI12UploadWidgetD0Ev@Base 4.5.90 - _ZN4KIPI12UploadWidgetD1Ev@Base 4.5.90 - _ZN4KIPI12UploadWidgetD2Ev@Base 4.5.90 - _ZN4KIPI13EditHintScope13changeAbortedEv@Base 4.10.80 - _ZN4KIPI13EditHintScopeC1EPNS_9InterfaceERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 - _ZN4KIPI13EditHintScopeC2EPNS_9InterfaceERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 - _ZN4KIPI13EditHintScopeD1Ev@Base 4.10.80 - _ZN4KIPI13EditHintScopeD2Ev@Base 4.10.80 - _ZN4KIPI14FileReadLocker6relockEv@Base 4.8.80 - _ZN4KIPI14FileReadLocker6unlockEv@Base 4.8.80 - _ZN4KIPI14FileReadLockerC1EPNS_15ImageInfoSharedE@Base 4.8.80 - _ZN4KIPI14FileReadLockerC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI14FileReadLockerC2EPNS_15ImageInfoSharedE@Base 4.8.80 - _ZN4KIPI14FileReadLockerC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI14FileReadLockerD1Ev@Base 4.8.80 - _ZN4KIPI14FileReadLockerD2Ev@Base 4.8.80 - _ZN4KIPI15FileWriteLocker6relockEv@Base 4.8.80 - _ZN4KIPI15FileWriteLocker6unlockEv@Base 4.8.80 - _ZN4KIPI15FileWriteLockerC1EPNS_15ImageInfoSharedE@Base 4.8.80 - _ZN4KIPI15FileWriteLockerC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI15FileWriteLockerC2EPNS_15ImageInfoSharedE@Base 4.8.80 - _ZN4KIPI15FileWriteLockerC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI15FileWriteLockerD1Ev@Base 4.8.80 - _ZN4KIPI15FileWriteLockerD2Ev@Base 4.8.80 - _ZN4KIPI15ImageCollectionC1EPNS_21ImageCollectionSharedE@Base 4.5.90 - _ZN4KIPI15ImageCollectionC1ERKS0_@Base 4.5.90 - _ZN4KIPI15ImageCollectionC1Ev@Base 4.5.90 - _ZN4KIPI15ImageCollectionC2EPNS_21ImageCollectionSharedE@Base 4.5.90 - _ZN4KIPI15ImageCollectionC2ERKS0_@Base 4.5.90 - _ZN4KIPI15ImageCollectionC2Ev@Base 4.5.90 - _ZN4KIPI15ImageCollectionD1Ev@Base 4.5.90 - _ZN4KIPI15ImageCollectionD2Ev@Base 4.5.90 - _ZN4KIPI15ImageCollectionaSERKS0_@Base 4.5.90 - _ZN4KIPI15ImageInfoShared16clearReservationEP7QObject@Base 4.8.80 - _ZN4KIPI15ImageInfoShared6addRefEv@Base 4.5.90 - _ZN4KIPI15ImageInfoShared9cloneDataEPS0_@Base 4.5.90 - _ZN4KIPI15ImageInfoShared9removeRefEv@Base 4.5.90 - _ZN4KIPI15ImageInfoSharedC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI15ImageInfoSharedC1Ev@Base 4.8.80 - _ZN4KIPI15ImageInfoSharedC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 - _ZN4KIPI15ImageInfoSharedC2Ev@Base 4.8.80 - _ZN4KIPI15ImageInfoSharedD0Ev@Base 4.7.90 - _ZN4KIPI15ImageInfoSharedD1Ev@Base 4.7.90 - _ZN4KIPI15ImageInfoSharedD2Ev@Base 4.7.90 - _ZN4KIPI21ImageCollectionShared11isDirectoryEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared13uploadRootUrlEv@Base 15.12.0 - _ZN4KIPI21ImageCollectionShared14uploadRootNameEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared3urlEv@Base 15.12.0 - _ZN4KIPI21ImageCollectionShared4dateEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared6addRefEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared7commentEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared8categoryEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared9removeRefEv@Base 4.5.90 - _ZN4KIPI21ImageCollectionShared9uploadUrlEv@Base 15.12.0 - _ZN4KIPI21ImageCollectionSharedC1Ev@Base 4.5.90 - _ZN4KIPI21ImageCollectionSharedC2Ev@Base 4.5.90 - _ZN4KIPI21ImageCollectionSharedD0Ev@Base 4.7.90 - _ZN4KIPI21ImageCollectionSharedD1Ev@Base 4.7.90 - _ZN4KIPI21ImageCollectionSharedD2Ev@Base 4.7.90 - _ZN4KIPI21ImageCollectionSharedeqERS0_@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelector11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelector11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelector16selectionChangedEv@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelector16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelector24enableVirtualCollectionsEb@Base 4.9.80 - _ZN4KIPI23ImageCollectionSelectorC1EP7QWidget@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelectorC2EP7QWidget@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelectorD0Ev@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelectorD1Ev@Base 4.5.90 - _ZN4KIPI23ImageCollectionSelectorD2Ev@Base 4.5.90 - _ZN4KIPI6Plugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI6Plugin11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI6Plugin12clearActionsEv@Base 4.9.80 - _ZN4KIPI6Plugin12mergeXMLFileEP13KXMLGUIClient@Base 4.9.80 - _ZN4KIPI6Plugin13setUiBaseNameEPKc@Base 4.9.80 - _ZN4KIPI6Plugin16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI6Plugin18setDefaultCategoryENS_8CategoryE@Base 4.9.80 - _ZN4KIPI6Plugin5setupEP7QWidget@Base 4.5.90 - _ZN4KIPI6Plugin7rebuildEv@Base 4.9.80 - _ZN4KIPI6Plugin8setupXMLEv@Base 4.9.80 - _ZN4KIPI6Plugin9addActionEP7QAction@Base 15.12.0 - _ZN4KIPI6Plugin9addActionEP7QActionNS_8CategoryE@Base 15.12.0 - _ZN4KIPI6Plugin9addActionERK7QStringP7QAction@Base 15.12.0 - _ZN4KIPI6Plugin9addActionERK7QStringP7QActionNS_8CategoryE@Base 15.12.0 - _ZN4KIPI6PluginC1EP7QObjectPKc@Base 15.12.0 - _ZN4KIPI6PluginC2EP7QObjectPKc@Base 15.12.0 - _ZN4KIPI6PluginD0Ev@Base 4.5.90 - _ZN4KIPI6PluginD1Ev@Base 4.5.90 - _ZN4KIPI6PluginD2Ev@Base 4.5.90 - _ZN4KIPI9ImageInfo13addAttributesERK4QMapI7QString8QVariantE@Base 4.5.90 - _ZN4KIPI9ImageInfo13delAttributesERK11QStringList@Base 4.5.90 - _ZN4KIPI9ImageInfo15clearAttributesEv@Base 4.5.90 - _ZN4KIPI9ImageInfo9cloneDataERKS0_@Base 4.5.90 - _ZN4KIPI9ImageInfoC1EPNS_15ImageInfoSharedE@Base 4.5.90 - _ZN4KIPI9ImageInfoC1ERKS0_@Base 4.5.90 - _ZN4KIPI9ImageInfoC1Ev@Base 4.8.80 - _ZN4KIPI9ImageInfoC2EPNS_15ImageInfoSharedE@Base 4.5.90 - _ZN4KIPI9ImageInfoC2ERKS0_@Base 4.5.90 - _ZN4KIPI9ImageInfoC2Ev@Base 4.8.80 - _ZN4KIPI9ImageInfoD1Ev@Base 4.5.90 - _ZN4KIPI9ImageInfoD2Ev@Base 4.5.90 - _ZN4KIPI9ImageInfoaSERKS0_@Base 4.8.80 - _ZN4KIPI9Interface10gotPreviewERK4QUrlRK6QImage@Base 15.12.0 - _ZN4KIPI9Interface10thumbnailsERK5QListI4QUrlEi@Base 15.12.0 - _ZN4KIPI9Interface11aboutToEditERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 - _ZN4KIPI9Interface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 - _ZN4KIPI9Interface11qt_metacastEPKc@Base 4.5.90 - _ZN4KIPI9Interface12currentAlbumEv@Base 4.5.90 - _ZN4KIPI9Interface12gotThumbnailERK4QUrlRK7QPixmap@Base 15.12.0 - _ZN4KIPI9Interface13refreshImagesERK5QListI4QUrlE@Base 15.12.0 - _ZN4KIPI9Interface15editingFinishedERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 - _ZN4KIPI9Interface16clearReservationERK4QUrlP7QObject@Base 15.12.0 - _ZN4KIPI9Interface16currentSelectionEv@Base 4.5.90 - _ZN4KIPI9Interface16progressCanceledERK7QString@Base 4.8.80 - _ZN4KIPI9Interface16selectionChangedEb@Base 4.5.90 - _ZN4KIPI9Interface16staticMetaObjectE@Base 4.5.90 - _ZN4KIPI9Interface17progressCompletedERK7QString@Base 4.8.80 - _ZN4KIPI9Interface17reservedForActionERK4QUrlRK7QString@Base 15.12.0 - _ZN4KIPI9Interface18reservationClearedERK4QUrl@Base 15.12.0 - _ZN4KIPI9Interface19currentAlbumChangedEb@Base 4.5.90 - _ZN4KIPI9Interface20progressValueChangedERK7QStringf@Base 4.8.80 - _ZN4KIPI9Interface21progressStatusChangedERK7QStringS3_@Base 4.8.80 - _ZN4KIPI9Interface23supportedImageMimeTypesEb@Base 15.12.0 - _ZN4KIPI9Interface24progressThumbnailChangedERK7QStringRK7QPixmap@Base 4.8.80 - _ZN4KIPI9Interface7previewERK4QUrl@Base 16.04.0 - _ZN4KIPI9Interface7previewERK4QUrli@Base 15.12.0 - _ZN4KIPI9Interface7versionEv@Base 4.5.90 - _ZN4KIPI9Interface8addImageERK4QUrlR7QString@Base 15.12.0 - _ZN4KIPI9Interface8delImageERK4QUrl@Base 15.12.0 - _ZN4KIPI9Interface8rawFilesEv@Base 16.04.0 - _ZN4KIPI9Interface9allAlbumsEv@Base 4.5.90 - _ZN4KIPI9Interface9saveImageERK4QUrlRK7QStringRK10QByteArrayjjbbPb@Base 15.12.0 - _ZN4KIPI9Interface9thumbnailERK4QUrli@Base 15.12.0 - _ZN4KIPI9InterfaceC1EP7QObjectRK7QString@Base 15.12.0 - _ZN4KIPI9InterfaceC2EP7QObjectRK7QString@Base 15.12.0 - _ZN4KIPI9InterfaceD0Ev@Base 4.5.90 - _ZN4KIPI9InterfaceD1Ev@Base 4.5.90 - _ZN4KIPI9InterfaceD2Ev@Base 4.5.90 - _ZNK4KIPI12ConfigWidget10metaObjectEv@Base 4.5.90 - _ZNK4KIPI12ConfigWidget5countEv@Base 15.12.0 - _ZNK4KIPI12ConfigWidget6filterEv@Base 15.12.0 - _ZNK4KIPI12ConfigWidget7activedEv@Base 15.12.0 - _ZNK4KIPI12ConfigWidget7visibleEv@Base 15.12.0 - _ZNK4KIPI12PluginLoader10metaObjectEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader12configWidgetEP7QWidget@Base 4.5.90 - _ZNK4KIPI12PluginLoader18kipiPluginsVersionEv@Base 4.9.80 - _ZNK4KIPI12PluginLoader21disabledPluginActionsEv@Base 4.9.80 - _ZNK4KIPI12PluginLoader4Info10shouldLoadEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info16pluginCategoriesEv@Base 4.9.80 - _ZNK4KIPI12PluginLoader4Info4iconEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info4nameEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info5unameEv@Base 14.11.97 - _ZNK4KIPI12PluginLoader4Info6authorEv@Base 4.9.80 - _ZNK4KIPI12PluginLoader4Info6pluginEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info7commentEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info7libraryEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader4Info7serviceEv@Base 4.5.90 - _ZNK4KIPI12PluginLoader9interfaceEv@Base 4.5.90 - _ZNK4KIPI12UploadWidget10metaObjectEv@Base 4.5.90 - _ZNK4KIPI12UploadWidget23selectedImageCollectionEv@Base 4.5.90 - _ZNK4KIPI14FileReadLocker17fileReadWriteLockEv@Base 4.8.80 - _ZNK4KIPI15FileWriteLocker17fileReadWriteLockEv@Base 4.8.80 - _ZNK4KIPI15ImageCollection11isDirectoryEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection13uploadRootUrlEv@Base 15.12.0 - _ZNK4KIPI15ImageCollection14uploadRootNameEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection3urlEv@Base 15.12.0 - _ZNK4KIPI15ImageCollection4dateEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection4nameEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection6imagesEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection7commentEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection7isValidEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection8categoryEv@Base 4.5.90 - _ZNK4KIPI15ImageCollection9uploadUrlEv@Base 15.12.0 - _ZNK4KIPI15ImageCollectioneqERKS0_@Base 4.5.90 - _ZNK4KIPI15ImageInfoShared14itemIsReservedEP7QString@Base 4.8.80 - _ZNK4KIPI15ImageInfoShared16reserveForActionEP7QObjectRK7QString@Base 4.8.80 - _ZNK4KIPI15ImageInfoShared19createReadWriteLockEv@Base 4.8.80 - _ZNK4KIPI15ImageInfoShared3urlEv@Base 4.8.80 - _ZNK4KIPI23ImageCollectionSelector10metaObjectEv@Base 4.5.90 - _ZNK4KIPI23ImageCollectionSelector24selectedImageCollectionsEv@Base 4.5.90 - _ZNK4KIPI6Plugin10metaObjectEv@Base 4.5.90 - _ZNK4KIPI6Plugin10uiBaseNameEv@Base 4.9.80 - _ZNK4KIPI6Plugin15defaultCategoryEv@Base 4.9.80 - _ZNK4KIPI6Plugin7actionsEP7QWidget@Base 4.9.80 - _ZNK4KIPI6Plugin8categoryEP7QAction@Base 15.12.0 - _ZNK4KIPI6Plugin9interfaceEv@Base 4.9.80 - _ZNK4KIPI9ImageInfo10attributesEv@Base 4.5.90 - _ZNK4KIPI9ImageInfo3urlEv@Base 4.8.80 - _ZNK4KIPI9Interface10getTagTreeEv@Base 4.5.90 - _ZNK4KIPI9Interface10hasFeatureENS_8FeaturesE@Base 4.5.90 - _ZNK4KIPI9Interface10hasFeatureERK7QString@Base 4.5.90 - _ZNK4KIPI9Interface10metaObjectEv@Base 4.5.90 - _ZNK4KIPI9Interface14itemIsReservedERK4QUrlP7QString@Base 15.12.0 - _ZNK4KIPI9Interface16reserveForActionERK4QUrlP7QObjectRK7QString@Base 15.12.0 - _ZNK4KIPI9Interface17progressScheduledERK7QStringbb@Base 4.8.80 - _ZNK4KIPI9Interface19createReadWriteLockERK4QUrl@Base 15.12.0 - _ZNK4KIPI9Interface23createMetadataProcessorEv@Base 15.12.0 - _ZNK4KIPI9Interface8featuresEv@Base 4.5.90 - _ZTIN4KIPI12ConfigWidgetE@Base 4.5.90 - _ZTIN4KIPI12PluginLoaderE@Base 4.5.90 - _ZTIN4KIPI12UploadWidgetE@Base 4.5.90 - _ZTIN4KIPI15ImageInfoSharedE@Base 4.5.90 - _ZTIN4KIPI21ImageCollectionSharedE@Base 4.5.90 - _ZTIN4KIPI23ImageCollectionSelectorE@Base 4.5.90 - _ZTIN4KIPI6PluginE@Base 4.5.90 - _ZTIN4KIPI9InterfaceE@Base 4.5.90 - _ZTSN4KIPI12ConfigWidgetE@Base 4.5.90 - _ZTSN4KIPI12PluginLoaderE@Base 4.5.90 - _ZTSN4KIPI12UploadWidgetE@Base 4.5.90 - _ZTSN4KIPI15ImageInfoSharedE@Base 4.5.90 - _ZTSN4KIPI21ImageCollectionSharedE@Base 4.5.90 - _ZTSN4KIPI23ImageCollectionSelectorE@Base 4.5.90 - _ZTSN4KIPI6PluginE@Base 4.5.90 - _ZTSN4KIPI9InterfaceE@Base 4.5.90 - _ZTVN4KIPI12ConfigWidgetE@Base 4.5.90 - _ZTVN4KIPI12PluginLoaderE@Base 4.5.90 - _ZTVN4KIPI12UploadWidgetE@Base 4.5.90 - _ZTVN4KIPI15ImageInfoSharedE@Base 4.5.90 - _ZTVN4KIPI21ImageCollectionSharedE@Base 4.5.90 - _ZTVN4KIPI23ImageCollectionSelectorE@Base 4.5.90 - _ZTVN4KIPI6PluginE@Base 4.5.90 - _ZTVN4KIPI9InterfaceE@Base 4.5.90 - (c++)"non-virtual thunk to KIPI::ConfigWidget::~ConfigWidget()@Base" 4.5.90 - (c++)"non-virtual thunk to KIPI::ImageCollectionSelector::~ImageCollectionSelector()@Base" 4.5.90 - (c++)"non-virtual thunk to KIPI::Plugin::~Plugin()@Base" 4.9.80 - (c++)"non-virtual thunk to KIPI::UploadWidget::~UploadWidget()@Base" 4.5.90 diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi32.0.0.install libkf5kipi-16.12.1/debian/libkf5kipi32.0.0.install --- libkf5kipi-16.04.3/debian/libkf5kipi32.0.0.install 1970-01-01 00:00:00.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi32.0.0.install 2017-01-19 16:14:09.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/*/libKF5Kipi.so.32.0.0 +usr/lib/*/libKF5Kipi.so.5.* diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi32.0.0.symbols libkf5kipi-16.12.1/debian/libkf5kipi32.0.0.symbols --- libkf5kipi-16.04.3/debian/libkf5kipi32.0.0.symbols 1970-01-01 00:00:00.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi32.0.0.symbols 2017-01-19 16:14:09.000000000 +0000 @@ -0,0 +1,273 @@ +# SymbolsHelper-Confirmed: 16.04.0 amd64 +libKF5Kipi.so.32.0.0 libkf5kipi32.0.0 #MINVER# + _ZN4KIPI12ConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI12ConfigWidget11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI12ConfigWidget16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI12ConfigWidget18signalSearchResultEi@Base 15.12.0 + _ZN4KIPI12ConfigWidget5applyEv@Base 4.5.90 + _ZN4KIPI12ConfigWidget8clearAllEv@Base 15.12.0 + _ZN4KIPI12ConfigWidget9selectAllEv@Base 15.12.0 + _ZN4KIPI12ConfigWidget9setFilterERK7QStringN2Qt15CaseSensitivityE@Base 15.12.0 + _ZN4KIPI12ConfigWidgetC1EP7QWidget@Base 4.5.90 + _ZN4KIPI12ConfigWidgetC2EP7QWidget@Base 4.5.90 + _ZN4KIPI12ConfigWidgetD0Ev@Base 4.5.90 + _ZN4KIPI12ConfigWidgetD1Ev@Base 4.5.90 + _ZN4KIPI12ConfigWidgetD2Ev@Base 4.5.90 + _ZN4KIPI12PluginLoader10pluginListEv@Base 4.5.90 + _ZN4KIPI12PluginLoader11loadPluginsEv@Base 4.5.90 + _ZN4KIPI12PluginLoader11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI12PluginLoader11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI12PluginLoader12setInterfaceEPNS_9InterfaceE@Base 4.9.80 + _ZN4KIPI12PluginLoader16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI12PluginLoader21setIgnoredPluginsListERK11QStringList@Base 4.9.80 + _ZN4KIPI12PluginLoader24setDisabledPluginActionsERK11QStringList@Base 4.9.80 + _ZN4KIPI12PluginLoader4Info13setShouldLoadEb@Base 4.5.90 + _ZN4KIPI12PluginLoader4Info6reloadEv@Base 4.5.90 + _ZN4KIPI12PluginLoader4InfoC1EP13KXmlGuiWindowRK28QExplicitlySharedDataPointerI8KServiceEb@Base 15.12.0 + _ZN4KIPI12PluginLoader4InfoC2EP13KXmlGuiWindowRK28QExplicitlySharedDataPointerI8KServiceEb@Base 15.12.0 + _ZN4KIPI12PluginLoader4InfoD1Ev@Base 4.5.90 + _ZN4KIPI12PluginLoader4InfoD2Ev@Base 4.5.90 + _ZN4KIPI12PluginLoader4initEv@Base 4.9.80 + _ZN4KIPI12PluginLoader4plugEPNS0_4InfoE@Base 4.5.90 + _ZN4KIPI12PluginLoader6replugEv@Base 4.5.90 + _ZN4KIPI12PluginLoader6unplugEPNS0_4InfoE@Base 4.5.90 + _ZN4KIPI12PluginLoader8instanceEv@Base 4.5.90 + _ZN4KIPI12PluginLoaderC1EP13KXmlGuiWindow@Base 4.9.80 + _ZN4KIPI12PluginLoaderC1Ev@Base 4.9.80 + _ZN4KIPI12PluginLoaderC2EP13KXmlGuiWindow@Base 4.9.80 + _ZN4KIPI12PluginLoaderC2Ev@Base 4.9.80 + _ZN4KIPI12PluginLoaderD0Ev@Base 4.5.90 + _ZN4KIPI12PluginLoaderD1Ev@Base 4.5.90 + _ZN4KIPI12PluginLoaderD2Ev@Base 4.5.90 + _ZN4KIPI12UploadWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI12UploadWidget11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI12UploadWidget16selectionChangedEv@Base 4.5.90 + _ZN4KIPI12UploadWidget16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI12UploadWidgetC1EP7QWidget@Base 4.5.90 + _ZN4KIPI12UploadWidgetC2EP7QWidget@Base 4.5.90 + _ZN4KIPI12UploadWidgetD0Ev@Base 4.5.90 + _ZN4KIPI12UploadWidgetD1Ev@Base 4.5.90 + _ZN4KIPI12UploadWidgetD2Ev@Base 4.5.90 + _ZN4KIPI13EditHintScope13changeAbortedEv@Base 4.10.80 + _ZN4KIPI13EditHintScopeC1EPNS_9InterfaceERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 + _ZN4KIPI13EditHintScopeC2EPNS_9InterfaceERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 + _ZN4KIPI13EditHintScopeD1Ev@Base 4.10.80 + _ZN4KIPI13EditHintScopeD2Ev@Base 4.10.80 + _ZN4KIPI14FileReadLocker6relockEv@Base 4.8.80 + _ZN4KIPI14FileReadLocker6unlockEv@Base 4.8.80 + _ZN4KIPI14FileReadLockerC1EPNS_15ImageInfoSharedE@Base 4.8.80 + _ZN4KIPI14FileReadLockerC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI14FileReadLockerC2EPNS_15ImageInfoSharedE@Base 4.8.80 + _ZN4KIPI14FileReadLockerC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI14FileReadLockerD1Ev@Base 4.8.80 + _ZN4KIPI14FileReadLockerD2Ev@Base 4.8.80 + _ZN4KIPI15FileWriteLocker6relockEv@Base 4.8.80 + _ZN4KIPI15FileWriteLocker6unlockEv@Base 4.8.80 + _ZN4KIPI15FileWriteLockerC1EPNS_15ImageInfoSharedE@Base 4.8.80 + _ZN4KIPI15FileWriteLockerC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI15FileWriteLockerC2EPNS_15ImageInfoSharedE@Base 4.8.80 + _ZN4KIPI15FileWriteLockerC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI15FileWriteLockerD1Ev@Base 4.8.80 + _ZN4KIPI15FileWriteLockerD2Ev@Base 4.8.80 + _ZN4KIPI15ImageCollectionC1EPNS_21ImageCollectionSharedE@Base 4.5.90 + _ZN4KIPI15ImageCollectionC1ERKS0_@Base 4.5.90 + _ZN4KIPI15ImageCollectionC1Ev@Base 4.5.90 + _ZN4KIPI15ImageCollectionC2EPNS_21ImageCollectionSharedE@Base 4.5.90 + _ZN4KIPI15ImageCollectionC2ERKS0_@Base 4.5.90 + _ZN4KIPI15ImageCollectionC2Ev@Base 4.5.90 + _ZN4KIPI15ImageCollectionD1Ev@Base 4.5.90 + _ZN4KIPI15ImageCollectionD2Ev@Base 4.5.90 + _ZN4KIPI15ImageCollectionaSERKS0_@Base 4.5.90 + _ZN4KIPI15ImageInfoShared16clearReservationEP7QObject@Base 4.8.80 + _ZN4KIPI15ImageInfoShared6addRefEv@Base 4.5.90 + _ZN4KIPI15ImageInfoShared9cloneDataEPS0_@Base 4.5.90 + _ZN4KIPI15ImageInfoShared9removeRefEv@Base 4.5.90 + _ZN4KIPI15ImageInfoSharedC1EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI15ImageInfoSharedC1Ev@Base 4.8.80 + _ZN4KIPI15ImageInfoSharedC2EPNS_9InterfaceERK4QUrl@Base 15.12.0 + _ZN4KIPI15ImageInfoSharedC2Ev@Base 4.8.80 + _ZN4KIPI15ImageInfoSharedD0Ev@Base 4.7.90 + _ZN4KIPI15ImageInfoSharedD1Ev@Base 4.7.90 + _ZN4KIPI15ImageInfoSharedD2Ev@Base 4.7.90 + _ZN4KIPI21ImageCollectionShared11isDirectoryEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared13uploadRootUrlEv@Base 15.12.0 + _ZN4KIPI21ImageCollectionShared14uploadRootNameEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared3urlEv@Base 15.12.0 + _ZN4KIPI21ImageCollectionShared4dateEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared6addRefEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared7commentEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared8categoryEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared9removeRefEv@Base 4.5.90 + _ZN4KIPI21ImageCollectionShared9uploadUrlEv@Base 15.12.0 + _ZN4KIPI21ImageCollectionSharedC1Ev@Base 4.5.90 + _ZN4KIPI21ImageCollectionSharedC2Ev@Base 4.5.90 + _ZN4KIPI21ImageCollectionSharedD0Ev@Base 4.7.90 + _ZN4KIPI21ImageCollectionSharedD1Ev@Base 4.7.90 + _ZN4KIPI21ImageCollectionSharedD2Ev@Base 4.7.90 + _ZN4KIPI21ImageCollectionSharedeqERS0_@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelector11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelector11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelector16selectionChangedEv@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelector16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelector24enableVirtualCollectionsEb@Base 4.9.80 + _ZN4KIPI23ImageCollectionSelectorC1EP7QWidget@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelectorC2EP7QWidget@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelectorD0Ev@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelectorD1Ev@Base 4.5.90 + _ZN4KIPI23ImageCollectionSelectorD2Ev@Base 4.5.90 + _ZN4KIPI6Plugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI6Plugin11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI6Plugin12clearActionsEv@Base 4.9.80 + _ZN4KIPI6Plugin12mergeXMLFileEP13KXMLGUIClient@Base 4.9.80 + _ZN4KIPI6Plugin13setUiBaseNameEPKc@Base 4.9.80 + _ZN4KIPI6Plugin16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI6Plugin18setDefaultCategoryENS_8CategoryE@Base 4.9.80 + _ZN4KIPI6Plugin5setupEP7QWidget@Base 4.5.90 + _ZN4KIPI6Plugin7rebuildEv@Base 4.9.80 + _ZN4KIPI6Plugin8setupXMLEv@Base 4.9.80 + _ZN4KIPI6Plugin9addActionEP7QAction@Base 15.12.0 + _ZN4KIPI6Plugin9addActionEP7QActionNS_8CategoryE@Base 15.12.0 + _ZN4KIPI6Plugin9addActionERK7QStringP7QAction@Base 15.12.0 + _ZN4KIPI6Plugin9addActionERK7QStringP7QActionNS_8CategoryE@Base 15.12.0 + _ZN4KIPI6PluginC1EP7QObjectPKc@Base 15.12.0 + _ZN4KIPI6PluginC2EP7QObjectPKc@Base 15.12.0 + _ZN4KIPI6PluginD0Ev@Base 4.5.90 + _ZN4KIPI6PluginD1Ev@Base 4.5.90 + _ZN4KIPI6PluginD2Ev@Base 4.5.90 + _ZN4KIPI9ImageInfo13addAttributesERK4QMapI7QString8QVariantE@Base 4.5.90 + _ZN4KIPI9ImageInfo13delAttributesERK11QStringList@Base 4.5.90 + _ZN4KIPI9ImageInfo15clearAttributesEv@Base 4.5.90 + _ZN4KIPI9ImageInfo9cloneDataERKS0_@Base 4.5.90 + _ZN4KIPI9ImageInfoC1EPNS_15ImageInfoSharedE@Base 4.5.90 + _ZN4KIPI9ImageInfoC1ERKS0_@Base 4.5.90 + _ZN4KIPI9ImageInfoC1Ev@Base 4.8.80 + _ZN4KIPI9ImageInfoC2EPNS_15ImageInfoSharedE@Base 4.5.90 + _ZN4KIPI9ImageInfoC2ERKS0_@Base 4.5.90 + _ZN4KIPI9ImageInfoC2Ev@Base 4.8.80 + _ZN4KIPI9ImageInfoD1Ev@Base 4.5.90 + _ZN4KIPI9ImageInfoD2Ev@Base 4.5.90 + _ZN4KIPI9ImageInfoaSERKS0_@Base 4.8.80 + _ZN4KIPI9Interface10gotPreviewERK4QUrlRK6QImage@Base 15.12.0 + _ZN4KIPI9Interface10thumbnailsERK5QListI4QUrlEi@Base 15.12.0 + _ZN4KIPI9Interface11aboutToEditERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 + _ZN4KIPI9Interface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.5.90 + _ZN4KIPI9Interface11qt_metacastEPKc@Base 4.5.90 + _ZN4KIPI9Interface12currentAlbumEv@Base 4.5.90 + _ZN4KIPI9Interface12gotThumbnailERK4QUrlRK7QPixmap@Base 15.12.0 + _ZN4KIPI9Interface13refreshImagesERK5QListI4QUrlE@Base 15.12.0 + _ZN4KIPI9Interface15editingFinishedERK4QUrl6QFlagsINS_8EditHintEE@Base 15.12.0 + _ZN4KIPI9Interface16clearReservationERK4QUrlP7QObject@Base 15.12.0 + _ZN4KIPI9Interface16currentSelectionEv@Base 4.5.90 + _ZN4KIPI9Interface16progressCanceledERK7QString@Base 4.8.80 + _ZN4KIPI9Interface16selectionChangedEb@Base 4.5.90 + _ZN4KIPI9Interface16staticMetaObjectE@Base 4.5.90 + _ZN4KIPI9Interface17progressCompletedERK7QString@Base 4.8.80 + _ZN4KIPI9Interface17reservedForActionERK4QUrlRK7QString@Base 15.12.0 + _ZN4KIPI9Interface18reservationClearedERK4QUrl@Base 15.12.0 + _ZN4KIPI9Interface19currentAlbumChangedEb@Base 4.5.90 + _ZN4KIPI9Interface20progressValueChangedERK7QStringf@Base 4.8.80 + _ZN4KIPI9Interface21progressStatusChangedERK7QStringS3_@Base 4.8.80 + _ZN4KIPI9Interface23supportedImageMimeTypesEb@Base 15.12.0 + _ZN4KIPI9Interface24progressThumbnailChangedERK7QStringRK7QPixmap@Base 4.8.80 + _ZN4KIPI9Interface7previewERK4QUrl@Base 16.04.0 + _ZN4KIPI9Interface7previewERK4QUrli@Base 15.12.0 + _ZN4KIPI9Interface7versionEv@Base 4.5.90 + _ZN4KIPI9Interface8addImageERK4QUrlR7QString@Base 15.12.0 + _ZN4KIPI9Interface8delImageERK4QUrl@Base 15.12.0 + _ZN4KIPI9Interface8rawFilesEv@Base 16.04.0 + _ZN4KIPI9Interface9allAlbumsEv@Base 4.5.90 + _ZN4KIPI9Interface9saveImageERK4QUrlRK7QStringRK10QByteArrayjjbbPb@Base 15.12.0 + _ZN4KIPI9Interface9thumbnailERK4QUrli@Base 15.12.0 + _ZN4KIPI9InterfaceC1EP7QObjectRK7QString@Base 15.12.0 + _ZN4KIPI9InterfaceC2EP7QObjectRK7QString@Base 15.12.0 + _ZN4KIPI9InterfaceD0Ev@Base 4.5.90 + _ZN4KIPI9InterfaceD1Ev@Base 4.5.90 + _ZN4KIPI9InterfaceD2Ev@Base 4.5.90 + _ZNK4KIPI12ConfigWidget10metaObjectEv@Base 4.5.90 + _ZNK4KIPI12ConfigWidget5countEv@Base 15.12.0 + _ZNK4KIPI12ConfigWidget6filterEv@Base 15.12.0 + _ZNK4KIPI12ConfigWidget7activedEv@Base 15.12.0 + _ZNK4KIPI12ConfigWidget7visibleEv@Base 15.12.0 + _ZNK4KIPI12PluginLoader10metaObjectEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader12configWidgetEP7QWidget@Base 4.5.90 + _ZNK4KIPI12PluginLoader18kipiPluginsVersionEv@Base 4.9.80 + _ZNK4KIPI12PluginLoader21disabledPluginActionsEv@Base 4.9.80 + _ZNK4KIPI12PluginLoader4Info10shouldLoadEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info16pluginCategoriesEv@Base 4.9.80 + _ZNK4KIPI12PluginLoader4Info4iconEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info4nameEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info5unameEv@Base 14.11.97 + _ZNK4KIPI12PluginLoader4Info6authorEv@Base 4.9.80 + _ZNK4KIPI12PluginLoader4Info6pluginEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info7commentEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info7libraryEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader4Info7serviceEv@Base 4.5.90 + _ZNK4KIPI12PluginLoader9interfaceEv@Base 4.5.90 + _ZNK4KIPI12UploadWidget10metaObjectEv@Base 4.5.90 + _ZNK4KIPI12UploadWidget23selectedImageCollectionEv@Base 4.5.90 + _ZNK4KIPI14FileReadLocker17fileReadWriteLockEv@Base 4.8.80 + _ZNK4KIPI15FileWriteLocker17fileReadWriteLockEv@Base 4.8.80 + _ZNK4KIPI15ImageCollection11isDirectoryEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection13uploadRootUrlEv@Base 15.12.0 + _ZNK4KIPI15ImageCollection14uploadRootNameEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection3urlEv@Base 15.12.0 + _ZNK4KIPI15ImageCollection4dateEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection4nameEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection6imagesEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection7commentEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection7isValidEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection8categoryEv@Base 4.5.90 + _ZNK4KIPI15ImageCollection9uploadUrlEv@Base 15.12.0 + _ZNK4KIPI15ImageCollectioneqERKS0_@Base 4.5.90 + _ZNK4KIPI15ImageInfoShared14itemIsReservedEP7QString@Base 4.8.80 + _ZNK4KIPI15ImageInfoShared16reserveForActionEP7QObjectRK7QString@Base 4.8.80 + _ZNK4KIPI15ImageInfoShared19createReadWriteLockEv@Base 4.8.80 + _ZNK4KIPI15ImageInfoShared3urlEv@Base 4.8.80 + _ZNK4KIPI23ImageCollectionSelector10metaObjectEv@Base 4.5.90 + _ZNK4KIPI23ImageCollectionSelector24selectedImageCollectionsEv@Base 4.5.90 + _ZNK4KIPI6Plugin10metaObjectEv@Base 4.5.90 + _ZNK4KIPI6Plugin10uiBaseNameEv@Base 4.9.80 + _ZNK4KIPI6Plugin15defaultCategoryEv@Base 4.9.80 + _ZNK4KIPI6Plugin7actionsEP7QWidget@Base 4.9.80 + _ZNK4KIPI6Plugin8categoryEP7QAction@Base 15.12.0 + _ZNK4KIPI6Plugin9interfaceEv@Base 4.9.80 + _ZNK4KIPI9ImageInfo10attributesEv@Base 4.5.90 + _ZNK4KIPI9ImageInfo3urlEv@Base 4.8.80 + _ZNK4KIPI9Interface10getTagTreeEv@Base 4.5.90 + _ZNK4KIPI9Interface10hasFeatureENS_8FeaturesE@Base 4.5.90 + _ZNK4KIPI9Interface10hasFeatureERK7QString@Base 4.5.90 + _ZNK4KIPI9Interface10metaObjectEv@Base 4.5.90 + _ZNK4KIPI9Interface14itemIsReservedERK4QUrlP7QString@Base 15.12.0 + _ZNK4KIPI9Interface16reserveForActionERK4QUrlP7QObjectRK7QString@Base 15.12.0 + _ZNK4KIPI9Interface17progressScheduledERK7QStringbb@Base 4.8.80 + _ZNK4KIPI9Interface19createReadWriteLockERK4QUrl@Base 15.12.0 + _ZNK4KIPI9Interface23createMetadataProcessorEv@Base 15.12.0 + _ZNK4KIPI9Interface8featuresEv@Base 4.5.90 + _ZTIN4KIPI12ConfigWidgetE@Base 4.5.90 + _ZTIN4KIPI12PluginLoaderE@Base 4.5.90 + _ZTIN4KIPI12UploadWidgetE@Base 4.5.90 + _ZTIN4KIPI15ImageInfoSharedE@Base 4.5.90 + _ZTIN4KIPI21ImageCollectionSharedE@Base 4.5.90 + _ZTIN4KIPI23ImageCollectionSelectorE@Base 4.5.90 + _ZTIN4KIPI6PluginE@Base 4.5.90 + _ZTIN4KIPI9InterfaceE@Base 4.5.90 + _ZTSN4KIPI12ConfigWidgetE@Base 4.5.90 + _ZTSN4KIPI12PluginLoaderE@Base 4.5.90 + _ZTSN4KIPI12UploadWidgetE@Base 4.5.90 + _ZTSN4KIPI15ImageInfoSharedE@Base 4.5.90 + _ZTSN4KIPI21ImageCollectionSharedE@Base 4.5.90 + _ZTSN4KIPI23ImageCollectionSelectorE@Base 4.5.90 + _ZTSN4KIPI6PluginE@Base 4.5.90 + _ZTSN4KIPI9InterfaceE@Base 4.5.90 + _ZTVN4KIPI12ConfigWidgetE@Base 4.5.90 + _ZTVN4KIPI12PluginLoaderE@Base 4.5.90 + _ZTVN4KIPI12UploadWidgetE@Base 4.5.90 + _ZTVN4KIPI15ImageInfoSharedE@Base 4.5.90 + _ZTVN4KIPI21ImageCollectionSharedE@Base 4.5.90 + _ZTVN4KIPI23ImageCollectionSelectorE@Base 4.5.90 + _ZTVN4KIPI6PluginE@Base 4.5.90 + _ZTVN4KIPI9InterfaceE@Base 4.5.90 + (c++)"non-virtual thunk to KIPI::ConfigWidget::~ConfigWidget()@Base" 4.5.90 + (c++)"non-virtual thunk to KIPI::ImageCollectionSelector::~ImageCollectionSelector()@Base" 4.5.90 + (c++)"non-virtual thunk to KIPI::Plugin::~Plugin()@Base" 4.9.80 + (c++)"non-virtual thunk to KIPI::UploadWidget::~UploadWidget()@Base" 4.5.90 diff -Nru libkf5kipi-16.04.3/debian/libkf5kipi-bin.install libkf5kipi-16.12.1/debian/libkf5kipi-bin.install --- libkf5kipi-16.04.3/debian/libkf5kipi-bin.install 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/libkf5kipi-bin.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -usr/bin/kxmlkipicmd -usr/lib/*/qt5/plugins/kipiplugin_kxmlhelloworld.so -usr/share/kxmlkipicmd/ diff -Nru libkf5kipi-16.04.3/debian/not-installed libkf5kipi-16.12.1/debian/not-installed --- libkf5kipi-16.04.3/debian/not-installed 2016-09-30 04:27:28.000000000 +0000 +++ libkf5kipi-16.12.1/debian/not-installed 2017-01-19 16:14:09.000000000 +0000 @@ -1,2 +1,3 @@ -#test file +#test files ./usr/lib/kde4/kipiplugin_kxmlhelloworld.so +./usr/lib/*/qt5/plugins/kipiplugin_kxmlhelloworld.so diff -Nru libkf5kipi-16.04.3/src/configwidget.cpp libkf5kipi-16.12.1/src/configwidget.cpp --- libkf5kipi-16.04.3/src/configwidget.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/configwidget.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -45,7 +45,7 @@ public: PluginCheckBox(PluginLoader::Info* const info, QTreeWidget* const parent) - : QTreeWidgetItem(parent), + : QTreeWidgetItem(parent), m_info(info) { setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); diff -Nru libkf5kipi-16.04.3/src/configwidget.h libkf5kipi-16.12.1/src/configwidget.h --- libkf5kipi-16.04.3/src/configwidget.h 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/configwidget.h 2016-11-26 13:06:26.000000000 +0000 @@ -56,15 +56,15 @@ /** Apply all changes about plugins selected to be hosted in KIPI host application. */ void apply(); - + /** Return the number of plugins actived in the list. */ int actived() const; - + /** Return the total number of plugins in the list. */ int count() const; - + /** Return the number of visible plugins in the list. */ int visible() const; @@ -76,7 +76,7 @@ /** Clear all selected plugins in the list. */ void clearAll(); - + /** Set the string used to filter the plugins list. signalSearchResult() is emitted when all is done. */ void setFilter(const QString& filter, Qt::CaseSensitivity cs); diff -Nru libkf5kipi-16.04.3/src/imagecollection.h libkf5kipi-16.12.1/src/imagecollection.h --- libkf5kipi-16.04.3/src/imagecollection.h 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/imagecollection.h 2016-11-26 13:06:26.000000000 +0000 @@ -126,11 +126,11 @@ * This tree view widget needs to starts at some URL. This function specifies that location. * Here are a couble of possible return value different host applications may choose. * - * If all images are stored rooted at some tree (which is the case for KPhotoAlbum), + * If all images are stored rooted at some tree (which is the case for KPhotoAlbum), * then this function may return this directory unconditionally. * The root directory returned by uploadPath() (which is the default implementation for this method) * will be the directory returned by uploadPath(). - * + * * IMPORTANT: uploadRoot() must be a subpath of uploadPath() */ QUrl uploadRootUrl() const; diff -Nru libkf5kipi-16.04.3/src/imagecollectionselector.cpp libkf5kipi-16.12.1/src/imagecollectionselector.cpp --- libkf5kipi-16.04.3/src/imagecollectionselector.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/imagecollectionselector.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -28,7 +28,7 @@ #include "imagecollectionselector.h" #include "imagecollection.h" -namespace KIPI +namespace KIPI { ImageCollectionSelector::ImageCollectionSelector(QWidget* const parent) diff -Nru libkf5kipi-16.04.3/src/imageinfo.h libkf5kipi-16.12.1/src/imageinfo.h --- libkf5kipi-16.04.3/src/imageinfo.h 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/imageinfo.h 2016-11-26 13:06:26.000000000 +0000 @@ -53,7 +53,7 @@ Holds info about an image from KIPI host application. NOTE: If you want to manage item properties from kipi-plugins, use wrapper class KIPIPlugins::KPImageInfo, not this class directly. See kipi-plugins/common/libkipi-plugins API for details. - IMPORTANT: this class must re-implemented in KIPI host application through KIPI::ImageInfoShared. This implementation + IMPORTANT: this class must re-implemented in KIPI host application through KIPI::ImageInfoShared. This implementation must be thread-safe, due to possible use into kipi plugins separated thread implementation in the future. */ class LIBKIPI_EXPORT ImageInfo diff -Nru libkf5kipi-16.04.3/src/interface.cpp libkf5kipi-16.12.1/src/interface.cpp --- libkf5kipi-16.04.3/src/interface.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/interface.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -305,7 +305,7 @@ PrintWarningMessageFeature("HostSupportsMetadataProcessing"); return 0; } - + void Interface::aboutToEdit(const QUrl&, EditHints) { } diff -Nru libkf5kipi-16.04.3/src/interface.h libkf5kipi-16.12.1/src/interface.h --- libkf5kipi-16.04.3/src/interface.h 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/interface.h 2016-11-26 13:06:26.000000000 +0000 @@ -335,7 +335,7 @@ /** * Tells to host application to render a preview image for one item. * A resizement to to a specific size will be generated if preview is largest than. - * Use a positive resizedTo value in this case, else -1. Aspect ratio is preserved while rendering. + * Use a positive resizedTo value in this case, else -1. Aspect ratio is preserved while rendering. * This asynchronous method must be re-implemented in host application. * Use gotPreview() signal to take preview. */ @@ -354,7 +354,7 @@ virtual void thumbnails(const QList& list, int size); /** - Ask to Kipi host application to prepare progress manager for a new entry. This method must return from host + Ask to Kipi host application to prepare progress manager for a new entry. This method must return from host a string identification about progress item created. This id will be used later to change in host progress item value and text. Title is text used to name progress item in host application. Set canBeCanceled to true if you want that progress item provide a cancel button to close process from kipi host. @@ -424,7 +424,7 @@ * The implementation from KIPI host application must be thread-safe. * */ - virtual FileReadWriteLock* createReadWriteLock(const QUrl& url) const = 0; + virtual FileReadWriteLock* createReadWriteLock(const QUrl& url) const; /** * Supported if HostSupportsMetadataProcessing. @@ -432,7 +432,7 @@ * The implementation from KIPI host application must be thread-safe. * */ - virtual MetadataProcessor* createMetadataProcessor() const = 0; + virtual MetadataProcessor* createMetadataProcessor() const; /** * Supported if HostSupportsEditHints @@ -466,12 +466,12 @@ void selectionChanged(bool hasSelection); /** - * Emit when current album selection as changed from host application user interface. + * Emit when current album selection as changed from host application user interface. * Boolean argument is true if album are select or not in collection. */ void currentAlbumChanged(bool hasSelection); - /** Emit when host application has rendered item thumbnail. See asynchronous thumbnail() and thumbnails() + /** Emit when host application has rendered item thumbnail. See asynchronous thumbnail() and thumbnails() * methods for details. */ void gotThumbnail(const QUrl&, const QPixmap&); diff -Nru libkf5kipi-16.04.3/src/kipiplugin.desktop libkf5kipi-16.12.1/src/kipiplugin.desktop --- libkf5kipi-16.04.3/src/kipiplugin.desktop 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/kipiplugin.desktop 2016-11-26 13:06:26.000000000 +0000 @@ -7,8 +7,8 @@ Name[ast]=KIPIPlugin Name[bg]=KIPIPlugin Name[bs]=KIPI priključak -Name[ca]=KIPIPlugin -Name[ca@valencia]=KIPIPlugin +Name[ca]=Connector de KIPI +Name[ca@valencia]=Connector de KIPI Name[cs]=KIPIPlugin Name[da]=KIPIPlugin Name[de]=KIPI-Modul @@ -64,8 +64,8 @@ Comment[ast]=Un complementu pa KIPI Comment[bg]=Приставка KIPI Comment[bs]=KIPI priključak -Comment[ca]=Un connector de la KIPI -Comment[ca@valencia]=Un connector de la KIPI +Comment[ca]=Un connector de KIPI +Comment[ca@valencia]=Un connector de KIPI Comment[cs]=KIPI modul Comment[da]=Et KIPI-plugin Comment[de]=Ein KIPI-Modul diff -Nru libkf5kipi-16.04.3/src/plugin.cpp libkf5kipi-16.12.1/src/plugin.cpp --- libkf5kipi-16.04.3/src/plugin.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/src/plugin.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -421,9 +421,9 @@ // be safe rather than sorry // create the appname folder in kxmlgui5 QDir localUIDir(localUIdir); - if (!localUIDir.exists()) + if (!localUIDir.exists()) QDir().mkpath(localUIdir); - + if (!localUIFile.exists() || !localUIFile.open(QFile::ReadOnly) || !localDomDoc.setContent(&localUIFile)) { newGuiElem.appendChild(defToolBarElem.cloneNode()); diff -Nru libkf5kipi-16.04.3/tests/CMakeLists.txt libkf5kipi-16.12.1/tests/CMakeLists.txt --- libkf5kipi-16.04.3/tests/CMakeLists.txt 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/CMakeLists.txt 2016-11-26 13:06:26.000000000 +0000 @@ -68,9 +68,10 @@ target_link_libraries(kxmlkipicmd KF5::KExiv2) endif() -install(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES kxmlkipicmd/kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) -install(FILES kxmlkipicmd/kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +# Given as example. Do not install any files with from test code. +#install(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) +#install(FILES kxmlkipicmd/kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +#install(FILES kxmlkipicmd/kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) #---------------------------------------------------------------------------------------------------- diff -Nru libkf5kipi-16.04.3/tests/common/kipiimagecollectionshared.cpp libkf5kipi-16.12.1/tests/common/kipiimagecollectionshared.cpp --- libkf5kipi-16.04.3/tests/common/kipiimagecollectionshared.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/common/kipiimagecollectionshared.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -37,7 +37,7 @@ m_images() { // go through the album and add its images: - const QString albumPathString = m_albumPath.path(); + const QString albumPathString = m_albumPath.toLocalFile(); // add only the files, because recursion through directories should be // handled in KipiInterface::add[Selected]Album diff -Nru libkf5kipi-16.04.3/tests/common/kipiwritehelp.cpp libkf5kipi-16.12.1/tests/common/kipiwritehelp.cpp --- libkf5kipi-16.04.3/tests/common/kipiwritehelp.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/common/kipiwritehelp.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -170,7 +170,7 @@ src->pub.next_input_byte = fakeEOI; src->pub.bytes_in_buffer = 2; } - + return true; } diff -Nru libkf5kipi-16.04.3/tests/common/kipiwritehelp.h libkf5kipi-16.12.1/tests/common/kipiwritehelp.h --- libkf5kipi-16.04.3/tests/common/kipiwritehelp.h 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/common/kipiwritehelp.h 2016-11-26 13:06:26.000000000 +0000 @@ -28,9 +28,9 @@ // C++ includes #include - -// Qt includes - + +// Qt includes + #include // C ANSI includes diff -Nru libkf5kipi-16.04.3/tests/kipicmd/main.cpp libkf5kipi-16.12.1/tests/kipicmd/main.cpp --- libkf5kipi-16.04.3/tests/kipicmd/main.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/kipicmd/main.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -316,7 +316,7 @@ app.setApplicationVersion(QLatin1String(KIPI_VERSION_STRING)); app.setOrganizationName(QLatin1String("http://www.digikam.org")); app.setWindowIcon(QIcon(QStandardPaths::locate(QStandardPaths::GenericDataLocation, - QLatin1String("kf5/kipi/pics/kipi-icon.svg")))); + QLatin1String(":/images/kipi-icon.svg")))); QCommandLineParser parser; parser.addVersionOption(); diff -Nru libkf5kipi-16.04.3/tests/kxmlkipicmd/kipisetup.cpp libkf5kipi-16.12.1/tests/kxmlkipicmd/kipisetup.cpp --- libkf5kipi-16.04.3/tests/kxmlkipicmd/kipisetup.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/kxmlkipicmd/kipisetup.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -128,7 +128,7 @@ sv->setWidget(panel); sv->setWidgetResizable(true); - d->tabView->insertTab(KipiPluginsPage, sv, QIcon::fromTheme(QString::fromLatin1("kipi")), QLatin1String("Kipi Plugins")); + d->tabView->insertTab(KipiPluginsPage, sv, QIcon(QLatin1String(":/icons/kipi-icon.svg")), QLatin1String("Kipi Plugins")); d->xmlPage = new SetupXML(d->tabView); d->xmlPage->setToolTip(QLatin1String("Configure the UI file for the KXMLKipiCmd application")); diff -Nru libkf5kipi-16.04.3/tests/kxmlkipicmd/main.cpp libkf5kipi-16.12.1/tests/kxmlkipicmd/main.cpp --- libkf5kipi-16.04.3/tests/kxmlkipicmd/main.cpp 2016-03-23 22:56:15.000000000 +0000 +++ libkf5kipi-16.12.1/tests/kxmlkipicmd/main.cpp 2016-11-26 13:06:26.000000000 +0000 @@ -60,7 +60,7 @@ app.setApplicationVersion(QLatin1String(KIPI_VERSION_STRING)); app.setOrganizationName(QLatin1String("http://www.digikam.org")); app.setWindowIcon(QIcon(QStandardPaths::locate(QStandardPaths::GenericDataLocation, - QLatin1String("kf5/kipi/pics/kipi-icon.svg")))); + QLatin1String(":/images/kipi-icon.svg")))); QCommandLineParser parser; parser.addVersionOption(); @@ -135,7 +135,7 @@ KipiTestMainWindow* const mainWindow = new KipiTestMainWindow(listSelectedImages, listSelectedAlbums, listAllAlbums); - QObject::connect(mainWindow, &KipiTestMainWindow::destroyed, + QObject::connect(mainWindow, &KipiTestMainWindow::destroyed, &app, &QApplication::quit); app.setActiveWindow(mainWindow);