diff options
-rw-r--r-- | community/xfce4-battery-plugin/APKBUILD | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/community/xfce4-battery-plugin/APKBUILD b/community/xfce4-battery-plugin/APKBUILD index 51224ddd1b..24fea0876e 100644 --- a/community/xfce4-battery-plugin/APKBUILD +++ b/community/xfce4-battery-plugin/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-battery-plugin -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="A battery monitor plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" @@ -10,17 +10,7 @@ makedepends="xfce4-panel-dev libxfce4ui-dev perl-xml-parser intltool linux-heade subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 " -# fix-includes.patch -# " builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - default_prepare - find \( -name config.sub -o -name config.guess \) -exec chmod 0755 {} \; - update_config_sub - update_config_guess -} - build() { cd "$builddir" ./configure \ @@ -37,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09 xfce4-battery-plugin-1.1.0.tar.bz2" +sha512sums="15c0755f95cc03db95f8fe61faa87607dcdb24622c8de3a7941c254e15bf3d65b6683e5a0ff1fd96ca252afede6763f4440c8455665e346169b1107ad44d6651 xfce4-battery-plugin-1.1.1.tar.bz2" |