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

Allan McRae allan at archlinux.org
Sat Feb 20 15:38:58 UTC 2010


    Date: Saturday, February 20, 2010 @ 10:38:57
  Author: allan
Revision: 69492

upgpkg: xfce4-smartbookmark-plugin 0.4.2-7
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 15:35:03 UTC (rev 69491)
+++ PKGBUILD	2010-02-20 15:38:57 UTC (rev 69492)
@@ -1,25 +1,25 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer:
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="plugin for the Xfce4 panel that let you quicksearch from selected websites"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'perlxml' 'libxt')
 options=('!libtool')
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('284e26595637dd2e900b75534372496b')
 
 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
 }




More information about the arch-commits mailing list