[arch-commits] Commit in xfce4-quicklauncher-plugin/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Feb 20 15:33:22 UTC 2010
Date: Saturday, February 20, 2010 @ 10:33:22
Author: allan
Revision: 69487
upgpkg: xfce4-quicklauncher-plugin 1.9.4-3
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove unneed \!libtool option, remove old install file syntax
Modified:
xfce4-quicklauncher-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-20 15:26:47 UTC (rev 69486)
+++ PKGBUILD 2010-02-20 15:33:22 UTC (rev 69487)
@@ -1,25 +1,25 @@
# $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer:
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-quicklauncher-plugin
pkgver=1.9.4
-pkgrel=2
+pkgrel=3
pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel"
-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')
+options=('!libtool')
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('299e17f196ecfa5fb018cf65abb19b56')
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
}
More information about the arch-commits
mailing list