Date: Monday, March 4, 2013 @ 22:34:49 Author: foutrelis Revision: 179294
upgpkg: xfce4-eyes-plugin 4.4.2-1 New upstream release. Modified: xfce4-eyes-plugin/trunk/PKGBUILD xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install ---------------------------+ PKGBUILD | 40 +++++++++++++++++++++++----------------- xfce4-eyes-plugin.install | 6 ++++-- 2 files changed, 27 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-04 21:34:48 UTC (rev 179293) +++ PKGBUILD 2013-03-04 21:34:49 UTC (rev 179294) @@ -1,32 +1,38 @@ # $Id$ -# Maintainer: AndyRTR <[email protected]> +# Maintainer: +# Contributor: AndyRTR <[email protected]> # Contributor: Aurelien Foret <[email protected]> pkgname=xfce4-eyes-plugin -pkgver=4.4.1 -pkgrel=3 +pkgver=4.4.2 +pkgrel=1 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel" -arch=(i686 x86_64) +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" license=('GPL2') -url="http://xfce-goodies.berlios.de/" groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme') +depends=('xfce4-panel' 'hicolor-icon-theme') makedepends=('intltool' 'perlxml') -install=${pkgname}.install -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/4.4/${pkgname}-${pkgver}.tar.bz2) -md5sums=('dcbf6ea9035d379d168b479be0d09f14') +options=('!libtool') +install=$pkgname.install +source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2) +sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: Modified: xfce4-eyes-plugin.install =================================================================== --- xfce4-eyes-plugin.install 2013-03-04 21:34:48 UTC (rev 179293) +++ xfce4-eyes-plugin.install 2013-03-04 21:34:49 UTC (rev 179294) @@ -3,9 +3,11 @@ } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post_install } + +# vim:set ts=2 sw=2 et:
