summaryrefslogtreecommitdiffstats
path: root/extra/lxdm/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-16 20:00:02 +0200
committertnut <tnut at nutyx dot com>2011-05-16 20:00:02 +0200
commit64dc1284b6edc5abe0b8d65bb0e3d47cee84115a (patch)
tree05627116c564cf814c86411c7c708d0eea2739fd /extra/lxdm/Pkgfile
parent32fcf0fe87880a5992a902714e99c147d1574893 (diff)
downloadnutyx-extra-64dc1284b6edc5abe0b8d65bb0e3d47cee84115a.tar.gz
nutyx-extra-64dc1284b6edc5abe0b8d65bb0e3d47cee84115a.tar.bz2
nutyx-extra-64dc1284b6edc5abe0b8d65bb0e3d47cee84115a.tar.xz
nutyx-extra-64dc1284b6edc5abe0b8d65bb0e3d47cee84115a.zip
lxdm, maj 0.3.0-3 ajout themeNuTyX-pakxe-rc2
Diffstat (limited to 'extra/lxdm/Pkgfile')
-rw-r--r--extra/lxdm/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/lxdm/Pkgfile b/extra/lxdm/Pkgfile
index 5f2607f58..ae33142d0 100644
--- a/extra/lxdm/Pkgfile
+++ b/extra/lxdm/Pkgfile
@@ -7,9 +7,10 @@
name=lxdm
version=0.3.0
-release=2
+release=3
source=(http://downloads.sourceforge.net/project/lxdm/lxdm%20${version}/$name-$version.tar.gz
- lxdm-Xsession.patch lxdm.patch lxdm-pam.patch )
+ lxdm-Xsession.patch lxdm.patch lxdm-pam.patch \
+ http://nutyx.meticul.eu/files/patchs/xfdesktop/pakxe-01.xcf.png)
build() {
cd $name-$version
@@ -29,5 +30,8 @@ build() {
mkdir -p $PKG/var/lib/lxdm
sed -i -e "s/libexec/lib\/lxdm/" $PKG/etc/lxdm/lxdm.conf
+ mkdir -p $PKG/usr/share/backgrounds
+ install -m644 $SRC/pakxe-01.xcf.png \
+ $PKG//usr/share/backgrounds/default.png
}