6eb3152a62
Upgrade to version 2.5.0. The packages kipi-plugins, libmediawiki, libkface, libkgeomap are now generated as subpackages from digikam. The Documentation subpackage has now the correct license include the license file OBS-URL: https://build.opensuse.org/request/show/102732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=89
16 lines
580 B
Diff
16 lines
580 B
Diff
Index: extra/kipi-plugins/gpssync/CMakeLists.txt
|
|
===================================================================
|
|
--- extra/kipi-plugins/gpssync/CMakeLists.txt.orig
|
|
+++ extra/kipi-plugins/gpssync/CMakeLists.txt
|
|
@@ -33,10 +33,8 @@ SET(kipiplugin_gpssync_PART_SRCS
|
|
|
|
IF(KDE4_BUILD_TESTS)
|
|
INCLUDE_DIRECTORIES(BEFORE "${CMAKE_CURRENT_SOURCE_DIR}/borrowed")
|
|
- ADD_DEFINITIONS(-DGPSSYNC_MODELTEST)
|
|
SET(kipiplugin_gpssync_PART_SRCS
|
|
${kipiplugin_gpssync_PART_SRCS}
|
|
- ${CMAKE_CURRENT_SOURCE_DIR}/borrowed/modeltest.cpp
|
|
)
|
|
ENDIF(KDE4_BUILD_TESTS)
|
|
|