[arch-commits] Commit in xfce4-battery-plugin/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Nov 4 16:32:05 UTC 2008
Date: Tuesday, November 4, 2008 @ 11:32:04
Author: andyrtr
Revision: 18356
upgpkg: xfce4-battery-plugin 0.5.1-2
remove unneeded lines to make it work again
Modified:
xfce4-battery-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-04 16:19:23 UTC (rev 18355)
+++ PKGBUILD 2008-11-04 16:32:04 UTC (rev 18356)
@@ -4,7 +4,7 @@
pkgname=xfce4-battery-plugin
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A battery monitor plugin for the Xfce panel"
arch=(i686 x86_64)
license=('GPL2')
@@ -22,14 +22,6 @@
cd ${startdir}/src/${pkgname}-${pkgver}
# fix http://bugzilla.xfce.org/show_bug.cgi?id=4359
patch -Np1 -i ${srcdir}/compile_x86_64.diff || return 1
- # the purpose of this code is to check if there is an acpi system installed at all
- # but since the code also exits when no /proc/acpi/battery directory is there we are safe
- ex panel-plugin/libacpi.c << EOC > /dev/null 2>&1
-/proc.acpi.info
-d10
-w
-q
-EOC
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
More information about the arch-commits
mailing list