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

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


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

    Add a patch for installing missing dev files.
    
    These are normally in kdebase-runtime, but they are not installed by the Qt/KDE team.
---
 debian/patches/01_add_missing_dev_files.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/patches/01_add_missing_dev_files.patch b/debian/patches/01_add_missing_dev_files.patch
new file mode 100644
index 0000000..92ef4f9
--- /dev/null
+++ b/debian/patches/01_add_missing_dev_files.patch
@@ -0,0 +1,15 @@
+Index: git/CMakeLists.txt
+===================================================================
+--- git.orig/CMakeLists.txt	2011-02-12 15:46:23.000000000 +0000
++++ git/CMakeLists.txt	2011-02-12 15:46:40.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 interfaces/org.kde.nepomuk.Strigi.xml strigiserviceinterface)
++qt4_add_dbus_interface(controller_SRCS interfaces/org.kde.nepomuk.ServiceControl.xml servicecontrol)
+ 
+ kde4_add_executable(nepomukcontroller ${controller_SRCS})
+ 

-- 
nepomukcontroller packaging



More information about the pkg-kde-commits mailing list