diff options
Diffstat (limited to 'testing/xfce4-cpugraph-plugin')
-rw-r--r-- | testing/xfce4-cpugraph-plugin/PKGBUILD | 34 | ||||
-rw-r--r-- | testing/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.install | 12 |
2 files changed, 0 insertions, 46 deletions
diff --git a/testing/xfce4-cpugraph-plugin/PKGBUILD b/testing/xfce4-cpugraph-plugin/PKGBUILD deleted file mode 100644 index a29fb3b76..000000000 --- a/testing/xfce4-cpugraph-plugin/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 157659 2012-04-29 02:54:06Z foutrelis $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> -# Contributor: Aurelien Foret <orelien@chez.com> - -pkgname=xfce4-cpugraph-plugin -pkgver=1.0.1 -pkgrel=4 -pkgdesc="CPU graph plugin for the Xfce4 panel" -arch=('i686' 'x86_64') -license=('GPL' 'custom') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme') -makedepends=('intltool') -install=${pkgname}.install -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2) -md5sums=('ff551087b1f61c47b8746e8687c572aa') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-debug - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING -} diff --git a/testing/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.install b/testing/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.install deleted file mode 100644 index b7e9ea08e..000000000 --- a/testing/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - |