summaryrefslogtreecommitdiffstats
path: root/extra/lxpanel/Pkgfile
blob: b33f2b819604b587b789ffd47d198d223161f754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description: Panel lxde
# URL: http://lxde.org/
# Maintainer:geanbrun
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: gtk, menu-cache, alsa-lib
# Run on:

name=lxpanel
version=0.5.5
release=1

source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\
	http://nutyx.meticul.eu/files/patchs/$name/lxpanel-0.5.5-batt-01.patch \
	http://nutyx.meticul.eu/files/patchs/$name/volume.png)


build() {
cd $name-$version
patch -Np1 -i ../lxpanel-0.5.5-batt-01.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m644 ../volume.png \
        $PKG/usr/share/lxpanel/images/volume.png
}