contrib/lxpanel/Pkgfile

26 lines
725 B
Plaintext
Raw Normal View History

2010-06-23 14:51:00 +02:00
# Description: desktop panel from lxde project
2011-06-30 20:38:31 +02:00
# URL: http://lxde.org/
2010-06-23 14:51:00 +02:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2012-12-17 21:00:23 +01:00
# Depends on: gtk menu-cache xorg-libxdamage libwnck
2010-06-23 14:37:16 +02:00
name=lxpanel
2012-12-17 19:08:06 +01:00
version=0.5.10
2010-06-23 14:37:16 +02:00
release=1
2012-12-17 19:08:06 +01:00
source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz gmodule_link.patch)
2010-06-23 14:37:16 +02:00
build() {
cd $name-$version
2012-12-17 19:08:06 +01:00
patch -p1 -i ../gmodule_link.patch
rm -rf po/*
./autogen.sh
2010-06-23 14:37:16 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
2012-12-17 19:08:06 +01:00
--disable-nls \
--with-plugins=netstatus,volume,volumealsa,cpu,deskno,batt,kbled,xkb,thermal,cpufreq,monitors,wnckpager
2010-06-23 14:37:16 +02:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}
2012-12-17 19:08:06 +01:00