Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/
Date: Sun, 27 Sep 2015 12:37:39
Message-Id: 1443357392.a98a465652ea5e23075e3f2cc14fb3ecfbc1bb0f.hwoarang@gentoo
1 commit: a98a465652ea5e23075e3f2cc14fb3ecfbc1bb0f
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 12:28:24 2015 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 12:36:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98a4656
7
8 x11-misc/lightdm: Version bump
9
10 Package-Manager: portage-2.2.22
11
12 x11-misc/lightdm/Manifest | 1 +
13 x11-misc/lightdm/lightdm-1.16.1.ebuild | 127 +++++++++++++++++++++++++++++++++
14 2 files changed, 128 insertions(+)
15
16 diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
17 index 7c40586..1c14080 100644
18 --- a/x11-misc/lightdm/Manifest
19 +++ b/x11-misc/lightdm/Manifest
20 @@ -5,3 +5,4 @@ DIST lightdm-1.12.3.tar.xz 473512 SHA256 c7dc90fde4f22762f38f06506b64f3b95cc3a1d
21 DIST lightdm-1.14.2.tar.xz 477232 SHA256 28b078979870782aaa1a9167945e1dab19cc6d699747af3d0c0c9a3bdb8dbba1 SHA512 5dec6fb492930827c3e07a027411ad5b864f0ef923753c9b8d309c1ab9de9c405ba66b2adbb12784cdd02d9cadebcb5299761ec17bbf1cd4a4202478ce8b427b WHIRLPOOL e9122281e599663af42f06a8d68fc0eae6b9b1c7d820802c14bc9d5bfd32005d4fe28cae805f697ec62587e2e4c5c4e290d37fcb84cf262f538b967c584e9f45
22 DIST lightdm-1.15.3.tar.xz 479432 SHA256 0670c6de84e9edfea3210b42aef688a848fa5366d150a71a67cdf83bc64bda5f SHA512 2fde5b1d01c8bbfa1fa74af9947c4ced9211d0f56d9590c9b5253a51774e2f927a4c6c2e76cde7d34351ae8474bf20e27cf71806c0a4e3a4dffc81b070384344 WHIRLPOOL a4765ee04e9faedfe397b561d17e6ac37ee1738358f7dd00f4be6e4fbabca6a83bd76fe845e4605345053350768363c2027a474a0087d5d37b819a0638c35f54
23 DIST lightdm-1.16.0.tar.xz 479224 SHA256 b2e31beed0c3045bce6119617e96f18e9ee3540582f61fac5aca9697e747abc6 SHA512 a46db229f7812e5d2b99d81a97f6eaf2aeb92c0b8c2d0c8a8dc1452b411fef3a47e2128569f4c89d98b5ae2789cae5a99af1f3d33f40099eeb19afbc8f3059a5 WHIRLPOOL da1d71e3762e89163e841c182c82928df505603398e4c9f2af032244087aff0cb9318ef9bac7ff7e915114b8f8ef3bf12ee6d44951ddb2e9c637aa683c1d70f3
24 +DIST lightdm-1.16.1.tar.xz 479700 SHA256 996ab8d114953324dd9df61857eba17a3a8fe533d477a37c18e4a8cd411f080e SHA512 765150a1a1864a59a37cce751ce5f6af7276139bf33895962bcf4bf6cae9717b45ec7e99b9569aa6b944f3525cfe60bf3c729af03c1acd6ff3949bf99ae0ee78 WHIRLPOOL 923d2cfc685e7f72cd503530e34b4bde06e85da01f7c41df044ff640e7bec077de9c0706de981eeda78f51db3029dd66950244dd15faf9ac8c23142c6a4f8b8d
25
26 diff --git a/x11-misc/lightdm/lightdm-1.16.1.ebuild b/x11-misc/lightdm/lightdm-1.16.1.ebuild
27 new file mode 100644
28 index 0000000..bf9a442
29 --- /dev/null
30 +++ b/x11-misc/lightdm/lightdm-1.16.1.ebuild
31 @@ -0,0 +1,127 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +inherit autotools eutils pam readme.gentoo systemd versionator
38 +
39 +TRUNK_VERSION="$(get_version_component_range 1-2)"
40 +DESCRIPTION="A lightweight display manager"
41 +HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
42 +SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
43 + mirror://gentoo/introspection-20110205.m4.tar.bz2"
44 +
45 +LICENSE="GPL-3 LGPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
48 +IUSE="+gtk +introspection kde qt4 qt5 +gnome"
49 +REQUIRED_USE="|| ( gtk kde )"
50 +
51 +COMMON_DEPEND=">=dev-libs/glib-2.32.3:2
52 + dev-libs/libxml2
53 + gnome? ( sys-apps/accountsservice )
54 + virtual/pam
55 + x11-libs/libX11
56 + >=x11-libs/libxklavier-5
57 + introspection? ( >=dev-libs/gobject-introspection-1 )
58 + qt4? (
59 + dev-qt/qtcore:4
60 + dev-qt/qtdbus:4
61 + dev-qt/qtgui:4
62 + )
63 + qt5? (
64 + dev-qt/qtcore:5
65 + dev-qt/qtdbus:5
66 + dev-qt/qtgui:5
67 + )"
68 +RDEPEND="${COMMON_DEPEND}
69 + >=sys-auth/pambase-20101024-r2"
70 +DEPEND="${COMMON_DEPEND}
71 + dev-util/gtk-doc-am
72 + dev-util/intltool
73 + gnome? ( gnome-base/gnome-common )
74 + sys-devel/gettext
75 + virtual/pkgconfig"
76 +PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
77 + kde? ( x11-misc/lightdm-kde )"
78 +
79 +DOCS=( NEWS )
80 +RESTRICT="test"
81 +
82 +src_prepare() {
83 + sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
84 + sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die
85 +
86 + einfo "Fixing the session-wrapper variable in lightdm.conf"
87 + sed -i -e \
88 + "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
89 + data/lightdm.conf || die "Failed to fix lightdm.conf"
90 +
91 + epatch_user
92 +
93 + # Remove bogus Makefile statement. This needs to go upstream
94 + sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
95 + if has_version dev-libs/gobject-introspection; then
96 + eautoreconf
97 + else
98 + AT_M4DIR=${WORKDIR} eautoreconf
99 + fi
100 +}
101 +
102 +src_configure() {
103 + # Set default values if global vars unset
104 + local _greeter _session _user
105 + _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
106 + _session=${LIGHTDM_SESSION:=gnome}
107 + _user=${LIGHTDM_USER:=root}
108 + # Let user know how lightdm is configured
109 + einfo "Gentoo configuration"
110 + einfo "Default greeter: ${_greeter}"
111 + einfo "Default session: ${_session}"
112 + einfo "Greeter user: ${_user}"
113 +
114 + # also disable tests because libsystem.c does not build. Tests are
115 + # restricted so it does not matter anyway.
116 + econf \
117 + --localstatedir=/var \
118 + --disable-static \
119 + --disable-tests \
120 + $(use_enable introspection) \
121 + $(use_enable qt4 liblightdm-qt) \
122 + $(use_enable qt5 liblightdm-qt5) \
123 + --with-user-session=${_session} \
124 + --with-greeter-session=${_greeter} \
125 + --with-greeter-user=${_user} \
126 + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
127 +}
128 +
129 +src_install() {
130 + default
131 +
132 + # Delete apparmor profiles because they only work with Ubuntu's
133 + # apparmor package. Bug #494426
134 + if [[ -d ${D}/etc/apparmor.d ]]; then
135 + rm -r "${D}/etc/apparmor.d" || die \
136 + "Failed to remove apparmor profiles"
137 + fi
138 +
139 + insinto /etc/${PN}
140 + doins data/{${PN},keys}.conf
141 + doins "${FILESDIR}"/Xsession
142 + fperms +x /etc/${PN}/Xsession
143 + # /var/lib/lightdm-data could be useful. Bug #522228
144 + dodir /var/lib/lightdm-data
145 +
146 + prune_libtool_files --all
147 + rm -rf "${ED}"/etc/init
148 +
149 + # Remove existing pam file. We will build a new one. Bug #524792
150 + rm -rf "${ED}"/etc/pam.d/${PN}{,-greeter}
151 + pamd_mimic system-local-login ${PN} auth account password session #372229
152 + pamd_mimic system-local-login ${PN}-greeter auth account password session #372229
153 + dopamd "${FILESDIR}"/${PN}-autologin #390863, #423163
154 +
155 + readme.gentoo_create_doc
156 +
157 + systemd_dounit "${FILESDIR}/${PN}.service"
158 +}