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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 20:33:14 UTC 2011


    Date: Tuesday, January 4, 2011 @ 15:33:13
  Author: andyrtr
Revision: 104745

upgpkg: xfce4-eyes-plugin 4.4.1-1
rebuild for Xfce 4.8pre3 release candidate - fix libexec path

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 20:30:10 UTC (rev 104744)
+++ PKGBUILD	2011-01-04 20:33:13 UTC (rev 104745)
@@ -1,25 +1,32 @@
 # $Id$
-# Maintainer: a
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.4.0
-pkgrel=5
+pkgver=4.4.1
+pkgrel=1
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce 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' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool' 'perlxml')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d0e3e25c0ab031e68c79b2358664ac9d')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/4.4/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dcbf6ea9035d379d168b479be0d09f14')
 
 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
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list