diff options
author | root <root@rshg054.dnsready.net> | 2013-08-27 01:57:50 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-27 01:57:50 -0700 |
commit | 5ea071a53492ec9512f8d08a8b8ff8e08499209d (patch) | |
tree | c6d2f5880dfa0fd1c5e0ea7e4cd9441389ae94f5 /community/lightdm | |
parent | 1d0d7aa1e250616385bce94b4d23f53b3d7b29e2 (diff) |
Tue Aug 27 01:56:38 PDT 2013
Diffstat (limited to 'community/lightdm')
-rwxr-xr-x | community/lightdm/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index d9d9fcb36..7dd62306c 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96242 2013-08-22 13:15:04Z alucryd $ +# $Id: PKGBUILD 96356 2013-08-26 09:25:31Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Morfeo <morfeo89@hotmail.it> pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') pkgver=1.6.0 -pkgrel=6 +pkgrel=7 epoch=1 pkgdesc="A lightweight display manager" arch=('i686' 'x86_64') @@ -57,7 +57,11 @@ optdepends=('xorg-server-xephyr: LightDM test mode' backup=('etc/apparmor.d/lightdm-guest-session' 'etc/lightdm/keys.conf' 'etc/lightdm/lightdm.conf' - 'etc/lightdm/users.conf') + 'etc/lightdm/users.conf' + 'etc/lightdm/xsession' + 'etc/pam.d/lightdm' + 'etc/pam.d/lightdm-autologin' + 'etc/pam.d/lightdm-greeter') install=${pkgbase}.install cd ${pkgbase}-${pkgver} |