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

Allan McRae allan at archlinux.org
Sat Feb 20 14:57:09 UTC 2010


    Date: Saturday, February 20, 2010 @ 09:57:08
  Author: allan
Revision: 69455

upgpkg: xfce4-eyes-plugin 4.4.0-5
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove unneed \!libtool option, remove old install file syntax

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD
  xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install

---------------------------+
 PKGBUILD                  |   11 +++++------
 xfce4-eyes-plugin.install |    5 -----
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 14:56:42 UTC (rev 69454)
+++ PKGBUILD	2010-02-20 14:57:08 UTC (rev 69455)
@@ -1,26 +1,25 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: a
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=xfce4-eyes-plugin
 pkgver=4.4.0
-pkgrel=4
+pkgrel=5
 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')
-options=('!libtool')
+makedepends=('pkgconfig' 'perlxml')
 install=${pkgname}.install
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('d0e3e25c0ab031e68c79b2358664ac9d')
 
 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
 }

Modified: xfce4-eyes-plugin.install
===================================================================
--- xfce4-eyes-plugin.install	2010-02-20 14:56:42 UTC (rev 69454)
+++ xfce4-eyes-plugin.install	2010-02-20 14:57:08 UTC (rev 69455)
@@ -9,8 +9,3 @@
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list