[SCM] kamoso packaging branch, master, updated. d4be3322584c467862db1d27c1d0ff7c44d3093a

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Sat Jul 23 22:07:09 UTC 2011


The following commit has been merged in the master branch:
commit 3ac5d4d79dbf29debb8e774eec23e9b93a5b7725
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sun Jul 24 00:04:15 2011 +0200

    Add dont_build_plugin_tester.diff
---
 debian/patches/dont_build_plugin_tester.diff |   25 +++++++++++++++++++++++++
 debian/patches/series                        |    1 +
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/debian/patches/dont_build_plugin_tester.diff b/debian/patches/dont_build_plugin_tester.diff
new file mode 100644
index 0000000..a9da173
--- /dev/null
+++ b/debian/patches/dont_build_plugin_tester.diff
@@ -0,0 +1,25 @@
+Author: José Manuel Santamaría Lema <panfaust at gmail.com>
+Forwarded: no
+Description: Avoids building the plugin tester.
+---
+ src/CMakeLists.txt |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -8,7 +8,7 @@ if (NEPOMUK_FOUND)
+ endif(NEPOMUK_FOUND)
+ 
+ add_subdirectory(plugins)
+-add_subdirectory(pluginTester)
++#add_subdirectory(pluginTester)
+ 
+ set(kamoso_SRCS
+ 	burstshootmode.cpp
+@@ -58,4 +58,4 @@ endif(HAVE_NEPOMUK)
+ 
+ install(TARGETS kamoso ${INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES kamoso.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+-install(FILES kamosoplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
+\ No newline at end of file
++install(FILES kamosoplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
diff --git a/debian/patches/series b/debian/patches/series
index 1685740..79e0bee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 about_dialog.diff
 proper_version_kaboutdata.diff
+dont_build_plugin_tester.diff

-- 
kamoso packaging



More information about the pkg-kde-commits mailing list