diff options
Diffstat (limited to 'community/lxdm/PKGBUILD')
-rw-r--r-- | community/lxdm/PKGBUILD | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index 553ae283b..c516706ad 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 56900 2011-10-16 07:41:12Z bpiotrowski $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> +# $Id: PKGBUILD 57777 2011-11-02 15:28:31Z ibiru $ +# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> +# Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: kiefer <jorgelmadrid@gmail.com> pkgname=lxdm pkgver=0.4.1 -pkgrel=2 +pkgrel=4 pkgdesc="Lightweight Display Manager (part of LXDE)" arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lxdm/" @@ -13,22 +14,24 @@ groups=('lxde') depends=('gtk2' 'xorg-server' 'consolekit') makedepends=('intltool') install=${pkgname}.install -backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm') # 'etc/lxdm/xinitrc') +backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession' + 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin' + 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown') source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz" - Xsession.patch lxdm.patch lxdm-pam.patch lxdm-daemon) + lxdm.patch lxdm-conf.patch lxdm-pam.patch lxdm-daemon) md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821' - '9bdf95adb74d81d4b6b6176fb1142090' 'baed9055e8825a5511712bc095197519' + 'c50dd01b715b0a236407d48066191601' 'b20fe3c8487a039050986d60e45233a9' '705f394052fdd0dec22e95321d170de0') build() { cd $srcdir/$pkgname-$pkgver - ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm + ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm make patch -Np0 < ../lxdm.patch - patch -Np0 < ../Xsession.patch + patch -Np0 < ../lxdm-conf.patch } @@ -40,9 +43,9 @@ package() { install -Dm755 ${srcdir}/lxdm-daemon ${pkgdir}/etc/rc.d/lxdm # these files are not in the package, but should be owned by lxdm - taken from Fedora pkg -# touch ${pkgdir}/etc/lxdm/xinitrc + #touch ${pkgdir}/etc/lxdm/xinitrc install -d ${pkgdir}/var/{lib,run}/lxdm -# touch ${pkgdir}/var/lib/lxdm/lxdm.conf + #touch ${pkgdir}/var/lib/lxdm/lxdm.conf # fix the greeter location # on 0.4.1 this sed have to changed since they changed the default path |