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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 11 20:21:34 UTC 2011


    Date: Tuesday, January 11, 2011 @ 15:21:34
  Author: andyrtr
Revision: 105787

update pkgbuild, currently won't start

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-11 20:09:45 UTC (rev 105786)
+++ PKGBUILD	2011-01-11 20:21:34 UTC (rev 105787)
@@ -4,16 +4,16 @@
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.2
-pkgrel=8
+pkgrel=9
 pkgdesc="plugin for the Xfce4 panel that let you quicksearch from selected websites"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('pkgconfig' 'perlxml' 'libxt')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool' 'libxt')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.gz
 	xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
 	xfce4-smartbookmark-plugin-archlinux.patch)
 md5sums=('284e26595637dd2e900b75534372496b'
@@ -25,12 +25,16 @@
   # fix path, taken from Fedora
   patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch || return 1
   patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
-  make || 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 || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list