[Pkg-cli-apps-commits] [banshee] 01/02: Fix up .pc files to use dbus#2

Chow Loong Jin hyperair at debian.org
Mon Dec 9 11:42:26 UTC 2013


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

hyperair pushed a commit to branch experimental
in repository banshee.

commit 75630d784009c8db88bef5b587a8f1df6b6b9abd
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Mon Dec 9 19:34:47 2013 +0800

    Fix up .pc files to use dbus#2
---
 debian/patches/Use-dbus-2.patch | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/patches/Use-dbus-2.patch b/debian/patches/Use-dbus-2.patch
index 07531d9..d270df7 100644
--- a/debian/patches/Use-dbus-2.patch
+++ b/debian/patches/Use-dbus-2.patch
@@ -4,8 +4,10 @@ Subject: Use dbus# 2
 
 ---
  build/m4/banshee/dbus.m4                                             | 4 ++--
+ build/pkg-config/banshee-collection-indexer.pc.in                    | 2 +-
+ build/pkg-config/banshee-core.pc.in                                  | 2 +-
  src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs | 5 +----
- 2 files changed, 3 insertions(+), 6 deletions(-)
+ 4 files changed, 5 insertions(+), 8 deletions(-)
 
 diff --git a/build/m4/banshee/dbus.m4 b/build/m4/banshee/dbus.m4
 index 3b8579e..f76ff8c 100644
@@ -23,6 +25,29 @@ index 3b8579e..f76ff8c 100644
  	AC_SUBST(DBUS_SHARP_LIBS)
  ])
  
+diff --git a/build/pkg-config/banshee-collection-indexer.pc.in b/build/pkg-config/banshee-collection-indexer.pc.in
+index 40636bb..a12b03c 100644
+--- a/build/pkg-config/banshee-collection-indexer.pc.in
++++ b/build/pkg-config/banshee-collection-indexer.pc.in
+@@ -7,6 +7,6 @@ Libraries=${bansheedir}/Banshee.CollectionIndexer.dll
+ Name: Banshee Collection Indexer Helper
+ Description: A library for applications to bundle to easily consume the Banshee Collection Indexer
+ Version: @VERSION@
+-Requires: dbus-sharp-1.0
++Requires: dbus-sharp-2.0
+ Libs: -r:${Libraries}
+ 
+diff --git a/build/pkg-config/banshee-core.pc.in b/build/pkg-config/banshee-core.pc.in
+index 9d4c3b9..09f54e8 100644
+--- a/build/pkg-config/banshee-core.pc.in
++++ b/build/pkg-config/banshee-core.pc.in
+@@ -6,5 +6,5 @@ bansheedir=${libdir}/@PACKAGE@
+ Name: Banshee Core
+ Description: Core APIs for the Banshee Media Framework
+ Version: @VERSION@
+-Requires: taglib-sharp dbus-sharp-1.0 dbus-sharp-glib-1.0 glib-sharp-2.0 mono-addins banshee-hyena banshee-hyena-data-sqlite banshee-musicbrainz
++Requires: taglib-sharp dbus-sharp-2.0 dbus-sharp-glib-1.0 glib-sharp-2.0 mono-addins banshee-hyena banshee-hyena-data-sqlite banshee-musicbrainz
+ Libs: -r:${bansheedir}/Banshee.Core.dll
 diff --git a/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs b/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs
 index 698cf02..96e3996 100644
 --- a/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs

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



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