aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/xfce4-battery-plugin/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/xfce4-battery-plugin/APKBUILD b/x11/xfce4-battery-plugin/APKBUILD
index d67d17150e..c0b271cff6 100644
--- a/x11/xfce4-battery-plugin/APKBUILD
+++ b/x11/xfce4-battery-plugin/APKBUILD
@@ -6,9 +6,10 @@ pkgdesc="A battery monitor plugin for the Xfce panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
license="GPL-2"
makedepends="xfce4-panel-dev libxfcegui4-dev perl-xml-parser intltool"
-install="$pkname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
+install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
- compile_x86_64.diff"
+ compile_x86_64.diff
+ $install"
build ()
{
@@ -23,4 +24,7 @@ build ()
make DESTDIR="$pkgdir" install
}
md5sums="d8a666d85bb3c1dd007b547de4dd7037 xfce4-battery-plugin-0.5.1.tar.bz2
-d9a927bca032e9b10a04046c154243a1 compile_x86_64.diff"
+d9a927bca032e9b10a04046c154243a1 compile_x86_64.diff
+db51db79681eadc47be4932355a77c25 xfce4-battery-plugin.post-install
+db51db79681eadc47be4932355a77c25 xfce4-battery-plugin.post-upgrade
+db51db79681eadc47be4932355a77c25 xfce4-battery-plugin.post-deinstall"