[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:23 UTC 2016


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

The following commit has been merged in the master branch:
commit 48a4de50382c795ab58ff0da2f1484054aed9f9f
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sun Jun 21 10:18:35 2009 +0000

    remove rcgen.cmake, since it doesn't seem to be needed for anything.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=984641
---
 kpeople/nepomuk-feeder/nie/rcgen.cmake | 45 ----------------------------------
 1 file changed, 45 deletions(-)

diff --git a/kpeople/nepomuk-feeder/nie/rcgen.cmake b/kpeople/nepomuk-feeder/nie/rcgen.cmake
deleted file mode 100644
index c821079..0000000
--- a/kpeople/nepomuk-feeder/nie/rcgen.cmake
+++ /dev/null
@@ -1,45 +0,0 @@
-# a CMake script. envoke with the -P option
-
-# must define
-# targetdir
-# ontofile1, ontofile2, ontofile3, ontofile4
-# _rcgen
-
-file(TO_NATIVE_PATH ${_rcgen} _rcgen)
-
-execute_process(
-  COMMAND ${_rcgen} --listheaders --prefix ${targetdir}/ --ontologies ${ontofile1} ${ontofile2} ${ontofile3} ${ontofile4}
-  OUTPUT_VARIABLE _out_headers
-  RESULT_VARIABLE _rcgen_result
-  ERROR_QUIET
-  )
-file(WRITE ${targetdir}/out_headers "${_out_headers}")
-
-# If the first call succeeds it is very very likely that the rest will, too
-if(${_rcgen_result} EQUAL 0)
-
-  execute_process(
-    COMMAND ${_rcgen} --listsources --prefix ${targetdir}/ --ontologies ${ontofile1} ${ontofile2} ${ontofile3} ${ontofile4}
-    OUTPUT_VARIABLE _out_sources
-    ERROR_QUIET
-    )
-  file(WRITE ${targetdir}/out_sources "${_out_sources}")
-
-  execute_process(
-    COMMAND ${_rcgen} --listincludes --ontologies ${ontofile1} ${ontofile2} ${ontofile3} ${ontofile4}
-    OUTPUT_VARIABLE _out_includes
-    ERROR_QUIET
-    )
-  file(WRITE ${targetdir}/out_includes "${_out_includes}")
-
-  execute_process(
-    COMMAND ${_rcgen} --writeall --templates "DUMMY" --target ${targetdir}/ --ontologies ${ontofile1} ${ontofile2} ${ontofile3} ${ontofile4}
-    ERROR_QUIET
-    )
-
-else(${_rcgen_result} EQUAL 0)
-
-  message(FATAL_ERROR "Failed to generate Nepomuk resource classes. Do you have a recent Soprano version?")
-
-endif(${_rcgen_result} EQUAL 0)
-

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list