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

Jan de Groot jgc at archlinux.org
Sun Aug 3 20:21:02 UTC 2008


    Date: Sunday, August 3, 2008 @ 16:21:01
  Author: jgc
Revision: 7764

upgpkg: xfce4-mailwatch-plugin 1.0.1-6
    GNUTLS update

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-03 20:06:07 UTC (rev 7763)
+++ PKGBUILD	2008-08-03 20:21:01 UTC (rev 7764)
@@ -4,13 +4,13 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://xfce.org/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
+depends=('xfce4-panel' 'gnutls>=2.4.1')
 makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
@@ -20,7 +20,7 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
+    --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list