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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 21:40:42 UTC 2011


    Date: Tuesday, January 4, 2011 @ 16:40:42
  Author: andyrtr
Revision: 104771

upgpkg: xfce4-quicklauncher-plugin 1.9.4-5
rebuild for Xfce 4.8pre3 release candidate

Modified:
  xfce4-quicklauncher-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 21:26:39 UTC (rev 104770)
+++ PKGBUILD	2011-01-04 21:40:42 UTC (rev 104771)
@@ -4,16 +4,16 @@
 
 pkgname=xfce4-quicklauncher-plugin
 pkgver=1.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('pkgconfig' 'perlxml')
+depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
+makedepends=('intltool')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.9/${pkgname}-${pkgver}.tar.bz2
 	xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
 	xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
 	xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
@@ -29,17 +29,22 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # Fedora patches
-  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch || return 1
-  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch || return 1
-  patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch || return 1
-  patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch || return 1
-  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
-  make || return 1
+  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
+  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
+  patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
+  patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
+  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
+  
+  ./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