diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
commit | b2c353d874b85e06f355a9419852e2616613c7d0 (patch) | |
tree | f0773e0a930d308198ef5036d4f74e7f53015e6e /testing/xfce4-timer-plugin | |
parent | 0a24fb835cac4007388213ad0afb15257b035b14 (diff) |
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'testing/xfce4-timer-plugin')
-rw-r--r-- | testing/xfce4-timer-plugin/PKGBUILD | 33 | ||||
-rw-r--r-- | testing/xfce4-timer-plugin/xfce4-timer-plugin.install | 11 |
2 files changed, 0 insertions, 44 deletions
diff --git a/testing/xfce4-timer-plugin/PKGBUILD b/testing/xfce4-timer-plugin/PKGBUILD deleted file mode 100644 index 411de49f5..000000000 --- a/testing/xfce4-timer-plugin/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 157709 2012-04-29 02:55:28Z foutrelis $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> -# Contributor: Tobias Kieslich <tobias (at) archlinux.org> - -pkgname=xfce4-timer-plugin -pkgver=0.6.4 -pkgrel=2 -pkgdesc="plugin to track time for the Xfce4 panel" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4') -makedepends=('intltool') -options=('!libtool') -install=xfce4-timer-plugin.install -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c2f9e113dcda742cd1559129b79f609b') - -build() { - 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 -} diff --git a/testing/xfce4-timer-plugin/xfce4-timer-plugin.install b/testing/xfce4-timer-plugin/xfce4-timer-plugin.install deleted file mode 100644 index 17ca8f78a..000000000 --- a/testing/xfce4-timer-plugin/xfce4-timer-plugin.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |