[Pkg-cli-apps-commits] [tasque] 01/04: Use DBus# 2.0 API

Jo Shields directhex at moszumanska.debian.org
Fri Nov 29 00:47:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository tasque.

commit a9482ce4d4f904babf012bff687163b0b946f321
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Oct 28 00:01:09 2013 +0000

    Use DBus# 2.0 API
---
 debian/control                       |  4 ++--
 debian/patches/series                |  1 +
 debian/patches/use_dbussharp_2.patch | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a2c8054..35f0eaf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: cli-common-dev (>= 0.5.7~),
                debhelper (>= 9),
                dh-autoreconf,
                intltool,
-               libdbus-glib1.0-cil-dev,
-               libdbus1.0-cil-dev,
+               libdbus-glib2.0-cil-dev,
+               libdbus2.0-cil-dev,
                libglib2.0-cil-dev,
                libgtk2.0-cil-dev (>= 2.12),
                libnotify-cil-dev,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b042dbb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_dbussharp_2.patch
diff --git a/debian/patches/use_dbussharp_2.patch b/debian/patches/use_dbussharp_2.patch
new file mode 100644
index 0000000..a17c572
--- /dev/null
+++ b/debian/patches/use_dbussharp_2.patch
@@ -0,0 +1,32 @@
+Index: tasque/configure.ac
+===================================================================
+--- tasque.orig/configure.ac	2013-11-29 00:41:30.025341888 +0000
++++ tasque/configure.ac	2013-11-29 00:41:30.021341888 +0000
+@@ -65,8 +65,8 @@
+ PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0 >= 2.10.0])
+ PKG_CHECK_MODULES([GTK_SHARP_2_12], gtk-sharp-2.0 >= 2.12.0, GTK_2_12="yes", GTK_2_12="no")
+ AM_CONDITIONAL(GTK_2_12, test "$GTK_2_12" = "yes")
+-PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-1.0])
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0])
++PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-2.0])
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-2.0])
+ 
+ #
+ # Allow the project to build without notify-sharp
+Index: tasque/src/Gtk.Tasque/Gtk.Tasque.csproj
+===================================================================
+--- tasque.orig/src/Gtk.Tasque/Gtk.Tasque.csproj	2013-11-29 00:33:43.000000000 +0000
++++ tasque/src/Gtk.Tasque/Gtk.Tasque.csproj	2013-11-29 00:41:53.765341045 +0000
+@@ -63,10 +63,10 @@
+     <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
+       <Private>False</Private>
+     </Reference>
+-    <Reference Include="dbus-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
++    <Reference Include="dbus-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
+       <Private>False</Private>
+     </Reference>
+-    <Reference Include="dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
++    <Reference Include="dbus-sharp-glib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
+       <Private>False</Private>
+     </Reference>
+   </ItemGroup>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/tasque.git



More information about the Pkg-cli-apps-commits mailing list