[Pkg-cli-apps-commits] [tasque] 01/04: Use DBus# 2.0 API
Jo Shields
directhex at alioth.debian.org
Mon Oct 28 00:07:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/0.1.12-3
in repository tasque.
commit 2126a015074a2c09a652ef107df43005804fdf31
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 | 15 +++++++++++++++
3 files changed, 18 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..e06cece
--- /dev/null
+++ b/debian/patches/use_dbussharp_2.patch
@@ -0,0 +1,15 @@
+Index: tasque/configure.ac
+===================================================================
+--- tasque.orig/configure.ac 2013-04-12 09:23:02.832732702 +0100
++++ tasque/configure.ac 2013-10-28 00:00:35.265880497 +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
--
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