summaryrefslogtreecommitdiffstats
path: root/lxde-common/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'lxde-common/Pkgfile')
-rw-r--r--lxde-common/Pkgfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/lxde-common/Pkgfile b/lxde-common/Pkgfile
new file mode 100644
index 000000000..9a30a325e
--- /dev/null
+++ b/lxde-common/Pkgfile
@@ -0,0 +1,30 @@
+# Description: set of default configuration for LXDE
+# URL: http://lxde.org/about.html
+# Maintainer: Copyright (C) 2001 Owen Taylor, Matthias Clasen, Red Hat, Inc.
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk, lxde-icon-theme
+# Run on: gtk,lxde-icon-theme
+
+name=lxde-common
+version=0.5.5
+release=1
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/config \
+ http://nutyx.meticul.eu/files/patchs/$name/chrystal_red_root.png )
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --sysconfdir=/etc
+make
+make DESTDIR=$PKG install
+sed -i "s/gnome-terminal/lxterminal/" \
+$PKG/usr/share/lxpanel/profile/LXDE/panels/panel
+install -D -m644 ../config \
+ $PKG/usr/share/lxde/config
+install -D -m644 ../chrystal_red_root.png \
+ $PKG/usr/share/lxpanel/images/chrystal_red_root.png
+}
+
+
+