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: Sat, 10 Dec 2016 19:51:50 +0000 (UTC)	[thread overview]
Message-ID: <1481399504.63e983faf593d6e16cf8314eebbca3347718d247.hwoarang@gentoo> (raw)

commit:     63e983faf593d6e16cf8314eebbca3347718d247
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 19:42:40 2016 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 19:51:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e983fa

x11-misc/lightdm: Version bump

Package-Manager: portage-2.3.3

 x11-misc/lightdm/Manifest              |   1 +
 x11-misc/lightdm/lightdm-1.21.3.ebuild | 136 +++++++++++++++++++++++++++++++++
 2 files changed, 137 insertions(+)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 2927e81..0120628 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -3,3 +3,4 @@ DIST lightdm-1.16.7.tar.xz 486692 SHA256 67b72a5dadf823ebc7df1bb523da59342271fcf
 DIST lightdm-1.18.3.tar.xz 503968 SHA256 d99215aeca38db2da84eede2ac3b9e875a746b3bc81bb3a30e0b8d89b87e1494 SHA512 dde34e4969d2f04e6729eb1b30d38bac9a89ff42c46f8a21e94b76beadbde450ffaa377201bd3a56e0d8d95d0640eb312ed11ecf94efb9a5a66777b944d4f234 WHIRLPOOL 5b06581c56188ada75a196d0663b041b7507f0923a8a8ceec2531926a034675ac592df356c7840568492f5af9ca0d6058ad477904147ece66568f59517cde8cb
 DIST lightdm-1.20.0.tar.xz 506488 SHA256 f03b7804a4902d189849a060292e4987d1e4f8272a1edb3e681e6f3cdfaa5ba4 SHA512 7d1d8379bc59f0326f486fe4a618c4939aadd6795ff92f9cd983997ad41e5fed5690eb6cbd81de30f4384ede6f5f88b2fff1781e13b51b5fe8f389379e8d2335 WHIRLPOOL e6345a1b66afb05aefe52664d33274df316b43d17808404cd7337dff284cb41106e191ffaf24e9805a02ac2b650d784fe988592a460a81302022386b2aadb674
 DIST lightdm-1.21.1.tar.xz 515572 SHA256 c051f3d0cbfc96936b1ac83b73e2f1ad7daa0640067e9edd367edec81706c954 SHA512 f7a3437bf0ecd9a14e90f3930e98c3c088500b06b074347f620aeb80b7e48330e2bb84ac08cefff116bd6b84b1051cdfa29736045700d6571ffa2ba7b31f9eb3 WHIRLPOOL 5c1195bee4e4e8790b8a16383676dc9f2ce4d8f1cbf5dd092d6b6807a94d5f7e3b661c5506b5b128613280acd4109b8ad68009e54593050c20a3f390006e1002
+DIST lightdm-1.21.3.tar.xz 517332 SHA256 f66d95d61672701ae8dca0b2d9fe52429e8c068bfbc598639a03a97ee4d0cc0b SHA512 bb91a1eae1d3637c1556b968b062cf9fc0c0f619320458ea77ea3c4f3dbf2aff5eeed136c703744851ec21fca8e0410dcfb02d2a44ca55c1f2db290a0bf3fde1 WHIRLPOOL 26e1ff294598b5648a0a6073ee68585698de41d38b2d77ca9deb2cbffc5beb685563e204ce5077b7ae945b253d68b08fb8580ac4e6220db92079af01c7419a2e

diff --git a/x11-misc/lightdm/lightdm-1.21.3.ebuild b/x11-misc/lightdm/lightdm-1.21.3.ebuild
new file mode 100644
index 00000000..1037247
--- /dev/null
+++ b/x11-misc/lightdm/lightdm-1.21.3.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils flag-o-matic pam qmake-utils readme.gentoo-r1 systemd versionator xdg-utils
+
+TRUNK_VERSION="$(get_version_component_range 1-2)"
+DESCRIPTION="A lightweight display manager"
+HOMEPAGE="https://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 ~arm64 ~ppc ~ppc64 ~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() {
+	xdg_environment_reset
+
+	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"
+
+	# use correct version of qmake. bug #566950
+	sed -i -e "/AC_CHECK_TOOLS(MOC4/a AC_SUBST(MOC4,$(qt4_get_bindir)/moc)" configure.ac || die
+	sed -i -e "/AC_CHECK_TOOLS(MOC5/a AC_SUBST(MOC5,$(qt5_get_bindir)/moc)" configure.ac || die
+
+	default
+
+	# 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}"
+
+	use qt5 && append-cxxflags -std=c++11
+
+	# 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}
+}
+
+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:[~2016-12-10 19:51 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10 19:51 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-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-11-04 21:09 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=1481399504.63e983faf593d6e16cf8314eebbca3347718d247.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