xfce4-battery-plugin: New port.
This commit is contained in:
parent
db1c5e95f8
commit
34fc36cc69
26
xfce4-battery-plugin/.footprint
Normal file
26
xfce4-battery-plugin/.footprint
Normal 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
|
1
xfce4-battery-plugin/.md5sum
Normal file
1
xfce4-battery-plugin/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
c1d923bb90b79087ca7044bcc24bab5a xfce4-battery-plugin-0.5.0.tar.bz2
|
22
xfce4-battery-plugin/Pkgfile
Normal file
22
xfce4-battery-plugin/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user