Date: Tuesday, January 11, 2011 @ 13:43:26
  Author: andyrtr
Revision: 105783

update pkgbuild, currently won't build, needs porting

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-01-11 18:36:04 UTC (rev 105782)
+++ PKGBUILD    2011-01-11 18:43:26 UTC (rev 105783)
@@ -4,14 +4,14 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')
-url="http://xfce.org/";
+url="http://spurint.org/projects/xfce4-mailwatch-plugin/";
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'gnutls>=2.4.1')
-makedepends=('pkgconfig')
+depends=('xfce4-panel' 'libxfcegui4' 'gnutls>=2.4.1' 'hicolor-icon-theme')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2)
@@ -19,8 +19,16 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr \
+       --sysconfdir=/etc \
+       --libexecdir=/usr/lib \
+       --localstatedir=/var \
+       --disable-static \
+       --disable-debug
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Reply via email to