[arch-commits] CVS update of extra/xfce4/xfce4-mpc-plugin (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Fri Jun 1 22:28:43 UTC 2007


    Date: Friday, June 1, 2007 @ 18:28:43
  Author: tobias
    Path: /home/cvs-extra/extra/xfce4/xfce4-mpc-plugin

Modified: PKGBUILD (1.7 -> 1.8)

upgrade some backlog for update reasons and bugfixes


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/xfce4/xfce4-mpc-plugin/PKGBUILD
diff -u extra/xfce4/xfce4-mpc-plugin/PKGBUILD:1.7 extra/xfce4/xfce4-mpc-plugin/PKGBUILD:1.8
--- extra/xfce4/xfce4-mpc-plugin/PKGBUILD:1.7	Mon Apr 16 03:38:17 2007
+++ extra/xfce4/xfce4-mpc-plugin/PKGBUILD	Fri Jun  1 18:28:42 2007
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD,v 1.7 2007/04/16 07:38:17 tobias Exp $
+# $Id: PKGBUILD,v 1.8 2007/06/01 22:28:42 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 pkgname=xfce4-mpc-plugin
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="plugin to control the music player daemon from the xfce4-panel"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
 groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.4.1')
+depends=('xfce4-panel>=4.4.1' 'libmpd')
 makedepends=('pkgconfig')
-options=('NOLIBTOOL')
+options=('!LIBTOOL')
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('0f8bae22ef5c5f1d03d086e4602eaf6f')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static \
-    --without-libmpd
+    --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list