[banshee] build: pkgconfig .pc to point to gtk3



commit f2a67eeb26336b207de5ffa40ac45ce708b77797
Author: Frank Ziegler <funtastix googlemail com>
Date:   Tue Nov 19 07:51:10 2013 +1100

    build: pkgconfig .pc to point to gtk3
    
    The pkgconfig files that banshee generates for its
    own assemblies where still being linked to GTK2. This
    allows GTK3-compatible Banshee-Community-Extensions
    to build properly with the new version of the toolkit.
    
    Signed-off-by: Andrés G. Aragoneses <knocte gmail com>

 build/pkg-config/banshee-core.pc.in       |    2 +-
 build/pkg-config/banshee-hyena-gui.pc.in  |    2 +-
 build/pkg-config/banshee-lastfm-gui.pc.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/pkg-config/banshee-core.pc.in b/build/pkg-config/banshee-core.pc.in
index 9d4c3b9..a42b552 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-1.0 dbus-sharp-glib-1.0 glib-sharp-3.0 mono-addins banshee-hyena 
banshee-hyena-data-sqlite banshee-musicbrainz
 Libs: -r:${bansheedir}/Banshee.Core.dll
diff --git a/build/pkg-config/banshee-hyena-gui.pc.in b/build/pkg-config/banshee-hyena-gui.pc.in
index 7394be1..ef00a5c 100644
--- a/build/pkg-config/banshee-hyena-gui.pc.in
+++ b/build/pkg-config/banshee-hyena-gui.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
 Name: Banshee Hyena GUI
 Description: Hyena GUI libraries for the Banshee Media Framework
 Version: @VERSION@
-Requires: banshee-hyena gtk-sharp-2.0
+Requires: banshee-hyena gtk-sharp-3.0
 Libs: -r:Mono.Cairo -r:${bansheedir}/Hyena.Gui.dll
 
diff --git a/build/pkg-config/banshee-lastfm-gui.pc.in b/build/pkg-config/banshee-lastfm-gui.pc.in
index 9d7a509..270769e 100644
--- a/build/pkg-config/banshee-lastfm-gui.pc.in
+++ b/build/pkg-config/banshee-lastfm-gui.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
 Name: Banshee Last.fm GUI
 Description: Last.fm GUI libraries for the Banshee Media Framework
 Version: @VERSION@
-Requires: banshee-lastfm gtk-sharp-2.0
+Requires: banshee-lastfm gtk-sharp-3.0
 Libs: -r:${bansheedir}/Lastfm.Gui.dll
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]