summaryrefslogtreecommitdiff
path: root/testing/xfce4-battery-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-battery-plugin')
-rw-r--r--testing/xfce4-battery-plugin/PKGBUILD37
-rw-r--r--testing/xfce4-battery-plugin/xfce4-battery-plugin.install13
2 files changed, 0 insertions, 50 deletions
diff --git a/testing/xfce4-battery-plugin/PKGBUILD b/testing/xfce4-battery-plugin/PKGBUILD
deleted file mode 100644
index 1ecb47585..000000000
--- a/testing/xfce4-battery-plugin/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 157653 2012-04-29 02:53:58Z foutrelis $
-# Maintainer: aurelien <aurelien@archlinux.org>
-# Contributor: Aurelien Foret <orelien@chez.com>
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('28c20a9cfa4461e5411b428aecad4a3c2f49eab69bb9a208b6ebb151c8bf212f')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/testing/xfce4-battery-plugin/xfce4-battery-plugin.install b/testing/xfce4-battery-plugin/xfce4-battery-plugin.install
deleted file mode 100644
index e4f8fd06c..000000000
--- a/testing/xfce4-battery-plugin/xfce4-battery-plugin.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: