summaryrefslogtreecommitdiffstats
path: root/extra/lxdm/Pkgfile
diff options
context:
space:
mode:
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
}