From 076ac7347687744daa2ca386a67a4ad111c71415 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Apr 2012 00:01:26 +0000 Subject: Mon Apr 23 00:01:26 UTC 2012 --- extra/xfce4-wavelan-plugin/PKGBUILD | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'extra/xfce4-wavelan-plugin') diff --git a/extra/xfce4-wavelan-plugin/PKGBUILD b/extra/xfce4-wavelan-plugin/PKGBUILD index 3f8a24f2a..118008f86 100644 --- a/extra/xfce4-wavelan-plugin/PKGBUILD +++ b/extra/xfce4-wavelan-plugin/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 149266 2012-02-06 17:02:00Z foutrelis $ +# $Id: PKGBUILD 156573 2012-04-21 04:42:41Z eric $ # Maintainer: AndyRTR # Contributor: Tobias Kieslich pkgname=xfce4-wavelan-plugin -pkgver=0.5.6 -pkgrel=2 -pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel" +pkgver=0.5.10 +pkgrel=1 +pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel" arch=('i686' 'x86_64') license=('custom') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/" groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4') +depends=('xfce4-panel') makedepends=('intltool') options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b23a4c9c2a206242ee4db8186dd01801') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('a4cd20ef471123936e762a139f1025e1') 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 \ @@ -32,7 +29,7 @@ build() { } 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" } -- cgit v1.2.3-54-g00ecf