diff options
author | sibel <lesibel@free.fr> | 2011-05-17 18:20:15 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-05-17 18:20:15 +0200 |
commit | 09225aca0c025291b47da9ddb675a01951308815 (patch) | |
tree | 6345d72dea16952058b199ed878ef67cbf3c1684 /extra/lxdm/Pkgfile | |
parent | 269f97869af520b67fbca2575ae2faef85d8eb1c (diff) | |
parent | 64dc1284b6edc5abe0b8d65bb0e3d47cee84115a (diff) | |
download | nutyx-pakxe-09225aca0c025291b47da9ddb675a01951308815.tar.gz nutyx-pakxe-09225aca0c025291b47da9ddb675a01951308815.tar.bz2 nutyx-pakxe-09225aca0c025291b47da9ddb675a01951308815.tar.xz nutyx-pakxe-09225aca0c025291b47da9ddb675a01951308815.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/lxdm/Pkgfile')
-rw-r--r-- | extra/lxdm/Pkgfile | 8 |
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 } |