diff options
author | root <root@rshg054.dnsready.net> | 2012-08-29 00:04:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-29 00:04:41 +0000 |
commit | 498a4346616c33beac56d48a246cf27fe3812341 (patch) | |
tree | 333cfc0154a280d9dcf65c08900913200c33d988 /extra/gdm/PKGBUILD | |
parent | 559da5e6e5aff9ccc57e29b6a91c35a528424b6c (diff) |
Wed Aug 29 00:04:40 UTC 2012
Diffstat (limited to 'extra/gdm/PKGBUILD')
-rw-r--r-- | extra/gdm/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/gdm/PKGBUILD b/extra/gdm/PKGBUILD index db3d8994b..7adb49b46 100644 --- a/extra/gdm/PKGBUILD +++ b/extra/gdm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156778 2012-04-23 09:05:26Z ibiru $ +# $Id: PKGBUILD 165620 2012-08-27 12:24:59Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gdm pkgver=3.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Gnome Display Manager (a reimplementation of xdm)" arch=('i686' 'x86_64') license=('GPL') @@ -20,12 +20,13 @@ install=gdm.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz fix_external_program_directories.patch gdm-vt-allocation-hack.patch - gdm + gdm gdm.service gdm-autologin.pam gdm-fingerprint.pam gdm.pam gdm-password.pam gdm-smartcard.pam gdm-welcome.pam) sha256sums=('6292968dff5fc89877b5e1aaa3c7d1484dd3ed2d4f388e935841d053439be665' 'f68600ccf80f475deb417d58ab3306c4a1ba4622688e2901996c8549c85a9ee6' '3c8b588d4af08d94dc93bcd5e4c2a983c3f4fbbbe40833bceac2a1df4f1e8215' '272c08d8e8b50bf424d0705ac864d4c18c47ec4f6893b1af732c2efbc86c9550' + 'b7b91c682ff4c7cfb2d395c65abeca9dad8c0997b399dcf22abdf481c3e61349' '6a8b286d1ffa04150b3cc401f64e6ddec778c7b65f5bfc831031b64345d7e6b2' 'dd50f5bd28807a16c5ebe89fc868b7c47fa571138498e879f2b1c9da1ad6eb84' 'f1dfa4d88288d4b0a631a68a51b46c2da537bee8fe5a99f9f288c8ff75a50b19' @@ -60,6 +61,7 @@ package() { done install -Dm755 "$srcdir/gdm" "$pkgdir/etc/rc.d/gdm" + install -Dm644 "$srcdir/gdm.service" "$pkgdir/usr/lib/systemd/system/gdm.service" chmod 1770 "$pkgdir/var/log/gdm" chmod 700 "$pkgdir/var/lib/gdm/.config/dconf" |