[Nepomuk] [PATCH] bump KDE dependency to 4.10

Edward Toroshchin edward.hades at gmail.com
Sun Jan 27 14:02:08 UTC 2013


From: Edward Toroshchin <kde at hades.name>

The Resource::addSymbol is missing from <4.10.
---
 CMakeLists.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43e2752..1624b03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,7 @@ set(CMAKE_NEPOMUKSHELL_VERSION_RELEASE 60)
 set(CMAKE_NEPOMUKSHELL_VERSION_STRING "${CMAKE_NEPOMUKSHELL_VERSION_MAJOR}.${CMAKE_NEPOMUKSHELL_VERSION_MINOR}.${CMAKE_NEPOMUKSHELL_VERSION_RELEASE}")
 
 
-set(KDE_MIN_VERSION "4.5.80")  # for the < 4.2 macro
-find_package(KDE4 4.8 REQUIRED)
+find_package(KDE4 4.10 REQUIRED)
 find_package(NepomukCore REQUIRED)
 find_package(Soprano REQUIRED)
 
@@ -77,4 +76,4 @@ install(TARGETS nepomukshell ${INSTALL_TARGETS_DEFAULT_ARGS})
 install(PROGRAMS nepomukshell.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
 install(FILES nepomukshellui.rc DESTINATION  ${DATA_INSTALL_DIR}/nepomukshell)
 
-add_subdirectory(doc)
\ No newline at end of file
+add_subdirectory(doc)
-- 
1.7.12.4



More information about the Nepomuk mailing list