summaryrefslogtreecommitdiff
path: root/extra/xfce4-battery-plugin
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
commita3ba265c32b1de731745e1abc812f5d21bcd6aaf (patch)
treee1302d14a6a73b6a674d2389d6427acb6b9ea870 /extra/xfce4-battery-plugin
parent2792638784d70e22bfff1827f7e283c3158e58cf (diff)
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gtranslator/PKGBUILD community-testing/gtranslator/gtranslator.changelog extra/emelfm2/PKGBUILD extra/wireshark/PKGBUILD extra/xfce4-diskperf-plugin/PKGBUILD extra/xfce4-mount-plugin/PKGBUILD extra/xfce4-wavelan-plugin/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/anjuta-extras/PKGBUILD testing/anjuta/PKGBUILD testing/gdl/PKGBUILD testing/lv2/PKGBUILD
Diffstat (limited to 'extra/xfce4-battery-plugin')
-rw-r--r--extra/xfce4-battery-plugin/PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/extra/xfce4-battery-plugin/PKGBUILD b/extra/xfce4-battery-plugin/PKGBUILD
index 54eaad736..a95bd61d9 100644
--- a/extra/xfce4-battery-plugin/PKGBUILD
+++ b/extra/xfce4-battery-plugin/PKGBUILD
@@ -1,30 +1,24 @@
-# $Id: PKGBUILD 151509 2012-02-26 21:57:00Z foutrelis $
+# $Id: PKGBUILD 156575 2012-04-21 05:17:50Z eric $
# Maintainer: aurelien <aurelien@archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-battery-plugin
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A battery monitor plugin for the Xfce panel"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel')
makedepends=('intltool')
options=('!libtool')
install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2
- show-time-when-on-battery.patch)
-sha256sums=('c28bb580e6b932c017b5bc6b2e75de8c3557e08d9606c7a70134aa035f8a121f'
- '7cabd72a462406295e438a2aae89c09af9f759b5c257f7ecd19ae02c81250575')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('28c20a9cfa4461e5411b428aecad4a3c2f49eab69bb9a208b6ebb151c8bf212f')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # Fix FS#27438: Remaining time not shown on some systems
- patch -Np1 -i "$srcdir/show-time-when-on-battery.patch"
-
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--sysconfdir=/etc \