[Pkg-cli-apps-commits] [gnome-do-plugins] 07/10: Drop Banshee-dbus implementation patch; fixed upstream

Christopher Halse Rogers raof-guest at alioth.debian.org
Tue Oct 15 10:49:08 UTC 2013


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

raof-guest pushed a commit to branch master
in repository gnome-do-plugins.

commit 385b93a9bd9778423390658e1af63203c52580f5
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Tue Oct 15 21:26:35 2013 +1100

    Drop Banshee-dbus implementation patch; fixed upstream
---
 ...elect_correct_banshee_dbus_implementation.patch |   47 --------------------
 debian/patches/series                              |    1 -
 2 files changed, 48 deletions(-)

diff --git a/debian/patches/02_select_correct_banshee_dbus_implementation.patch b/debian/patches/02_select_correct_banshee_dbus_implementation.patch
deleted file mode 100644
index db9ef1b..0000000
--- a/debian/patches/02_select_correct_banshee_dbus_implementation.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: Select correct DBus implementation for Banshee plugin harder.
-Author: Christopher James Halse Rogers <raof at ubuntu.com>
-Upstream: yes
-
-Index: gnome-do-plugins/configure.ac
-===================================================================
---- gnome-do-plugins.orig/configure.ac	2011-08-29 10:35:02.005394120 +1000
-+++ gnome-do-plugins/configure.ac	2011-08-29 10:40:21.245397488 +1000
-@@ -17,10 +17,7 @@
- AC_SUBST(ASM_VERSION)
- 
- dnl pkg-config
--AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
--if test "x$PKG_CONFIG" = "xno"; then
--        AC_MSG_ERROR([You need to install pkg-config])
--fi
-+PKG_PROG_PKG_CONFIG
- 
- AC_PROG_INSTALL
- 
-@@ -35,7 +32,25 @@
- 
- dnl -- Banshee.CollectionIndexer.dll links to DBus# after 2.1, so the Banshee
- dnl -- plugin must follow suit.
--PKG_CHECK_EXISTS([banshee-collection-indexer >= 2.1], BANSHEE_USE_DBUS_SHARP=yes, BANSHEE_USE_DBUS_SHARP=no)
-+AC_MSG_CHECKING([Banshee.CollectionIndexer package])
-+PKG_CHECK_EXISTS([banshee-collection-indexer],
-+		 [BANSHEE_COLLECTION_INDEXER=banshee-collection-indexer],
-+		 [BANSHEE_COLLECTION_INDEXER=no])
-+if test "x$BANSHEE_COLLECTION_INDEXER" = "xno" ; then
-+	PKG_CHECK_EXISTS([banshee-collection-indexer-1],
-+			 [BANSHEE_COLLECTION_INDEXER=banshee-collection-indexer-1],
-+			 [BANSHEE_COLLECTION_INDEXER=not found])
-+fi
-+AC_MSG_RESULT([$BANSHEE_COLLECTION_INDEXER])
-+
-+AC_MSG_CHECKING([which DBus implementation Banshee.CollectionIndexer requires])
-+if $PKG_CONFIG --print-requires $BANSHEE_COLLECTION_INDEXER 2>&1 | grep dbus-sharp-1.0 > /dev/null ; then
-+	BANSHEE_USE_DBUS_SHARP=yes
-+	AC_MSG_RESULT([dbus-sharp])
-+else
-+	BANSHEE_USE_DBUS_SHARP=no
-+	AC_MSG_RESULT([ndesk-dbus])
-+fi
- AM_CONDITIONAL(BANSHEE_DBUS_SHARP, test "x$BANSHEE_USE_DBUS_SHARP" = "xyes")
- 
- dnl -- DBus# required for Banshee and Telepathy support
diff --git a/debian/patches/series b/debian/patches/series
index 1a0e073..ddc9fbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 00_debian_default_plugins.patch
 01_firefox_iceweasel_rename.patch
-02_select_correct_banshee_dbus_implementation.patch

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



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