[arch-commits] CVS update of extra/multimedia/gmpc (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Fri Jun 1 22:28:36 UTC 2007
Date: Friday, June 1, 2007 @ 18:28:36
Author: tobias
Path: /home/cvs-extra/extra/multimedia/gmpc
Modified: PKGBUILD (1.7 -> 1.8)
upgrade some backlog for update reasons and bugfixes
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Index: extra/multimedia/gmpc/PKGBUILD
diff -u extra/multimedia/gmpc/PKGBUILD:1.7 extra/multimedia/gmpc/PKGBUILD:1.8
--- extra/multimedia/gmpc/PKGBUILD:1.7 Tue Feb 20 19:20:28 2007
+++ extra/multimedia/gmpc/PKGBUILD Fri Jun 1 18:28:36 2007
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD,v 1.7 2007/02/21 00:20:28 tobias Exp $
+# $Id: PKGBUILD,v 1.8 2007/06/01 22:28:36 tobias Exp $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=gmpc
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="a GNOME based GUI client tool for MPD"
arch=(i686 x86_64)
-url="http://musicpd.org"
-license="GPL"
+url="http://sarine.nl/gmpc"
+license=("GPL")
depends=('libglade' 'libmpd' 'curl' 'libsm')
-source=(http://sarine.nl/index.php\?mact=Uploads,cntnt01,getfile,0\&cntnt01showtemplate=false\&cntnt01upload_id=9\&cntnt01returnid=71)
-md5sums=('0c95f6a0a44ea4606eafdc7bb50b3bdb')
+source=(http://sarine.nl/index.php\?mact=Uploads,cntnt01,getfile,0\&cntnt01showtemplate=false\&cntnt01upload_id=35\&cntnt01returnid=71)
+md5sums=('00fc95f8f67a2d9c7b7d3bf58299148c')
build() {
cd ${startdir}/src
mv index.php* ./${pkgname}-${pkgver}.tar.gz
tar xzf ${pkgname}-${pkgver}.tar.gz
- cd $startdir/src/$pkgname-$pkgver
+ cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
sed -i 's|GNOME;Application;AudioVideo;|GTK;Application;AudioVideo;Player;|' \
- data/$pkgname.desktop
- make DESTDIR=$startdir/pkg install
+ data/${pkgname}.desktop
+ make DESTDIR=${startdir}/pkg install
}
More information about the arch-commits
mailing list