[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Jan 4 22:36:49 UTC 2011
Date: Tuesday, January 4, 2011 @ 17:36:49
Author: andyrtr
Revision: 104787
upgpkg: xfce4-verve-plugin 1.0.0-1
new upstream release - part of Xfce 4.8pre3 release candidate
Modified:
xfce4-verve-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-04 22:26:08 UTC (rev 104786)
+++ PKGBUILD 2011-01-04 22:36:49 UTC (rev 104787)
@@ -1,25 +1,33 @@
# $Id$
-# Maintainer:
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-verve-plugin
-pkgver=0.3.5
+pkgver=1.0.0
pkgrel=1
pkgdesc="command line plugin Xfce4 panel"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'pcre' 'exo' 'dbus')
-makedepends=('pkgconfig' 'perl-xml-parser')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
replaces=('verve-plugin')
-source=(http://goodies.xfce.org/releases/verve-plugin/verve-plugin-${pkgver}.tar.bz2)
-md5sums=('85701b960da6bb10762b460c23b84c15')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
build() {
- cd ${srcdir}/verve-plugin-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static
- make || return 1
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list