xfce4-battery-plugin: New port.

This commit is contained in:
Jose V Beneyto 2008-02-08 02:18:28 +01:00
parent db1c5e95f8
commit 34fc36cc69
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,26 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-battery-plugin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/devices/battery.png
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/22x22/devices/battery.png
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/devices/battery.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/devices/battery.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/battery.svg
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/battmon.desktop

View File

@ -0,0 +1 @@
c1d923bb90b79087ca7044bcc24bab5a xfce4-battery-plugin-0.5.0.tar.bz2

View File

@ -0,0 +1,22 @@
# Description: Battery plugin for the Xfce 4 panel
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Alwin Egger, alwin dot egger at tegonal dot com
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-battery-plugin
version=0.5.0
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}