diff options
author | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
commit | 2d4aa7f882dac8abb34e973655326c93f584f31f (patch) | |
tree | c9404799d0aea846ee22c16108ef00fe8babbb7a /kde-unstable | |
parent | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff) |
Sat Jan 14 23:15:11 UTC 2012
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/kdebase-workspace/PKGBUILD | 8 | ||||
-rw-r--r-- | kde-unstable/kdebase-workspace/kde-np.pam | 3 | ||||
-rw-r--r-- | kde-unstable/kdebase-workspace/kde.pam | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/kde-unstable/kdebase-workspace/PKGBUILD b/kde-unstable/kdebase-workspace/PKGBUILD index 14a25d424..9f04d2a11 100644 --- a/kde-unstable/kdebase-workspace/PKGBUILD +++ b/kde-unstable/kdebase-workspace/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 146094 2012-01-05 12:32:12Z andrea $ +# $Id: PKGBUILD 146593 2012-01-13 22:13:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdebase-workspace _pkgname=kde-workspace pkgver=4.7.97 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Base Workspace" arch=('i686' 'x86_64') url='http://www.kde.org' @@ -35,8 +35,8 @@ source=("http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.ta 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch') sha1sums=('a48197748c59edf0849f0a964f6e0a9a0596538c' '5db3a245201bd4a50e65aa2ef583cf5490e4f646' - 'f7b38af38549242a240f1a90ab9964ca8a366129' - '603cc79c4d2b4eae62bb5f244aeecb3a778b5516' + 'e4198a443703f749b58a4fec88362fced1b45789' + '264e395c2c44cdda5a242c6dee649afab44cd6e5' '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8' 'd7b5883f7e65c6839b1f65f94d58026673dd0226' 'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee' diff --git a/kde-unstable/kdebase-workspace/kde-np.pam b/kde-unstable/kdebase-workspace/kde-np.pam index 81eeef47b..dfedb8edf 100644 --- a/kde-unstable/kdebase-workspace/kde-np.pam +++ b/kde-unstable/kdebase-workspace/kde-np.pam @@ -4,4 +4,5 @@ auth required pam_permit.so account required pam_unix.so password required pam_unix.so session required pam_unix.so -session required pam_limits.so
\ No newline at end of file +session required pam_limits.so +-session optional pam_systemd.so diff --git a/kde-unstable/kdebase-workspace/kde.pam b/kde-unstable/kdebase-workspace/kde.pam index 1a259390f..9ec074d06 100644 --- a/kde-unstable/kdebase-workspace/kde.pam +++ b/kde-unstable/kdebase-workspace/kde.pam @@ -4,4 +4,5 @@ auth required pam_nologin.so account required pam_unix.so password required pam_unix.so session required pam_unix.so -session required pam_limits.so
\ No newline at end of file +session required pam_limits.so +-session optional pam_systemd.so |