summaryrefslogtreecommitdiff
path: root/testing/banshee
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-15 04:55:43 +0000
committerroot <root@rshg047.dnsready.net>2011-04-15 04:55:43 +0000
commit7d13548d48c1e98b9c12201685fd6fef5e9388db (patch)
tree3aa20fadd718d86194b0e9cd5b4b3aef3b64ada9 /testing/banshee
parent5611a56fd08da4e95cdf8de446dda50d7afa80c8 (diff)
Fri Apr 15 04:55:43 UTC 2011
Diffstat (limited to 'testing/banshee')
-rw-r--r--testing/banshee/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/banshee/PKGBUILD b/testing/banshee/PKGBUILD
index fd6232dad..77f7f6e86 100644
--- a/testing/banshee/PKGBUILD
+++ b/testing/banshee/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 119457 2011-04-11 16:52:00Z ibiru $
+# $Id: PKGBUILD 119748 2011-04-14 13:27:14Z jgc $
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=banshee
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Music management and playback for GNOME"
arch=('i686' 'x86_64')
url="http://banshee.fm/"
license=('MIT')
-depends=('libxxf86vm' 'mono-addins' 'notify-sharp-svn' 'boo' 'libwebkit' 'gdata-sharp' 'gtk-sharp-beans' 'gudev-sharp' 'gkeyfile-sharp' 'taglib-sharp'
- 'libmtp>=0.2.0' 'libgpod' 'mono-zeroconf' 'gstreamer0.10-base-plugins' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool>=0.35.0' 'gnome-doc-utils>=0.17.3')
+depends=('libxxf86vm' 'mono-addins' 'notify-sharp-svn' 'boo' 'libwebkit' 'gdata-sharp' 'gtk-sharp-beans' 'gudev-sharp' 'gkeyfile-sharp' 'taglib-sharp' 'libmtp' 'libgpod' 'mono-zeroconf' 'gstreamer0.10-base-plugins' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'gconf-sharp')
+makedepends=('intltool' 'gnome-doc-utils')
optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
'gstreamer0.10-ugly-plugins: Extra media codecs'
'gstreamer0.10-bad-plugins: Extra media codecs'
@@ -32,7 +31,6 @@ build() {
--disable-static \
--disable-scrollkeeper \
--disable-ipod --disable-hal \
- --disable-gnome \
--with-vendor-build-id=ArchLinux
make
}
@@ -42,7 +40,7 @@ package() {
mkdir -p "$MONO_SHARED_DIR"
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}