[SCM] nepomukcontroller packaging branch, master, updated. d7c4c91d93f6bd85d30d8e354cc98a07c89b038e

Lisandro D. N. Pérez Meyer lisandropm-guest at alioth.debian.org
Sat Feb 12 16:28:26 UTC 2011


The following commit has been merged in the master branch:
commit d7c4c91d93f6bd85d30d8e354cc98a07c89b038e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Feb 12 16:25:00 2011 +0000

    Add a patch to make cmake install the dev files correctly.
---
 .../02_configure_cmake_to_use_the_files.patch      |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/debian/patches/02_configure_cmake_to_use_the_files.patch b/debian/patches/02_configure_cmake_to_use_the_files.patch
new file mode 100644
index 0000000..d42b943
--- /dev/null
+++ b/debian/patches/02_configure_cmake_to_use_the_files.patch
@@ -0,0 +1,18 @@
+Description: Make CMake look those files in the correct place.
+Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
+
+Index: git/CMakeLists.txt
+===================================================================
+--- git.orig/CMakeLists.txt	2011-02-12 16:09:00.000000000 +0000
++++ git/CMakeLists.txt	2011-02-12 16:09:20.000000000 +0000
+@@ -22,8 +22,8 @@
+   systray.cpp
+   )
+ 
+-qt4_add_dbus_interface(controller_SRCS ${KDE4_DBUS_INTERFACES_DIR}/org.kde.nepomuk.Strigi.xml strigiserviceinterface)
+-qt4_add_dbus_interface(controller_SRCS ${KDE4_DBUS_INTERFACES_DIR}/org.kde.nepomuk.ServiceControl.xml servicecontrol)
++qt4_add_dbus_interface(controller_SRCS org.kde.nepomuk.Strigi.xml strigiserviceinterface)
++qt4_add_dbus_interface(controller_SRCS org.kde.nepomuk.ServiceControl.xml servicecontrol)
+ 
+ kde4_add_executable(nepomukcontroller ${controller_SRCS})
+ 

-- 
nepomukcontroller packaging



More information about the pkg-kde-commits mailing list