Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lightdm/files: lightdm-1.2.0-fix-configure.patch lightdm
Date: Wed, 30 May 2012 14:08:18
Message-Id: 20120530140809.18A822004C@flycatcher.gentoo.org
1 yngwin 12/05/30 14:08:09
2
3 Modified: lightdm
4 Added: lightdm-1.2.0-fix-configure.patch
5 Log:
6 Reintroduce qt4 useflag, needed for Qt-based greeters. Add variables for user-configurable default greeter. Remove post-depend on gtk-greeter. Remove some old versions. Add myself as co-maintainer.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-misc/lightdm/files/lightdm
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm?r1=1.1&r2=1.2
16
17 Index: lightdm
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/files/lightdm,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- lightdm 23 Oct 2011 17:11:05 -0000 1.1
24 +++ lightdm 30 May 2012 14:08:09 -0000 1.2
25 @@ -4,4 +4,5 @@
26 auth required pam_nologin.so
27 account include system-login
28 password include system-login
29 +session optional pam_loginuid.so
30 session include system-auth
31
32
33
34 1.1 x11-misc/lightdm/files/lightdm-1.2.0-fix-configure.patch
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm-1.2.0-fix-configure.patch?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm-1.2.0-fix-configure.patch?rev=1.1&content-type=text/plain
38
39 Index: lightdm-1.2.0-fix-configure.patch
40 ===================================================================
41 --- configure.ac~ 2012-04-23 12:12:44.000000000 +0100
42 +++ configure.ac 2012-04-23 12:25:51.050999668 +0100
43 @@ -93,6 +93,7 @@
44 PKG_CHECK_MODULES(LIBLIGHTDM_QT, [
45 QtCore
46 QtDBus
47 + QtGui
48 ])
49 QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir`
50 AC_CHECK_TOOLS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH])