Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/
Date: Sun, 31 Mar 2019 18:20:22
Message-Id: 1554056399.3d8ffcc9eeb16d9245969085b169fa73acbdd43d.mgorny@gentoo
1 commit: 3d8ffcc9eeb16d9245969085b169fa73acbdd43d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 18:07:55 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 18:19:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8ffcc9
7
8 xfce-base/xfce4-session: Add USE=elogind equiv to USE=systemd
9
10 Add USE=elogind that works the same as USE=systemd, i.e. pulls policykit
11 flag in. We eventually want to probably rewrite this to something saner
12 but let's settle with this for now.
13
14 Closes: https://bugs.gentoo.org/682126
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild | 5 +++--
18 xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild | 5 +++--
19 2 files changed, 6 insertions(+), 4 deletions(-)
20
21 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
22 index d1d259d55cc..fb38eb67cbc 100644
23 --- a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
24 +++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
25 @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
29 -IUSE="nls policykit systemd upower +xscreensaver"
30 +IUSE="elogind nls policykit systemd upower +xscreensaver"
31
32 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
33 x11-apps/iceauth
34 @@ -40,7 +40,8 @@ DEPEND="${COMMON_DEPEND}
35 sys-devel/gettext
36 virtual/pkgconfig"
37
38 -REQUIRED_USE="systemd? ( policykit )"
39 +REQUIRED_USE="elogind? ( policykit )
40 + systemd? ( policykit )"
41
42 PATCHES=(
43 "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch
44
45 diff --git a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
46 index 21a95bdda8f..67b5f3f2722 100644
47 --- a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
48 +++ b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
49 @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
50 LICENSE="GPL-2"
51 SLOT="0"
52 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
53 -IUSE="nls policykit systemd +xscreensaver"
54 +IUSE="elogind nls policykit systemd +xscreensaver"
55
56 COMMON_DEPEND="x11-apps/iceauth
57 >=x11-libs/gtk+-3.20:3=
58 @@ -37,7 +37,8 @@ DEPEND="${COMMON_DEPEND}
59 sys-devel/gettext
60 virtual/pkgconfig"
61
62 -REQUIRED_USE="systemd? ( policykit )"
63 +REQUIRED_USE="elogind? ( policykit )
64 + systemd? ( policykit )"
65
66 PATCHES=(
67 "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch