Date: Friday, January 21, 2011 @ 09:53:20 Author: andyrtr Revision: 107127
upgpkg: xfce4-diskperf-plugin 2.3.0-1 upstream update 2.3.0 Modified: xfce4-diskperf-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-21 13:57:48 UTC (rev 107126) +++ PKGBUILD 2011-01-21 14:53:20 UTC (rev 107127) @@ -3,17 +3,17 @@ # Contributor: Aurelien Foret <[email protected]> pkgname=xfce4-diskperf-plugin -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=1 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance" arch=('i686' 'x86_64') license=('custom') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4' 'libxfce4ui') +depends=('xfce4-panel' 'libxfcegui4') # 'libxfce4ui') makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.2/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e970158fcac5b58bdc1539bc84d7b5ec') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.3/${pkgname}-${pkgver}.tar.bz2) +md5sums=('c6ece8123c762ee203cbc6fd5450b503') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -27,6 +27,7 @@ } package() { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING }
