summaryrefslogtreecommitdiff
path: root/lxpanel/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2014-05-23 22:41:00 +1000
committerJames Mills <prologic@shortcircuit.net.au>2014-05-23 22:41:00 +1000
commit2f37360a0d8bd74e1b1dcc16baf6a51d9b84ffcd (patch)
tree4172c994e7bc952810a80c897de5ff72de807296 /lxpanel/Pkgfile
parente872525e77ada74b7e11674e0980579a9ee26053 (diff)
downloadcontrib-2f37360a0d8bd74e1b1dcc16baf6a51d9b84ffcd.tar.gz
contrib-2f37360a0d8bd74e1b1dcc16baf6a51d9b84ffcd.tar.xz
lxpanel: Taken over (prologic)
Diffstat (limited to 'lxpanel/Pkgfile')
-rw-r--r--lxpanel/Pkgfile24
1 files changed, 11 insertions, 13 deletions
diff --git a/lxpanel/Pkgfile b/lxpanel/Pkgfile
index 026c3f78b..acd9f2a88 100644
--- a/lxpanel/Pkgfile
+++ b/lxpanel/Pkgfile
@@ -1,25 +1,23 @@
-# Description: desktop panel from lxde project
-# URL: http://lxde.org/
-# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
-# Depends on: gtk menu-cache xorg-libxdamage libwnck
+# Description: desktop panel from lxde project
+# URL: http://lxde.org/
+# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+#
+# Depends on: gtk menu-cache xorg-libxdamage libwnck lxmenu-data
name=lxpanel
-version=0.5.10
+version=0.6.1
release=1
-source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz gmodule_link.patch)
+source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -p1 -i ../gmodule_link.patch
- rm -rf po/*
- ./autogen.sh
- ./configure \
+
+ CFLAGS+=' -lgmodule-2.0' ./configure \
--prefix=/usr \
--mandir=/usr/man \
- --disable-nls \
- --with-plugins=netstatus,volume,volumealsa,cpu,deskno,batt,kbled,xkb,thermal,cpufreq,monitors,wnckpager
+ --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
+ chorn -R root:root $PKG
}
-

Generated by cgit