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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 11 20:47:14 UTC 2011


    Date: Tuesday, January 11, 2011 @ 15:47:13
  Author: andyrtr
Revision: 105796

upgpkg: xfce4-xfapplet-plugin 0.1.0-7
rebuild for Xfce 4.8

Modified:
  xfce4-xfapplet-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-11 20:43:12 UTC (rev 105795)
+++ PKGBUILD	2011-01-11 20:47:13 UTC (rev 105796)
@@ -4,21 +4,29 @@
 
 pkgname=xfce4-xfapplet-plugin
 pkgver=0.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="plugin that allows to use gnome applets in the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'gnome-panel')
-makedepends=('pkgconfig')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+depends=('xfce4-panel' 'libxfcegui4' 'gnome-panel' 'gnome-panel-bonobo')
+makedepends=('')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('6a06c44b18a97626f44a240ad3bc3244')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./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
 }




More information about the arch-commits mailing list