summaryrefslogtreecommitdiff
path: root/community/lxdm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /community/lxdm
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'community/lxdm')
-rw-r--r--community/lxdm/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD
index 618566d6e..f40329120 100644
--- a/community/lxdm/PKGBUILD
+++ b/community/lxdm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 49034 2011-06-09 21:26:14Z andrea $
+# $Id: PKGBUILD 52900 2011-07-29 19:07:23Z angvp $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: kiefer <jorgelmadrid@gmail.com>
pkgname=lxdm
-pkgver=0.3.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Lightweight Display Manager (part of LXDE)"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ install=${pkgname}.install
backup=('etc/lxdm/lxdm.conf') # 'etc/lxdm/xinitrc')
source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz"
Xsession.patch lxdm.patch lxdm-pam.patch lxdm-daemon)
-md5sums=('1d0688e088edab7c3c563263eb2f9654'
+md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
'9bdf95adb74d81d4b6b6176fb1142090'
'baed9055e8825a5511712bc095197519'
'b20fe3c8487a039050986d60e45233a9'
@@ -45,5 +45,6 @@ package() {
# touch ${pkgdir}/var/lib/lxdm/lxdm.conf
# fix the greeter location
- sed -i -e "s/libexec/lib\/lxdm/" ${pkgdir}/etc/lxdm/lxdm.conf
+ # on 0.4.1 this sed have to changed since they changed the default path
+ sed -i -e "s/local\/libexec/lib\/lxdm/" ${pkgdir}/etc/lxdm/lxdm.conf
}