[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Feb 21 02:08:11 UTC 2010
Date: Saturday, February 20, 2010 @ 21:08:10
Author: allan
Revision: 69552
upgpkg: xfce4-verve-plugin 0.3.5-1
rebuild to remove .FILELIST, tidy up PKGBUILD, remove unneed \!libtool option, rename to be consistent with other xfce4-plugins
Modified:
xfce4-verve-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-21 02:07:27 UTC (rev 69551)
+++ PKGBUILD 2010-02-21 02:08:10 UTC (rev 69552)
@@ -1,26 +1,25 @@
# $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer:
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-pkgname=verve-plugin
+pkgname=xfce4-verve-plugin
pkgver=0.3.5
-pkgrel=4
+pkgrel=1
pkgdesc="command line plugin Xfce4 panel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'pcre' 'exo' 'dbus')
-makedepends=('pkgconfig')
-options=('!libtool')
-replaces=('xfce4-minicmd-plugin')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+makedepends=('pkgconfig' 'perlxml')
+replaces=('verve-plugin')
+source=(http://goodies.xfce.org/releases/verve-plugin/verve-plugin-${pkgver}.tar.bz2)
md5sums=('85701b960da6bb10762b460c23b84c15')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/verve-plugin-${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