Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-0.1.1.ebuild metadata.xml ChangeLog
Date: Wed, 08 Sep 2010 07:09:25
Message-Id: 20100908070921.A3DF320051@flycatcher.gentoo.org
1 xarthisius 10/09/08 07:09:21
2
3 Modified: lightdm-0.1.1.ebuild metadata.xml ChangeLog
4 Log:
5 Make webkit greeter optional, add missing doc flag and dependencies.
6
7 (Portage version: 2.2_rc73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/lightdm/lightdm-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: lightdm-0.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lightdm-0.1.1.ebuild 7 Sep 2010 18:35:47 -0000 1.1
23 +++ lightdm-0.1.1.ebuild 8 Sep 2010 07:09:21 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild,v 1.1 2010/09/07 18:35:47 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.1.1.ebuild,v 1.2 2010/09/08 07:09:21 xarthisius Exp $
29
30 EAPI=2
31
32 -inherit eutils pam
33 +inherit autotools eutils pam
34
35 DESCRIPTION="A lightweight display manager"
36 HOMEPAGE="http://launchpad.net/lightdm"
37 @@ -13,19 +13,20 @@
38 LICENSE="GPL-3"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE="consolekit nls"
42 +IUSE="consolekit doc nls webkit"
43
44 RDEPEND="dev-libs/glib:2
45 dev-libs/dbus-glib
46 - net-libs/webkit-gtk
47 + webkit? ( net-libs/webkit-gtk )
48 + consolekit? ( sys-auth/consolekit )
49 x11-libs/gtk+:2
50 x11-libs/libxcb
51 x11-libs/libXdmcp
52 x11-libs/libxklavier
53 - consolekit? ( sys-auth/consolekit )
54 virtual/pam"
55 DEPEND="${RDEPEND}
56 dev-util/pkgconfig
57 + doc? ( dev-util/gtk-doc )
58 nls? ( dev-util/intltool )"
59
60 src_prepare() {
61 @@ -33,15 +34,19 @@
62 sed -e "s/check_pass/${PN}/" -i src/pam-session.c || die #report me upstream
63 # Fix ubuntu way of launching WM
64 sed -e "s:/etc/X11/Xsession::" -i src/display.c || die #report me upstream
65 +
66 + epatch "${FILESDIR}"/${P}-webkit.patch
67 + eautoreconf
68 }
69
70 src_configure() {
71 econf \
72 --disable-static \
73 + $(use_enable doc gtk-doc) \
74 + $(use_enable webkit) \
75 --disable-dependency-tracking \
76 --disable-introspection \
77 $(use_enable consolekit console-kit) \
78 - --disable-scrollkeeper \
79 $(use_enable nls) \
80 --with-html-dir=/usr/share/doc/${PF}/html \
81 --localstatedir=/var #overcoming econf default (fix me?)
82
83
84
85 1.2 x11-misc/lightdm/metadata.xml
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/metadata.xml?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/metadata.xml?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/metadata.xml?r1=1.1&r2=1.2
90
91 Index: metadata.xml
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/metadata.xml,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- metadata.xml 7 Sep 2010 18:35:47 -0000 1.1
98 +++ metadata.xml 8 Sep 2010 07:09:21 -0000 1.2
99 @@ -11,5 +11,6 @@
100 </longdescription>
101 <use>
102 <flag name="consolekit">Enables support for authorization using consolekit</flag>
103 + <flag name="webkit">Build greeter based on <pkg>net-libs/webkit-gtk</pkg></flag>
104 </use>
105 </pkgmetadata>
106
107
108
109 1.2 x11-misc/lightdm/ChangeLog
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.1&r2=1.2
114
115 Index: ChangeLog
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- ChangeLog 7 Sep 2010 18:35:47 -0000 1.1
122 +++ ChangeLog 8 Sep 2010 07:09:21 -0000 1.2
123 @@ -1,6 +1,10 @@
124 # ChangeLog for x11-misc/lightdm
125 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
126 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.1 2010/09/07 18:35:47 xarthisius Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.2 2010/09/08 07:09:21 xarthisius Exp $
128 +
129 + 08 Sep 2010; Kacper Kowalik <xarthisius@g.o> lightdm-0.1.1.ebuild,
130 + +files/lightdm-0.1.1-webkit.patch, metadata.xml:
131 + Make webkit greeter optional, add missing doc flag and dependencies.
132
133 *lightdm-0.1.1 (07 Sep 2010)