Date: Sunday, April 22, 2012 @ 20:16:55 Author: eric Revision: 156692
upgpkg: xfce4-diskperf-plugin 2.5.1-1 Upstream update, Fix license, Remove libxfcegui4 depends, Remove libtool file Modified: xfce4-diskperf-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-22 23:50:01 UTC (rev 156691) +++ PKGBUILD 2012-04-23 00:16:55 UTC (rev 156692) @@ -3,24 +3,21 @@ # Contributor: Aurelien Foret <[email protected]> pkgname=xfce4-diskperf-plugin -pkgver=2.3.0 -pkgrel=2 +pkgver=2.5.1 +pkgrel=1 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance" arch=('i686' 'x86_64') -license=('custom') +license=('BSD') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4') # 'libxfce4ui') +depends=('xfce4-panel') makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.3/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c6ece8123c762ee203cbc6fd5450b503') +options=('!libtool') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('b6053881f3ddff90a0a0baa655c84b27') build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # Work around DSO linking issue - LDFLAGS+=' -Wl,--copy-dt-needed-entries' - + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -31,7 +28,7 @@ } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
