[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 a49faf482e31c25f8b4ce54ffedc3a0b6cebbbcf
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Feb 12 16:19:03 2011 +0000

    Finally make the patches work.
---
 debian/patches/01_add_missing_dev_files.patch |   90 ++++++++++++++++++++----
 debian/patches/series                         |    1 +
 2 files changed, 76 insertions(+), 15 deletions(-)

diff --git a/debian/patches/01_add_missing_dev_files.patch b/debian/patches/01_add_missing_dev_files.patch
index fcb661c..692d80b 100644
--- a/debian/patches/01_add_missing_dev_files.patch
+++ b/debian/patches/01_add_missing_dev_files.patch
@@ -1,15 +1,75 @@
-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})
- 
+Description: Adds missing development files not installed by kdebase-runtime
+Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
+
+--- /dev/null
++++ nepomukcontroller-0.2/org.kde.nepomuk.ServiceControl.xml
+@@ -0,0 +1,13 @@
++<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
++         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
++<node>
++  <interface name="org.kde.nepomuk.ServiceControl">
++    <method name="shutdown" />
++    <method name="isInitialized">
++      <arg name="state" type="b" direction="out" />
++    </method>
++    <signal name="serviceInitialized">
++      <arg name="success" type="b" direction="out" />
++    </signal>
++  </interface>
++</node>
+--- /dev/null
++++ nepomukcontroller-0.2/org.kde.nepomuk.Strigi.xml
+@@ -0,0 +1,53 @@
++<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
++         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
++<node>
++  <interface name="org.kde.nepomuk.Strigi">
++    <method name="isIndexing">
++      <arg type="b" direction="out" />
++    </method>
++    <method name="isSuspended">
++      <arg type="b" direction="out" />
++    </method>
++    <method name="currentFolder">
++      <arg type="s" direction="out" />
++    </method>
++    <method name="currentFile">
++      <arg type="s" direction="out" />
++    </method>
++    <method name="suspend" />
++    <method name="resume" />
++    <method name="updateFolder">
++      <arg name="path" type="s" direction="in" />
++      <arg name="forced" type="b" direction="in" />
++    </method>
++    <method name="updateAllFolders">
++      <arg name="forced" type="b" direction="in" />
++    </method>
++    <method name="indexFolder">
++      <arg name="path" type="s" direction="in" />
++      <arg name="forced" type="b" direction="in" />
++    </method>
++    <method name="indexFile">
++      <arg name="path" type="s" direction="in" />
++    </method>
++    <method name="analyzeResource" >
++      <arg name="uri" direction="in" type="s" />
++      <arg name="lastModificationDate" direction="in" type="u" />
++      <arg name="data" direction="in" type="ay" />
++    </method>
++    <method name="analyzeResourceFromTempFileAndDeleteTempFile" >
++      <arg name="uri" direction="in" type="s" />
++      <arg name="lastModificationDate" direction="in" type="u" />
++      <arg name="tmpFileName" direction="in" type="s" />
++    </method>
++    <method name="userStatusString">
++      <arg type="s" direction="out" />
++    </method>
++    <signal name="statusChanged" />
++    <signal name="indexingStarted" />
++    <signal name="indexingStopped" />
++    <signal name="indexingFolder">
++      <arg name="path" type="s" />
++    </method>
++  </interface>
++</node>
diff --git a/debian/patches/series b/debian/patches/series
index 1695ce4..5191ee7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_add_missing_dev_files.patch
+02_configure_cmake_to_use_the_files.patch

-- 
nepomukcontroller packaging



More information about the pkg-kde-commits mailing list