public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/
Date: Wed,  4 Nov 2015 21:09:04 +0000 (UTC)	[thread overview]
Message-ID: <1446671150.626d8b9ea3a57eea8a6ea0ad6d4cee67c88a8259.hwoarang@gentoo> (raw)

commit:     626d8b9ea3a57eea8a6ea0ad6d4cee67c88a8259
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 20:53:51 2015 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 21:05:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626d8b9e

x11-misc/lightdm: Version bump

Package-Manager: portage-2.2.23

 x11-misc/lightdm/Manifest              |   1 +
 x11-misc/lightdm/lightdm-1.16.4.ebuild | 129 +++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 7077069..3d3a254 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -5,3 +5,4 @@ DIST lightdm-1.12.3.tar.xz 473512 SHA256 c7dc90fde4f22762f38f06506b64f3b95cc3a1d
 DIST lightdm-1.14.2.tar.xz 477232 SHA256 28b078979870782aaa1a9167945e1dab19cc6d699747af3d0c0c9a3bdb8dbba1 SHA512 5dec6fb492930827c3e07a027411ad5b864f0ef923753c9b8d309c1ab9de9c405ba66b2adbb12784cdd02d9cadebcb5299761ec17bbf1cd4a4202478ce8b427b WHIRLPOOL e9122281e599663af42f06a8d68fc0eae6b9b1c7d820802c14bc9d5bfd32005d4fe28cae805f697ec62587e2e4c5c4e290d37fcb84cf262f538b967c584e9f45
 DIST lightdm-1.15.3.tar.xz 479432 SHA256 0670c6de84e9edfea3210b42aef688a848fa5366d150a71a67cdf83bc64bda5f SHA512 2fde5b1d01c8bbfa1fa74af9947c4ced9211d0f56d9590c9b5253a51774e2f927a4c6c2e76cde7d34351ae8474bf20e27cf71806c0a4e3a4dffc81b070384344 WHIRLPOOL a4765ee04e9faedfe397b561d17e6ac37ee1738358f7dd00f4be6e4fbabca6a83bd76fe845e4605345053350768363c2027a474a0087d5d37b819a0638c35f54
 DIST lightdm-1.16.3.tar.xz 480400 SHA256 c88b0ea63949724f807f5835f1a8a9468a4102e2dfad902d539f7f6bd0bb5b4b SHA512 65b780c9e03c8b0e912a49bc627345770e1f75500b65d8599935b9daf1e0eaa6a77e183e08f1eb38a6af3d7ff6d38f5d65419bd1c0ab9282c7ae84d17d34b55d WHIRLPOOL faa24407c4e00d5e440d6255695ff18754962a3a1e3445910c606d0f53c42e64e10a6337b52f54c45f65cb6f306bd236be239c0e41011ec0698a599f463e7a00
+DIST lightdm-1.16.4.tar.xz 480324 SHA256 7078d748acaeaafca807b58b004facc266ed7a785178d7d71d98d027eb828a20 SHA512 b4b09c594583837d012aa2578880b682cfbda777ab21adbfdc2d7cedadbe30dfda10f17b2de3efe2b3224e8e50afe8dfb291ae47c683e92609c02ba9f49f43c3 WHIRLPOOL d72490d68f0da4bbdd5c5b4819bd9cf2f590c30ee1766734c28baca72c0fa8f18d4a0bc5ff8fe3e0408f33e9fc93578350b34a22e6da909d9e4cd2bd5a4f45ce

