[arch-commits] Commit in xfce4-genmon-plugin/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Feb 2 20:20:18 UTC 2009


    Date: Monday, February 2, 2009 @ 15:20:18
  Author: andyrtr
Revision: 26058

upgpkg: xfce4-genmon-plugin 3.2-1
    new version 3.2

Modified:
  xfce4-genmon-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-02 20:15:58 UTC (rev 26057)
+++ PKGBUILD	2009-02-02 20:20:18 UTC (rev 26058)
@@ -3,23 +3,23 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-genmon-plugin
-pkgver=3.1
-pkgrel=4
+pkgver=3.2
+pkgrel=1
 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('LGPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
+depends=('xfce4-panel>=4.5.99.1')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b9d44aaf1d2d3da7e2cceb80fb486f4b')
+md5sums=('5f292aa102a87d45207b6a373939a35d')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list