[arch-commits] Commit in banshee/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Apr 11 16:52:01 UTC 2011


    Date: Monday, April 11, 2011 @ 12:52:00
  Author: ibiru
Revision: 119457

upgpkg: banshee 2.0.0-2
disable gnome. gnome-desktop-sharp is broken

Modified:
  banshee/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-11 16:33:04 UTC (rev 119456)
+++ PKGBUILD	2011-04-11 16:52:00 UTC (rev 119457)
@@ -3,12 +3,13 @@
 
 pkgname=banshee
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Music management and playback for GNOME"
 arch=('i686' 'x86_64')
 url="http://banshee.fm/"
 license=('MIT')
-depends=('libxxf86vm' 'gnome-desktop>=2.28' 'mono-addins>=0.3.1' 'notify-sharp-svn' 'boo>=0.8.1' 'libwebkit>=1.3.13' 'gdata-sharp>=1.4' 'gtk-sharp-beans' 'gudev-sharp' 'gkeyfile-sharp' 'taglib-sharp>=2.0.3.7' 'gnome-sharp' 'libmtp>=0.2.0' 'libgpod>=0.7.95' 'mono-zeroconf>=0.8.0' 'gstreamer0.10-base-plugins>=0.10.25.2' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils')
+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')
 optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
             'gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -19,7 +20,6 @@
 install=$pkgname.install
 source=(http://download.banshee.fm/$pkgname/stable/$pkgver/$pkgname-$pkgver.tar.bz2)
 md5sums=('ecd129a3232bda507b98c90e6f9272cf')
-sha1sums=('2b67fda2a15aa7eb5bc2a1e88f7013f3896913a4')
 
 build() {
   export MONO_SHARED_DIR="$srcdir/.wabi"
@@ -32,6 +32,7 @@
               --disable-static \
               --disable-scrollkeeper \
               --disable-ipod --disable-hal \
+              --disable-gnome \
               --with-vendor-build-id=ArchLinux
   make
 }




More information about the arch-commits mailing list