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

Jan de Groot jgc at archlinux.org
Fri Jul 18 06:33:08 UTC 2008


    Date: Friday, July 18, 2008 @ 02:33:07
  Author: jgc
Revision: 5530

Remove references to splitted gstreamer plugins. Fix manpath to be FHS compliant

Modified:
  quodlibet/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-18 06:30:01 UTC (rev 5529)
+++ PKGBUILD	2008-07-18 06:33:07 UTC (rev 5530)
@@ -8,19 +8,15 @@
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.sacredchao.net/quodlibet/"
-depends=('gstreamer0.10-python>=0.10.6-2' gstreamer0.10-mad gstreamer0.10-vorbis
-         gstreamer0.10-alsa gstreamer0.10-gconf gstreamer0.10-gnomevfs \
-         'pymad>=0.5.4-4' 'pyvorbis>=1.4-1' mutagen pygtk 'python>=2.5')
-makedepends=(intltool)
+depends=('gstreamer0.10-python>=0.10.12' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins' 'pymad>=0.5.4-4' 'pyvorbis>=1.4-1' 'mutageni' 'pygtk>=2.12.1')
+makedepends=('intltool')
 install=quodlibet.install
-source=(http://www.sacredchao.net/~piman/software/$pkgname-$pkgver.tar.gz)
+source=(http://www.sacredchao.net/~piman/software/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5c925b754bd8505a7a66f2ffcc5b5fe4')
 
 build()
 {
-  cd $startdir/src/$pkgname-$pkgver
-  sed -i "s|/share/man/|/man/|g" Makefile
-
+  cd ${startdir}/src/${pkgname}-${pkgver}
   make extensions || return 1
-  make DESTDIR=$startdir/pkg PREFIX=/usr INTLTOOL_EXTRACT=$(which intltool-extract) install
+  make DESTDIR=${pkgdir} PREFIX=/usr INTLTOOL_EXTRACT=$(which intltool-extract) install || return 1
 }





More information about the arch-commits mailing list