Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2015-05-11 19:21:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2015-03-11 09:53:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-05-11 19:21:18.000000000 +0200 @@ -1,0 +2,22 @@ +Sat Apr 11 13:25:50 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.0 + * KDE Applications 15.04.0 + * https://www.kde.org/announcements/announce-applications-15.04.0.php + + +------------------------------------------------------------------- +Sat Mar 21 18:23:08 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.95 + * KDE Applications 15.04 RC + + +------------------------------------------------------------------- +Sun Mar 8 12:51:29 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.80 + * KDE Applications 15.04 Beta + + +------------------------------------------------------------------- Old: ---- libkipi-14.12.3.tar.xz New: ---- libkipi-15.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.NLxwbU/_old 2015-05-11 19:21:18.000000000 +0200 +++ /var/tmp/diff_new_pack.NLxwbU/_new 2015-05-11 19:21:18.000000000 +0200 @@ -26,7 +26,7 @@ License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT Group: Development/Libraries/KDE Url: http://www.kde.org -Version: 14.12.3 +Version: 15.04.0 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ libkipi-14.12.3.tar.xz -> libkipi-15.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/CMakeLists.txt new/libkipi-15.04.0/CMakeLists.txt --- old/libkipi-14.12.3/CMakeLists.txt 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/CMakeLists.txt 2014-12-03 17:21:29.000000000 +0100 @@ -1,49 +1,29 @@ -# =========================================================== # -# This file is a part of digiKam project -# <a href="http://www.digikam.org">http://www.digikam.org</a> +# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com> # -# @date 2004-02-01 -# @brief KDE Image Plugin Interface -# -# @author Copyright (C) 2004-2014 by Gilles Caulier -# <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> -# @author Copyright (C) 2012 by Victor Dodon -# <a href="mailto:dodonvictor at gmail dot com">dodonvictor at gmail dot com</a> -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software Foundation; -# either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# ============================================================ +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -PROJECT(libkipi) +project(libkipi) -MESSAGE(STATUS "----------------------------------------------------------------------------------") -MESSAGE(STATUS "Starting CMake configuration for: libkipi") +message(STATUS "----------------------------------------------------------------------------------") +message(STATUS "Starting CMake configuration for: libkipi") -FIND_PACKAGE(KDE4 REQUIRED) +find_package(KDE4 REQUIRED) -INCLUDE(KDE4Defaults) -INCLUDE(MacroLibrary) -INCLUDE(MacroOptionalAddSubdirectory) -INCLUDE(MacroOptionalFindPackage) -INCLUDE(FindPackageHandleStandardArgs) +include(KDE4Defaults) +include(MacroLibrary) +include(MacroOptionalAddSubdirectory) +include(MacroOptionalFindPackage) +include(FindPackageHandleStandardArgs) -ADD_DEFINITIONS(${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS}) -ADD_DEFINITIONS(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) +add_definitions(${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS}) +add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) -INCLUDE_DIRECTORIES (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) +include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) -SET(LIBKIPI_AREA_CODE_GENERAL 51000) -ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=${LIBKIPI_AREA_CODE_GENERAL}) +set(LIBKIPI_AREA_CODE_GENERAL 51000) +add_definitions(-DKDE_DEFAULT_DEBUG_AREA=${LIBKIPI_AREA_CODE_GENERAL}) # ======================================================= # Information to update before to release this library. @@ -74,9 +54,9 @@ # 2.2.0 => 11.1.0 (released with KDE 4.14.0 - Apply patch #89165 from bug #340030). # Library API version -SET(KIPI_LIB_MAJOR_VERSION "2") -SET(KIPI_LIB_MINOR_VERSION "2") -SET(KIPI_LIB_PATCH_VERSION "0") +set(KIPI_LIB_MAJOR_VERSION "2") +set(KIPI_LIB_MINOR_VERSION "2") +set(KIPI_LIB_PATCH_VERSION "0") # Suffix to add at end of version string. Usual values are: # "-git" : alpha code unstable from git. Do not use in production @@ -85,36 +65,29 @@ # "-beta3" : beta3 release. # "-rc" : release candidate. # "" : final relase. Can be used in production. -SET(KIPI_LIB_SUFFIX_VERSION "") +set(KIPI_LIB_SUFFIX_VERSION "") # 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 "11") -SET(KIPI_LIB_SO_REV_VERSION "1") -SET(KIPI_LIB_SO_AGE_VERSION "0") +set(KIPI_LIB_SO_CUR_VERSION "11") +set(KIPI_LIB_SO_REV_VERSION "1") +set(KIPI_LIB_SO_AGE_VERSION "0") # ======================================================= # Set env. variables accordinly. -SET(KIPI_LIB_VERSION_STRING "${KIPI_LIB_MAJOR_VERSION}.${KIPI_LIB_MINOR_VERSION}.${KIPI_LIB_PATCH_VERSION}${KIPI_LIB_SUFFIX_VERSION}") -SET(KIPI_LIB_VERSION_ID "0x0${KIPI_LIB_MAJOR_VERSION}0${KIPI_LIB_MINOR_VERSION}0${KIPI_LIB_PATCH_VERSION}") - -SET(KIPI_LIB_SO_VERSION_STRING "${KIPI_LIB_SO_CUR_VERSION}.${KIPI_LIB_SO_REV_VERSION}.${KIPI_LIB_SO_AGE_VERSION}") +set(KIPI_LIB_VERSION_STRING "${KIPI_LIB_MAJOR_VERSION}.${KIPI_LIB_MINOR_VERSION}.${KIPI_LIB_PATCH_VERSION}${KIPI_LIB_SUFFIX_VERSION}") +set(KIPI_LIB_VERSION_ID "0x0${KIPI_LIB_MAJOR_VERSION}0${KIPI_LIB_MINOR_VERSION}0${KIPI_LIB_PATCH_VERSION}") +set(KIPI_LIB_SO_VERSION_STRING "${KIPI_LIB_SO_CUR_VERSION}.${KIPI_LIB_SO_REV_VERSION}.${KIPI_LIB_SO_AGE_VERSION}") # ======================================================= -SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) -ADD_SUBDIRECTORY(pics) -ADD_SUBDIRECTORY(libkipi) +add_subdirectory(pics) +add_subdirectory(libkipi) # kipi host test application to check the plugins -IF(KDE4_BUILD_TESTS) - ADD_SUBDIRECTORY(tests) -ENDIF(KDE4_BUILD_TESTS) - -IF(NOT WIN32) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/libkipi.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/libkipi.lsm.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/libkipi.lsm) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig ) -ENDIF(NOT WIN32) +if(KDE4_BUILD_TESTS) + add_subdirectory(tests) +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/libkipi/CMakeLists.txt new/libkipi-15.04.0/libkipi/CMakeLists.txt --- old/libkipi-14.12.3/libkipi/CMakeLists.txt 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/libkipi/CMakeLists.txt 2014-12-03 17:21:29.000000000 +0100 @@ -1,30 +1,12 @@ -# =========================================================== # -# This file is a part of digiKam project -# <a href="http://www.digikam.org">http://www.digikam.org</a> +# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com> # -# @date 2004-02-01 -# @brief KDE Image Plugin Interface -# -# @author Copyright (C) 2004-2014 by Gilles Caulier -# <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software Foundation; -# either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# ============================================================ +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h) +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h) -SET(kipi_LIB_SRCS pluginloader.cpp +set(kipi_LIB_SRCS pluginloader.cpp interface.cpp imagecollection.cpp imagecollectionshared.cpp @@ -39,23 +21,23 @@ KDE4_ADD_LIBRARY(kipi SHARED ${kipi_LIB_SRCS}) -TARGET_LINK_LIBRARIES(kipi +target_link_libraries(kipi ${KDE4_KPARTS_LIBS} ${KDE4_KFILE_LIBS} ${QT_QTGUI_LIBRARY} ) -SET_TARGET_PROPERTIES(kipi PROPERTIES VERSION ${KIPI_LIB_SO_VERSION_STRING} SOVERSION ${KIPI_LIB_SO_CUR_VERSION}) +set_target_properties(kipi PROPERTIES VERSION ${KIPI_LIB_SO_VERSION_STRING} SOVERSION ${KIPI_LIB_SO_CUR_VERSION}) -INSTALL(TARGETS kipi ${INSTALL_TARGETS_DEFAULT_ARGS} ) +install(TARGETS kipi ${INSTALL_TARGETS_DEFAULT_ARGS} ) # desktop file which define plugin service model, used by tool from kipi-plugins. -INSTALL(FILES kipiplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR}) +install(FILES kipiplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR}) # Check if compilation is done through digiKam SC or not. If yes, do not install header files. -IF(NOT DIGIKAMSC_USE_PRIVATE_SHAREDLIBS) +if(NOT DIGIKAMSC_COMPILE_LIBKIPI) - INSTALL(FILES plugin.h + install(FILES plugin.h pluginloader.h interface.h imageinfo.h @@ -70,4 +52,11 @@ DESTINATION ${INCLUDE_INSTALL_DIR}/libkipi COMPONENT Devel ) -ENDIF() + + if(NOT WIN32) + configure_file(${CMAKE_SOURCE_DIR}/cmake/templates/libkipi.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc) + configure_file(${CMAKE_SOURCE_DIR}/cmake/templates/libkipi.lsm.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/libkipi.lsm) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig ) + endif() + +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/libkipi/configwidget.cpp new/libkipi-15.04.0/libkipi/configwidget.cpp --- old/libkipi-14.12.3/libkipi/configwidget.cpp 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/libkipi/configwidget.cpp 2014-12-03 17:21:29.000000000 +0100 @@ -166,9 +166,6 @@ setWidget(panel); setWidgetResizable(true); - setAutoFillBackground(false); - viewport()->setAutoFillBackground(false); - panel->setAutoFillBackground(false); // -------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/libkipi/configwidget_p.cpp new/libkipi-15.04.0/libkipi/configwidget_p.cpp --- old/libkipi-14.12.3/libkipi/configwidget_p.cpp 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/libkipi/configwidget_p.cpp 2014-12-03 17:21:29.000000000 +0100 @@ -119,9 +119,6 @@ header()->setResizeMode(3, QHeaderView::Interactive); header()->setSortIndicatorShown(true); - setAutoFillBackground(false); - viewport()->setAutoFillBackground(false); - PluginLoader* const loader = PluginLoader::instance(); if (loader) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/pics/CMakeLists.txt new/libkipi-15.04.0/pics/CMakeLists.txt --- old/libkipi-14.12.3/pics/CMakeLists.txt 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/pics/CMakeLists.txt 2014-12-03 17:21:29.000000000 +0100 @@ -1,30 +1,13 @@ -# =========================================================== # -# This file is a part of digiKam project -# <a href="http://www.digikam.org">http://www.digikam.org</a> +# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com> # -# @date 2004-02-01 -# @brief KDE Image Plugin Interface -# -# @author Copyright (C) 2004-2010 by Gilles Caulier -# <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software Foundation; -# either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# ============================================================ +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + +KDE4_INSTALL_ICONS(${ICON_INSTALL_DIR}) -KDE4_INSTALL_ICONS ( ${ICON_INSTALL_DIR} ) -INSTALL(FILES kipi-plugins_logo.png - kipi-icon.svg - kipi-logo.svg +install(FILES kipi-plugins_logo.png + kipi-icon.svg + kipi-logo.svg DESTINATION ${DATA_INSTALL_DIR}/kipi/data) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/tests/CMakeLists.txt new/libkipi-15.04.0/tests/CMakeLists.txt --- old/libkipi-14.12.3/tests/CMakeLists.txt 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/tests/CMakeLists.txt 2014-12-03 17:21:29.000000000 +0100 @@ -1,34 +1,14 @@ -# =========================================================== # -# This file is a part of digiKam project -# <a href="http://www.digikam.org">http://www.digikam.org</a> +# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com> # -# @date 2010-06-29 -# @brief kipi host test application -# -# @author Copyright (C) 2009-2010 by Michael G. Hansen -# <a href="mailto:mike at mghansen dot de">mike at mghansen dot de</a> -# @author Copyright (C) 2012 by Victor Dodon -# <a href="mailto:dodonvictor at gmail dot com">dodonvictor at gmail dot com</a> -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software Foundation; -# either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# ============================================================ +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../libkipi +include_directories(${CMAKE_CURRENT_BINARY_DIR}/../libkipi ${CMAKE_CURRENT_SOURCE_DIR}/../libkipi ) -SET(kxmlkipicmd_SRCS +set(kxmlkipicmd_SRCS kipiinterface.cpp kipiimagecollectionshared.cpp kipiimageinfoshared.cpp @@ -42,15 +22,15 @@ KDE4_ADD_EXECUTABLE(kxmlkipicmd ${kxmlkipicmd_SRCS}) -TARGET_LINK_LIBRARIES(kxmlkipicmd +target_link_libraries(kxmlkipicmd kipi ${QT_QTGUI_LIBRARY} ${KDE4_UI_LIBS} ${KDE4_KPARTS_LIBS} ) -ADD_SUBDIRECTORY(kxmlhelloworld) +add_subdirectory(kxmlhelloworld) -INSTALL(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) -INSTALL(FILES kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) -INSTALL(FILES kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +install(TARGETS kxmlkipicmd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(FILES kxmlkipicmd_defaultui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) +install(FILES kxmlkipicmd_gwenviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kxmlkipicmd) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-14.12.3/tests/kxmlhelloworld/CMakeLists.txt new/libkipi-15.04.0/tests/kxmlhelloworld/CMakeLists.txt --- old/libkipi-14.12.3/tests/kxmlhelloworld/CMakeLists.txt 2014-12-03 17:21:54.000000000 +0100 +++ new/libkipi-15.04.0/tests/kxmlhelloworld/CMakeLists.txt 2014-12-03 17:21:29.000000000 +0100 @@ -1,47 +1,30 @@ -# ============================================================ # -# This file is a part of digiKam project -# http://www.digikam.org +# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com> # -# Date : 2012-02-16 -# Description : a Hello World plugin using KDE XML-GUI techlnology. -# -# Copyright (C) 2012 by Gilles Caulier <caulier dot gilles at gmail dot com> -# Copyright (C) 2012 by Victor Dodon <dodonvictor at gmail dot com> -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software Foundation; -# either version 2, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# ============================================================ +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/plugin +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/plugin ${CMAKE_CURRENT_SOURCE_DIR}/widgets ${CMAKE_CURRENT_BINARY_DIR}/../../libkipi ${CMAKE_CURRENT_SOURCE_DIR}/../../libkipi ${CMAKE_CURRENT_BINARY_DIR} ) -SET(kipiplugin_kxmlhelloworld_PART_SRCS +set(kipiplugin_kxmlhelloworld_PART_SRCS plugin/plugin_kxmlhelloworld.cpp) KDE4_ADD_PLUGIN(kipiplugin_kxmlhelloworld ${kipiplugin_kxmlhelloworld_PART_SRCS}) -TARGET_LINK_LIBRARIES(kipiplugin_kxmlhelloworld +target_link_libraries(kipiplugin_kxmlhelloworld ${KDE4_KPARTS_LIBS} ${QT_AND_KDECORE_LIBS} ${KIPI_LIBRARIES} kipi ) -CONFIGURE_FILE(plugin/kipiplugin_kxmlhelloworld.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plugin/kipiplugin_kxmlhelloworld.desktop) +configure_file(plugin/kipiplugin_kxmlhelloworld.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plugin/kipiplugin_kxmlhelloworld.desktop) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/plugin/kipiplugin_kxmlhelloworld.desktop DESTINATION ${SERVICES_INSTALL_DIR}) -INSTALL(TARGETS kipiplugin_kxmlhelloworld DESTINATION ${PLUGIN_INSTALL_DIR}) -INSTALL(FILES plugin/kipiplugin_kxmlhelloworldui.rc DESTINATION ${DATA_INSTALL_DIR}/kipi) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plugin/kipiplugin_kxmlhelloworld.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(TARGETS kipiplugin_kxmlhelloworld DESTINATION ${PLUGIN_INSTALL_DIR}) +install(FILES plugin/kipiplugin_kxmlhelloworldui.rc DESTINATION ${DATA_INSTALL_DIR}/kipi)
