From 3d8ffcc9eeb16d9245969085b169fa73acbdd43d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 31 Mar 2019 20:07:55 +0200 Subject: [PATCH] xfce-base/xfce4-session: Add USE=elogind equiv to USE=systemd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add USE=elogind that works the same as USE=systemd, i.e. pulls policykit flag in. We eventually want to probably rewrite this to something saner but let's settle with this for now. Closes: https://bugs.gentoo.org/682126 Signed-off-by: Michał Górny --- xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild | 5 +++-- xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild index d1d259d55cc4..fb38eb67cbc4 100644 --- a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="nls policykit systemd upower +xscreensaver" +IUSE="elogind nls policykit systemd upower +xscreensaver" COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:= x11-apps/iceauth @@ -40,7 +40,8 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext virtual/pkgconfig" -REQUIRED_USE="systemd? ( policykit )" +REQUIRED_USE="elogind? ( policykit ) + systemd? ( policykit )" PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch diff --git a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild index 21a95bdda8f8..67b5f3f2722b 100644 --- a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="nls policykit systemd +xscreensaver" +IUSE="elogind nls policykit systemd +xscreensaver" COMMON_DEPEND="x11-apps/iceauth >=x11-libs/gtk+-3.20:3= @@ -37,7 +37,8 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext virtual/pkgconfig" -REQUIRED_USE="systemd? ( policykit )" +REQUIRED_USE="elogind? ( policykit ) + systemd? ( policykit )" PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch -- 2.26.2