Date: Saturday, February 20, 2010 @ 10:17:23
  Author: allan
Revision: 69473

upgpkg: xfce4-messenger-plugin 0.1.0-6
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove unneed 
\!libtool option

Modified:
  xfce4-messenger-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-20 15:16:46 UTC (rev 69472)
+++ PKGBUILD    2010-02-20 15:17:23 UTC (rev 69473)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: aurelien <[email protected]>
+# Maintainer: 
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-messenger-plugin
 pkgver=0.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="plugin that monitors dbus messages for the Xfce4 panel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/";
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'dbus')
-makedepends=('pkgconfig')
-options=('!libtool')
+makedepends=('pkgconfig' 'libxt')
 
source=(ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('5b79e030139e1f845124c2eb50da9051')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${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
 }

Reply via email to