[arch-commits] Commit in xfce4-xfapplet-plugin/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Feb 20 15:46:58 UTC 2010
Date: Saturday, February 20, 2010 @ 10:46:57
Author: allan
Revision: 69497
upgpkg: xfce4-xfapplet-plugin 0.1.0-6
rebuild to remove .FILELIST, tidy up PKGBUILD, remove unneed \!libtool option
Modified:
xfce4-xfapplet-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-20 15:40:23 UTC (rev 69496)
+++ PKGBUILD 2010-02-20 15:46:57 UTC (rev 69497)
@@ -1,25 +1,24 @@
# $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer:
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-xfapplet-plugin
pkgver=0.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="plugin that allows to use gnome applets 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' 'gnome-panel')
makedepends=('pkgconfig')
-options=('!libtool')
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('6a06c44b18a97626f44a240ad3bc3244')
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