summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChow Loong Jin <hyperair@ubuntu.com>2011-03-14 22:59:01 +0800
committerGabriel Burt <gabriel.burt@gmail.com>2011-03-14 14:05:29 -0500
commit6a6d25626689e8e19ac049558c766bb71e63126b (patch)
tree436e2f98418c07cca36e95e1fa8b49d73322816d /build
parenta387691fc84ac0259cffcc321b659b0182de66b1 (diff)
Rename .pc files from banshee-1 to banshee
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/pkg-config/Makefile.am2
-rw-r--r--build/pkg-config/banshee-collection-indexer.pc.in (renamed from build/pkg-config/banshee-1-collection-indexer.pc.in)0
-rw-r--r--build/pkg-config/banshee-core.pc.in (renamed from build/pkg-config/banshee-1-core.pc.in)2
-rw-r--r--build/pkg-config/banshee-hyena-data-sqlite.pc.in (renamed from build/pkg-config/banshee-1-hyena-data-sqlite.pc.in)2
-rw-r--r--build/pkg-config/banshee-hyena-gui.pc.in (renamed from build/pkg-config/banshee-1-hyena-gui.pc.in)2
-rw-r--r--build/pkg-config/banshee-hyena.pc.in (renamed from build/pkg-config/banshee-1-hyena.pc.in)0
-rw-r--r--build/pkg-config/banshee-lastfm-gui.pc.in (renamed from build/pkg-config/banshee-1-lastfm-gui.pc.in)2
-rw-r--r--build/pkg-config/banshee-lastfm.pc.in (renamed from build/pkg-config/banshee-1-lastfm.pc.in)2
-rw-r--r--build/pkg-config/banshee-mono-media.pc.in (renamed from build/pkg-config/banshee-1-mono-media.pc.in)0
-rw-r--r--build/pkg-config/banshee-musicbrainz.pc.in (renamed from build/pkg-config/banshee-1-musicbrainz.pc.in)0
-rw-r--r--build/pkg-config/banshee-nowplaying.pc.in (renamed from build/pkg-config/banshee-1-nowplaying.pc.in)0
-rw-r--r--build/pkg-config/banshee-services.pc.in (renamed from build/pkg-config/banshee-1-services.pc.in)2
-rw-r--r--build/pkg-config/banshee-thickclient.pc.in (renamed from build/pkg-config/banshee-1-thickclient.pc.in)2
-rw-r--r--build/pkg-config/banshee-webbrowser.pc.in (renamed from build/pkg-config/banshee-1-webbrowser.pc.in)2
14 files changed, 9 insertions, 9 deletions
diff --git a/build/pkg-config/Makefile.am b/build/pkg-config/Makefile.am
index d139a4522..a10f6c687 100644
--- a/build/pkg-config/Makefile.am
+++ b/build/pkg-config/Makefile.am
@@ -1,5 +1,5 @@
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_in_files = $(wildcard banshee-1-*.pc.in)
+pkgconfig_in_files = $(wildcard banshee-*.pc.in)
pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
%.pc: %.pc.in $(top_builddir)/configure.ac
diff --git a/build/pkg-config/banshee-1-collection-indexer.pc.in b/build/pkg-config/banshee-collection-indexer.pc.in
index 935659fd6..935659fd6 100644
--- a/build/pkg-config/banshee-1-collection-indexer.pc.in
+++ b/build/pkg-config/banshee-collection-indexer.pc.in
diff --git a/build/pkg-config/banshee-1-core.pc.in b/build/pkg-config/banshee-core.pc.in
index cc4118a81..38f3d2efc 100644
--- a/build/pkg-config/banshee-1-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 ndesk-dbus-1.0 ndesk-dbus-glib-1.0 glib-sharp-2.0 mono-addins banshee-1-hyena banshee-1-hyena-data-sqlite banshee-1-musicbrainz
+Requires: taglib-sharp ndesk-dbus-1.0 ndesk-dbus-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/build/pkg-config/banshee-1-hyena-data-sqlite.pc.in b/build/pkg-config/banshee-hyena-data-sqlite.pc.in
index eae11196a..b8724c798 100644
--- a/build/pkg-config/banshee-1-hyena-data-sqlite.pc.in
+++ b/build/pkg-config/banshee-hyena-data-sqlite.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
Name: Banshee Hyena
Description: Hyena sqlite libraries for the Banshee Media Framework
Version: @VERSION@
-Requires: banshee-1-hyena
+Requires: banshee-hyena
Libs: -r:${bansheedir}/Hyena.Data.Sqlite.dll
diff --git a/build/pkg-config/banshee-1-hyena-gui.pc.in b/build/pkg-config/banshee-hyena-gui.pc.in
index ea248e01a..7394be11e 100644
--- a/build/pkg-config/banshee-1-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-1-hyena gtk-sharp-2.0
+Requires: banshee-hyena gtk-sharp-2.0
Libs: -r:Mono.Cairo -r:${bansheedir}/Hyena.Gui.dll
diff --git a/build/pkg-config/banshee-1-hyena.pc.in b/build/pkg-config/banshee-hyena.pc.in
index ae95ead68..ae95ead68 100644
--- a/build/pkg-config/banshee-1-hyena.pc.in
+++ b/build/pkg-config/banshee-hyena.pc.in
diff --git a/build/pkg-config/banshee-1-lastfm-gui.pc.in b/build/pkg-config/banshee-lastfm-gui.pc.in
index d071a017c..9d7a50969 100644
--- a/build/pkg-config/banshee-1-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-1-lastfm gtk-sharp-2.0
+Requires: banshee-lastfm gtk-sharp-2.0
Libs: -r:${bansheedir}/Lastfm.Gui.dll
diff --git a/build/pkg-config/banshee-1-lastfm.pc.in b/build/pkg-config/banshee-lastfm.pc.in
index 3cebcdd22..c0f79a274 100644
--- a/build/pkg-config/banshee-1-lastfm.pc.in
+++ b/build/pkg-config/banshee-lastfm.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
Name: Banshee Last.fm
Description: Last.fm libraries for the Banshee Media Framework
Version: @VERSION@
-Requires: banshee-1-mono-media banshee-1-hyena
+Requires: banshee-mono-media banshee-hyena
Libs: -r:System -r:Mono.Posix -r:ICSharpCode.SharpZipLib -r:${bansheedir}/Lastfm.dll
diff --git a/build/pkg-config/banshee-1-mono-media.pc.in b/build/pkg-config/banshee-mono-media.pc.in
index e688464f9..e688464f9 100644
--- a/build/pkg-config/banshee-1-mono-media.pc.in
+++ b/build/pkg-config/banshee-mono-media.pc.in
diff --git a/build/pkg-config/banshee-1-musicbrainz.pc.in b/build/pkg-config/banshee-musicbrainz.pc.in
index 11f7613e2..11f7613e2 100644
--- a/build/pkg-config/banshee-1-musicbrainz.pc.in
+++ b/build/pkg-config/banshee-musicbrainz.pc.in
diff --git a/build/pkg-config/banshee-1-nowplaying.pc.in b/build/pkg-config/banshee-nowplaying.pc.in
index d92aaf281..d92aaf281 100644
--- a/build/pkg-config/banshee-1-nowplaying.pc.in
+++ b/build/pkg-config/banshee-nowplaying.pc.in
diff --git a/build/pkg-config/banshee-1-services.pc.in b/build/pkg-config/banshee-services.pc.in
index 3f747e1f5..b2dc38353 100644
--- a/build/pkg-config/banshee-1-services.pc.in
+++ b/build/pkg-config/banshee-services.pc.in
@@ -6,5 +6,5 @@ bansheedir=${libdir}/@PACKAGE@
Name: Banshee Services
Description: Service layer APIs for the Banshee Media Framework
Version: @VERSION@
-Requires: banshee-1-core banshee-1-mono-media
+Requires: banshee-core banshee-mono-media
Libs: -r:${bansheedir}/Banshee.Services.dll
diff --git a/build/pkg-config/banshee-1-thickclient.pc.in b/build/pkg-config/banshee-thickclient.pc.in
index 94de4c7a5..fd5bc3ed9 100644
--- a/build/pkg-config/banshee-1-thickclient.pc.in
+++ b/build/pkg-config/banshee-thickclient.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
Name: Banshee ThickClient
Description: GUI Service layer APIs for the Banshee Media Framework
Version: @VERSION@
-Requires: banshee-1-services banshee-1-hyena-gui
+Requires: banshee-services banshee-hyena-gui
Libs: -r:${bansheedir}/Banshee.Widgets.dll -r:${bansheedir}/Banshee.ThickClient.dll
diff --git a/build/pkg-config/banshee-1-webbrowser.pc.in b/build/pkg-config/banshee-webbrowser.pc.in
index 59665209a..2f0af54c9 100644
--- a/build/pkg-config/banshee-1-webbrowser.pc.in
+++ b/build/pkg-config/banshee-webbrowser.pc.in
@@ -6,6 +6,6 @@ bansheedir=${libdir}/@PACKAGE@
Name: Banshee WebBrowser
Description: Embedded web browser for the Banshee Media Framework
Version: @VERSION@
-Requires: banshee-1-services banshee-1-hyena-gui banshee-1-thickclient
+Requires: banshee-services banshee-hyena-gui banshee-thickclient
Libs: -r:${bansheedir}/Banshee.WebBrowser.dll