summaryrefslogtreecommitdiff
path: root/extra/slim/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
committerroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
commitddb2605f6bccbdb398f3937ff21e4688915a450d (patch)
tree2ff19812d00e0d9e891b2b40e43bb7a2f7cb2371 /extra/slim/PKGBUILD
parent3be02a9acbeb006d9a9e6136c54d91064cc7d80e (diff)
Mon May 2 22:32:52 UTC 2011
Diffstat (limited to 'extra/slim/PKGBUILD')
-rw-r--r--extra/slim/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/extra/slim/PKGBUILD b/extra/slim/PKGBUILD
index c8828ee20..16f568c46 100644
--- a/extra/slim/PKGBUILD
+++ b/extra/slim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 121225 2011-04-29 15:13:05Z bisson $
+# $Id: PKGBUILD 122020 2011-05-01 17:05:22Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
@@ -6,7 +6,7 @@
pkgname=slim
pkgver=1.3.2
-pkgrel=4
+pkgrel=5
pkgdesc='Desktop-independent graphical login manager for X11'
arch=('i686' 'x86_64')
url='http://slim.berlios.de/'
@@ -18,6 +18,7 @@ source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'pam.d'
'logrotate'
'gcc44.patch'
+ 'ptr_pam.patch'
'no-host.patch'
'restart.patch'
'sigterm.patch'
@@ -27,6 +28,7 @@ sha1sums=('e421d5487732c8317f8f591906661e014b036358'
'a0e991ef0ac5120465a3be014a26e70ba073b6ae'
'b969cc902c1d9915a5609141a652c77b2732407b'
'51121d451116c768d0fc027ff1ea70aaaef036e7'
+ '640668c984a13593a1bfba8d3b503c005d5f401e'
'b86eddd083fb9f6259e46c735f55ebe76c655bd3'
'2d526bc0c498bf307ee50e2d22b4f53ffa0c4435'
'0b35048723c527fb824c5e0f9b9064f751871785'
@@ -38,11 +40,12 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/png12/png14/g' Makefile
- patch -p1 -i ../gcc44.patch
- patch -p1 -i ../no-host.patch # do not set PAM host
- patch -p1 -i ../restart.patch # restart X server if killed
- patch -p1 -i ../sigterm.patch # do not wait for user input when SIGTERM'd
- patch -p1 -i ../tty-slowness.patch # fix sluggish TTY after slim start
+ patch -p1 -i ../gcc44.patch # FS#14815: lacks include for gcc-4.4
+ patch -p1 -i ../ptr_pam.patch # FS#23995: pointer mishandling confuses PAM
+ patch -p1 -i ../no-host.patch # cf patch: do not set PAM host
+ patch -p1 -i ../restart.patch # cf patch: restart X server if killed
+ patch -p1 -i ../sigterm.patch # FS#23984: do not wait for input when SIGTERM'd
+ patch -p1 -i ../tty-slowness.patch # FS#18313: fix sluggish TTY after slim start
make USE_PAM=1
}