summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-10-06 21:05:30 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-10-06 21:05:30 +0300
commit4f026f91e125252d215d94d48d528ff5ab50fd91 (patch)
tree9d5d79508f3a53319e0239caa0f6d1a1cbeae6e9 /lxde-base
parentkde-plasma/kscreenlocker: remove consolekit support (diff)
downloadgentoo-4f026f91e125252d215d94d48d528ff5ab50fd91.tar.gz
gentoo-4f026f91e125252d215d94d48d528ff5ab50fd91.tar.bz2
gentoo-4f026f91e125252d215d94d48d528ff5ab50fd91.zip
lxde-base/lxdm: remove consolekit support
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxdm/lxdm-0.5.3-r1.ebuild8
-rw-r--r--lxde-base/lxdm/lxdm-0.5.3-r2.ebuild10
-rw-r--r--lxde-base/lxdm/metadata.xml1
3 files changed, 9 insertions, 10 deletions
diff --git a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
index e40d86c042e7..cc2c819ceecf 100644
--- a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
+++ b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,9 +14,9 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="consolekit debug gtk3 nls pam"
+IUSE="debug gtk3 nls pam"
-RDEPEND="consolekit? ( sys-auth/consolekit )
+RDEPEND="
x11-libs/libxcb
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
@@ -52,7 +52,7 @@ src_configure() {
--with-x \
--with-xconn=xcb \
--with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
- $(use_enable consolekit) \
+ --disable-consolekit \
$(use_enable gtk3) \
$(use_enable nls) \
$(use_enable debug) \
diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
index 9982e464ec84..177b447fa3c6 100644
--- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
+++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,9 +14,9 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="consolekit debug elogind +gtk3 nls pam systemd"
+IUSE="debug elogind +gtk3 nls pam systemd"
-DEPEND="consolekit? ( sys-auth/consolekit )
+DEPEND="
x11-libs/libxcb
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
@@ -31,7 +31,7 @@ BDEPEND=">=dev-util/intltool-0.40
virtual/pkgconfig"
DOCS=( AUTHORS README TODO )
-REQUIRED_USE="?? ( consolekit elogind systemd ) elogind? ( pam ) systemd? ( pam )"
+REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )"
src_prepare() {
# Upstream bug, tarball contains pre-made lxdm.conf
@@ -58,7 +58,7 @@ src_configure() {
--with-x \
--with-xconn=xcb \
--with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
- $(use_enable consolekit) \
+ --disable-consolekit \
$(use_enable gtk3) \
$(use_enable nls) \
$(use_enable debug) \
diff --git a/lxde-base/lxdm/metadata.xml b/lxde-base/lxdm/metadata.xml
index a4646c8be527..f241db24df39 100644
--- a/lxde-base/lxdm/metadata.xml
+++ b/lxde-base/lxdm/metadata.xml
@@ -6,7 +6,6 @@
<name>Brian Evans</name>
</maintainer>
<use>
- <flag name="consolekit">Enables support for authorization using consolekit</flag>
<flag name="gtk3">Use GTK+3 instead of 2</flag>
</use>
<upstream>