summaryrefslogtreecommitdiff
path: root/lxpanel/Pkgfile
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2012-12-17 19:08:06 +0100
committerBartlomiej Palmowski <rotwang@crux.org.pl>2012-12-17 19:08:06 +0100
commit576ba8145d032ad8b75f5ac5daf590663baf6f5c (patch)
tree296034f0fbe50a5f6401a3ce888d9037d773a1da /lxpanel/Pkgfile
parent3c447278ec9d4b6b9622ba55a4e456ae372c9b87 (diff)
downloadcontrib-576ba8145d032ad8b75f5ac5daf590663baf6f5c.tar.gz
contrib-576ba8145d032ad8b75f5ac5daf590663baf6f5c.tar.xz
lxpanel: 5.8 -> 5.10
Diffstat (limited to 'lxpanel/Pkgfile')
-rw-r--r--lxpanel/Pkgfile13
1 files changed, 9 insertions, 4 deletions
diff --git a/lxpanel/Pkgfile b/lxpanel/Pkgfile
index b16185218..c143596b7 100644
--- a/lxpanel/Pkgfile
+++ b/lxpanel/Pkgfile
@@ -1,20 +1,25 @@
# Description: desktop panel from lxde project
# URL: http://lxde.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-# Depends on: gtk intltool menu-cache xorg-libxdamage
+# Depends on: gtk menu-cache xorg-libxdamage
name=lxpanel
-version=0.5.8
+version=0.5.10
release=1
-source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz)
+source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz gmodule_link.patch)
build() {
cd $name-$version
+ patch -p1 -i ../gmodule_link.patch
+ rm -rf po/*
+ ./autogen.sh
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --disable-nls
+ --disable-nls \
+ --with-plugins=netstatus,volume,volumealsa,cpu,deskno,batt,kbled,xkb,thermal,cpufreq,monitors,wnckpager
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}
+

Generated by cgit