diff --git a/x11-misc/lightdm/lightdm-1.16.4.ebuild b/x11-misc/lightdm/lightdm-1.16.4.ebuild
new file mode 100644
index 0000000..aaee53f
--- /dev/null
+++ b/x11-misc/lightdm/lightdm-1.16.4.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils pam readme.gentoo systemd versionator
+
+TRUNK_VERSION="$(get_version_component_range 1-2)"
+DESCRIPTION="A lightweight display manager"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
+SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
+	mirror://gentoo/introspection-20110205.m4.tar.bz2"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
+REQUIRED_USE="|| ( gtk kde )"
+
+COMMON_DEPEND="audit? ( sys-process/audit )
+	>=dev-libs/glib-2.32.3:2
+	dev-libs/libxml2
+	gnome? ( sys-apps/accountsservice )
+	virtual/pam
+	x11-libs/libX11
+	>=x11-libs/libxklavier-5
+	introspection? ( >=dev-libs/gobject-introspection-1 )
+	qt4? (
+		dev-qt/qtcore:4
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4
+		)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtgui:5
+		)"
+RDEPEND="${COMMON_DEPEND}
+	>=sys-auth/pambase-20101024-r2"
+DEPEND="${COMMON_DEPEND}
+	dev-util/gtk-doc-am
+	dev-util/intltool
+	gnome? ( gnome-base/gnome-common )
+	sys-devel/gettext
+	virtual/pkgconfig"
+PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
+	kde? ( x11-misc/lightdm-kde )"
+
+DOCS=( NEWS )
+RESTRICT="test"
+
+src_prepare() {
+	sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
+	sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die
+
+	einfo "Fixing the session-wrapper variable in lightdm.conf"
+	sed -i -e \
+		"/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
+		data/lightdm.conf || die "Failed to fix lightdm.conf"
+
+	epatch_user
+
+	# Remove bogus Makefile statement. This needs to go upstream
+	sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
+	if has_version dev-libs/gobject-introspection; then
+		eautoreconf
+	else
+		AT_M4DIR=${WORKDIR} eautoreconf
+	fi
+}
+
+src_configure() {
+	# Set default values if global vars unset
+	local _greeter _session _user
+	_greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
+	_session=${LIGHTDM_SESSION:=gnome}
+	_user=${LIGHTDM_USER:=root}
+	# Let user know how lightdm is configured
+	einfo "Gentoo configuration"
+	einfo "Default greeter: ${_greeter}"
+	einfo "Default session: ${_session}"
+	einfo "Greeter user: ${_user}"
+
+	# also disable tests because libsystem.c does not build. Tests are
+	# restricted so it does not matter anyway.
+	econf \
+		--localstatedir=/var \
+		--disable-static \
+		--disable-tests \
+		$(use_enable audit libaudit) \
+		$(use_enable introspection) \
+		$(use_enable qt4 liblightdm-qt) \
+		$(use_enable qt5 liblightdm-qt5) \
+		--with-user-session=${_session} \
+		--with-greeter-session=${_greeter} \
+		--with-greeter-user=${_user} \
+		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
+}
+
+src_install() {
+	default
+
+	# Delete apparmor profiles because they only work with Ubuntu's
+	# apparmor package. Bug #494426
+	if [[ -d ${D}/etc/apparmor.d ]]; then
+		rm -r "${D}/etc/apparmor.d" || die \
+			"Failed to remove apparmor profiles"
+	fi
+
+	insinto /etc/${PN}
+	doins data/{${PN},keys}.conf
+	doins "${FILESDIR}"/Xsession
+	fperms +x /etc/${PN}/Xsession
+	# /var/lib/lightdm-data could be useful. Bug #522228
+	dodir /var/lib/lightdm-data
+
+	prune_libtool_files --all
+	rm -rf "${ED}"/etc/init
+
+	# Remove existing pam file. We will build a new one. Bug #524792
+	rm -rf "${ED}"/etc/pam.d/${PN}{,-greeter}
+	pamd_mimic system-local-login ${PN} auth account password session #372229
+	pamd_mimic system-local-login ${PN}-greeter auth account password session #372229
+	dopamd "${FILESDIR}"/${PN}-autologin #390863, #423163
+
+	readme.gentoo_create_doc
+
+	systemd_dounit "${FILESDIR}/${PN}.service"
+}


             reply	other threads:[~2015-11-04 21:09 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04 21:09 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05  6:07 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ Viorel Munteanu
2024-06-29 18:24 Viorel Munteanu
2024-06-28 12:01 Viorel Munteanu
2023-05-06  9:49 Arthur Zamarin
2023-05-03 18:58 Sam James
2023-03-30 16:09 Arthur Zamarin
2023-03-26  1:04 Sam James
2023-03-26  1:03 Sam James
2023-03-26  1:03 Sam James
2023-01-20  9:37 Marek Szuba
2023-01-20  9:37 Marek Szuba
2022-11-18 16:44 Arthur Zamarin
2022-11-18  7:07 Jakov Smolić
2022-11-18  7:04 Jakov Smolić
2022-11-11  4:25 Sam James
2022-11-10 18:18 Arthur Zamarin
2022-11-10 18:18 Arthur Zamarin
2022-10-04  0:53 Marek Szuba
2022-09-27 15:09 Marek Szuba
2022-09-27 12:22 Marek Szuba
2022-09-01 12:27 Marek Szuba
2022-08-09 12:39 Marek Szuba
2022-08-09 12:39 Marek Szuba
2022-07-02 23:23 WANG Xuerui
2022-06-29 11:08 Marek Szuba
2022-05-13 22:50 Conrad Kostecki
2021-08-01 18:27 Sam James
2021-07-26  7:40 Yixun Lan
2020-06-25  8:57 Lars Wendler
2020-06-03 15:12 Agostino Sarubbo
2020-05-28 15:45 Agostino Sarubbo
2020-05-25  9:36 Sergei Trofimovich
2020-05-24  8:09 Agostino Sarubbo
2020-05-22  8:02 Sergei Trofimovich
2019-10-15 14:21 Lars Wendler
2019-10-12 17:55 Mikle Kolyada
2019-08-17 16:10 Matt Turner
2019-07-28 10:59 Mikle Kolyada
2019-07-22 23:19 Aaron Bauman
2019-06-24 13:08 Lars Wendler
2019-06-22  9:38 Sergei Trofimovich
2019-06-22  9:32 Sergei Trofimovich
2019-06-20  9:05 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-05-28  2:35 Aaron Bauman
2019-05-20  9:24 Lars Wendler
2019-03-28  9:14 Lars Wendler
2018-10-20 12:16 Sergei Trofimovich
2018-10-04  8:51 Mikle Kolyada
2018-09-24  1:50 Thomas Deutschmann
2018-09-15 18:26 Sergei Trofimovich
2018-09-15 12:42 Mikle Kolyada
2018-09-03 12:54 Lars Wendler
2018-07-19  8:44 Lars Wendler
2018-05-31 19:27 Andreas Sturmlechner
2018-04-29  7:39 Lars Wendler
2018-03-23 22:02 Lars Wendler
2018-03-09  8:18 Lars Wendler
2018-02-26 22:04 Mike Gilbert
2018-01-20 23:00 Andreas Sturmlechner
2018-01-20 23:00 Andreas Sturmlechner
2017-12-21 14:40 Andreas Sturmlechner
2017-12-21 14:40 Andreas Sturmlechner
2017-10-04  9:17 Michał Górny
2017-09-06  8:24 Lars Wendler
2017-09-06  8:24 Lars Wendler
2017-06-05 10:48 Andreas Sturmlechner
2017-03-24  8:57 Lars Wendler
2017-03-24  8:57 Lars Wendler
2017-02-24 11:14 Lars Wendler
2017-02-24 11:14 Lars Wendler
2017-02-23 16:38 Michael Weber
2017-02-15 17:02 Lars Wendler
2017-02-15 17:02 Lars Wendler
2016-12-24  9:27 Markus Meier
2016-12-21  9:51 Tobias Klausmann
2016-12-10 19:51 Markos Chandras
2016-12-10 19:51 Markos Chandras
2016-12-10 19:51 Markos Chandras
2016-11-25 12:37 Lars Wendler
2016-11-25 12:37 Lars Wendler
2016-11-23 17:20 Markos Chandras
2016-11-22 13:12 Aaron Bauman
2016-11-20  8:37 Michał Górny
2016-11-18 11:59 Lars Wendler
2016-11-17 18:55 Lars Wendler
2016-11-17 18:55 Lars Wendler
2016-11-10 20:21 Markus Meier
2016-10-17  9:05 Lars Wendler
2016-10-17  9:05 Lars Wendler
2016-10-15  5:34 Jeroen Roovers
2016-09-28 17:27 Michael Palimaka
2016-09-28 17:27 Michael Palimaka
2016-09-28 17:27 Michael Palimaka
2016-09-28 17:27 Michael Palimaka
2016-09-03  0:08 Lars Wendler
2016-09-03  0:08 Lars Wendler
2016-07-13 10:16 Lars Wendler
2016-05-05 19:57 Lars Wendler
2016-05-05 19:57 Lars Wendler
2016-04-09 13:46 Agostino Sarubbo
2016-04-07 14:45 Lars Wendler
2016-04-04  9:41 Lars Wendler
2016-03-06 10:04 Markos Chandras
2016-03-04  3:59 Stephen Klimaszewski
2016-01-13 22:52 Manuel Rüger
2015-11-26 18:25 Markos Chandras
2015-11-14 10:51 Markos Chandras
2015-11-07 13:31 Markos Chandras
2015-10-06 16:30 Markos Chandras
2015-09-30 19:21 Markos Chandras
2015-09-27 12:37 Markos Chandras
2015-09-16 13:15 Lars Wendler
2015-09-12  9:07 Markos Chandras
2015-09-12  9:07 Markos Chandras
2015-09-12  9:07 Markos Chandras
2015-08-27 17:39 Markos Chandras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446671150.626d8b9ea3a57eea8a6ea0ad6d4cee67c88a8259.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox