[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=ad84475

The following commit has been merged in the master branch:
commit ad844756288a776624b8b27a3aee16832f279dd7
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sat Jun 20 20:10:59 2009 +0000

    Generate the classes for the nco ontology (since, like pimo, the ontology itself is installed, but there is no library for the classes, and we don't want to depend on playground nepomuk.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=984476
---
 kpeople/nepomuk-feeder/CMakeLists.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/kpeople/nepomuk-feeder/CMakeLists.txt b/kpeople/nepomuk-feeder/CMakeLists.txt
index b816a41..8f1611b 100644
--- a/kpeople/nepomuk-feeder/CMakeLists.txt
+++ b/kpeople/nepomuk-feeder/CMakeLists.txt
@@ -25,6 +25,17 @@ if(NOT PIMO_TRIG_SOURCE)
   message(ERROR_FATAL "Could not find pimo.trig PIMO source file. Is kdebase-runtime installed?")
 endif(NOT PIMO_TRIG_SOURCE)
 
+# find the nco.trig file from the kdebase installation
+find_file(NCO_TRIG_SOURCE
+  nco.trig
+  PATHS "${DATA_INSTALL_DIR}" "${KDE4_DATA_DIR}" ENV XDG_DATA_DIRS
+  PATH_SUFFIXES "nepomuk/ontologies"
+  )
+
+if(NOT NCO_TRIG_SOURCE)
+  message(ERROR_FATAL "Could not find nco.trig NCO source file. Is kdebase-runtime installed?")
+endif(NOT NCO_TRIG_SOURCE)
+
 if(WIN32)
     set(LIB_INSTALL_DIR ${LIB_INSTALL_DIR}
                         RUNTIME DESTINATION ${BIN_INSTALL_DIR}
@@ -53,9 +64,11 @@ set(telepathy_integration_daemon_SRCS
 )
 
 kde4_add_ontology(pimo_SRCS ${PIMO_TRIG_SOURCE} "PIMO" "Nepomuk::Vocabulary" "trig")
+kde4_add_ontology(nco_SRCS ${NCO_TRIG_SOURCE} "NCO" "Nepomuk::Vocabulary" "trig")
 
 kde4_add_executable(telepathy-integration-daemon ${telepathy_integration_daemon_SRCS}
                                                  ${pimo_SRCS}
+                                                 ${nco_SRCS}
 )
 
 target_link_libraries(telepathy-integration-daemon ${KDE4_AKONADI_LIBS}

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list