Date: Saturday, November 22, 2014 @ 04:20:35 Author: bgyorgy Revision: 122898
upgpkg: lxdm 0.5.0-2 Enable language chooser by default (fixed in filesystem 2014.10) Modified: lxdm/trunk/PKGBUILD lxdm/trunk/default-config.patch ----------------------+ PKGBUILD | 6 ++++-- default-config.patch | 9 +-------- 2 files changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-22 02:29:11 UTC (rev 122897) +++ PKGBUILD 2014-11-22 03:20:35 UTC (rev 122898) @@ -1,4 +1,5 @@ # $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: AndyRTR <[email protected]> # Contributor: kiefer <[email protected]> @@ -5,7 +6,7 @@ pkgname=lxdm pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight X11 Display Manager' arch=('i686' 'x86_64') url="https://sourceforge.net/projects/lxdm/" @@ -14,6 +15,7 @@ depends=('gtk2' 'xorg-server') makedepends=('intltool' 'iso-codes') optdepends=('gtk-engines: default GTK+ theme' + 'iso-codes: show language names in language chooser' 'librsvg: display the default background') install=$pkgname.install backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession' @@ -24,7 +26,7 @@ lxdm.pam Xsession) md5sums=('a51686720e606ca456d7f56ae4159d1f' - '2ba18992efef43f84061717f0550e4b6' + 'f0ae6c072f151104c53a030fd7757821' 'c941ef896248bc7c03901b513490425c' 'd9c8f8c9e6de52dbc389696454c8f572') Modified: default-config.patch =================================================================== --- default-config.patch 2014-11-22 02:29:11 UTC (rev 122897) +++ default-config.patch 2014-11-22 03:20:35 UTC (rev 122898) @@ -10,7 +10,7 @@ # uncomment this if you really want xserver listen to tcp # tcp_listen=1 # uncoment this if you want reset the xserver after logou -@@ -34,13 +34,13 @@ +@@ -34,7 +34,7 @@ gtk_theme=Clearlooks ## background of the greeter @@ -19,10 +19,3 @@ ## if show bottom pane bottom_pane=1 - - ## if show language select control --lang=1 -+lang=0 - - ## if show keyboard layout select control - keyboard=0
