[arch-commits] Commit in xfce4-mpc-plugin/repos (extra-x86_64 extra-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Nov 9 22:36:50 UTC 2008
Date: Sunday, November 9, 2008 @ 17:36:50
Author: andyrtr
Revision: 18875
Merged revisions 356,18801,18874 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-mpc-plugin/trunk
........
r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r18801 | tobias | 2008-11-09 06:51:58 +0000 (So, 09 Nov 2008) | 1 line
upgpkg: xfce4-mpc-plugin 0.3.3-1
........
r18874 | andyrtr | 2008-11-09 22:35:36 +0000 (So, 09 Nov 2008) | 1 line
upgpkg: xfce4-mpc-plugin 0.3.3-2
........
Modified:
xfce4-mpc-plugin/repos/extra-x86_64/ (properties)
xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: xfce4-mpc-plugin/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /xfce4-mpc-plugin/trunk:1
+ /xfce4-mpc-plugin/trunk:1-18874
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-09 22:35:36 UTC (rev 18874)
+++ extra-x86_64/PKGBUILD 2008-11-09 22:36:50 UTC (rev 18875)
@@ -3,23 +3,23 @@
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-mpc-plugin
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=2
pkgdesc="plugin to control the music player daemon from the xfce4-panel"
arch=(i686 x86_64)
license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
+depends=('xfce4-panel' 'libmpd>=0.16.1')
makedepends=('pkgconfig' 'perlxml')
options=(!libtool)
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a44d3ddb45cb524bf77d3522cac57286')
+md5sums=('b4f7f67589f34f77973a51dd5069712d')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list