Date: Saturday, February 20, 2010 @ 10:21:50 Author: allan Revision: 69480
upgpkg: xfce4-mount-plugin 0.5.4-3 rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove unneed \!libtool option, remove old install file syntax Modified: xfce4-mount-plugin/trunk/PKGBUILD xfce4-mount-plugin/trunk/xfce4-mount-plugin.install ----------------------------+ PKGBUILD | 13 ++++++------- xfce4-mount-plugin.install | 5 ----- 2 files changed, 6 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-20 15:20:34 UTC (rev 69479) +++ PKGBUILD 2010-02-20 15:21:50 UTC (rev 69480) @@ -1,26 +1,25 @@ # $Id$ -# Maintainer: aurelien <[email protected]> +# Maintainer: # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-mount-plugin pkgver=0.5.4 -pkgrel=2 +pkgrel=3 pkgdesc="plugin for the Xfce4 panel to mount and unmount volumes" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('GPL2') url="http://xfce-goodies.berlios.de/" groups=('xfce4-goodies') depends=('xfce4-panel') -makedepends=('pkgconfig') -options=(!libtool) +makedepends=('pkgconfig' 'perlxml') install=${pkgname}.install source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2) md5sums=('06ac87a09993af4624776022be9ffb13') build() { - cd ${startdir}/src/${pkgname}-${pkgver} + cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var --disable-static make || return 1 - make DESTDIR=${startdir}/pkg install + make DESTDIR=${pkgdir} install } Modified: xfce4-mount-plugin.install =================================================================== --- xfce4-mount-plugin.install 2010-02-20 15:20:34 UTC (rev 69479) +++ xfce4-mount-plugin.install 2010-02-20 15:21:50 UTC (rev 69480) @@ -9,8 +9,3 @@ post_remove() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } - -op=$1 -shift - -$op $*
