diff options
author | root <root@rshg054.dnsready.net> | 2013-03-05 00:04:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-05 00:04:04 -0800 |
commit | 582035722561a5ecbadc13abc26331353d810567 (patch) | |
tree | 5675deeca2920b9049898c22334a3d5972259547 /extra/xfce4-eyes-plugin | |
parent | 6b7f3479bf5f3c96f92b3962af6cbf74d627e474 (diff) |
Tue Mar 5 00:04:04 PST 2013
Diffstat (limited to 'extra/xfce4-eyes-plugin')
-rw-r--r-- | extra/xfce4-eyes-plugin/PKGBUILD | 42 | ||||
-rw-r--r-- | extra/xfce4-eyes-plugin/xfce4-eyes-plugin.install | 6 |
2 files changed, 28 insertions, 20 deletions
diff --git a/extra/xfce4-eyes-plugin/PKGBUILD b/extra/xfce4-eyes-plugin/PKGBUILD index 055380203..d6a099d7d 100644 --- a/extra/xfce4-eyes-plugin/PKGBUILD +++ b/extra/xfce4-eyes-plugin/PKGBUILD @@ -1,32 +1,38 @@ -# $Id: PKGBUILD 157855 2012-04-30 04:20:22Z foutrelis $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> +# $Id: PKGBUILD 179295 2013-03-04 21:35:04Z foutrelis $ +# Maintainer: +# Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> 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: diff --git a/extra/xfce4-eyes-plugin/xfce4-eyes-plugin.install b/extra/xfce4-eyes-plugin/xfce4-eyes-plugin.install index 21b79d2d4..e4f8fd06c 100644 --- a/extra/xfce4-eyes-plugin/xfce4-eyes-plugin.install +++ b/extra/xfce4-eyes-plugin/xfce4-eyes-plugin.install @@ -3,9 +3,11 @@ post_install() { } 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: |