[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Feb 13 10:08:48 UTC 2012
Date: Monday, February 13, 2012 @ 05:08:48
Author: eric
Revision: 150132
upgpkg: xfce4-mpc-plugin 0.4.0-1
Upstream update, Remove libxfcegui4 depends, Fix license
Modified:
xfce4-mpc-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-13 08:12:40 UTC (rev 150131)
+++ PKGBUILD 2012-02-13 10:08:48 UTC (rev 150132)
@@ -4,21 +4,21 @@
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-mpc-plugin
-pkgver=0.3.6
-pkgrel=2
-pkgdesc="plugin to control the music player daemon from the xfce4-panel"
-arch=(i686 x86_64)
-license=('GPL2')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A plugin to control the music player daemon from the xfce4-panel"
+arch=('i686' 'x86_64')
+license=('BSD')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'libmpd>=0.16.1')
+depends=('xfce4-panel' 'libmpd>=0.16.1')
makedepends=('intltool')
-options=(!libtool)
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a6366662885d803dcebd82bbb91ed3c7')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae9b285e24385e27cfd797ab605a1b7f')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,7 @@
}
package(){
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
More information about the arch-commits
mailing list