Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/
Date: Mon, 22 Oct 2018 22:20:21
Message-Id: 1540246737.07523985c9b8556ffa9fa01c5744eda1b071cf0d.asturm@gentoo
1 commit: 07523985c9b8556ffa9fa01c5744eda1b071cf0d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 21:42:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 22:18:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07523985
7
8 dev-libs/sway: x11-misc/xembedsniproxy moved to kde-plasma/
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/sway/sway-0.15.2.ebuild | 7 +++----
14 dev-libs/sway/sway-9999.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-libs/sway/sway-0.15.2.ebuild b/dev-libs/sway/sway-0.15.2.ebuild
18 index 4c02b8d3266..7d8204ffd00 100644
19 --- a/dev-libs/sway/sway-0.15.2.ebuild
20 +++ b/dev-libs/sway/sway-0.15.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/swaywm/sway/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="~arm64 ~amd64 ~x86"
32 +KEYWORDS="~amd64 ~arm64 ~x86"
33 IUSE="+gdk-pixbuf +swaybar +swaybg swaygrab swaylock +swaymsg systemd +tray wallpapers zsh-completion"
34
35 REQUIRED_USE="tray? ( swaybar )"
36 @@ -76,8 +76,7 @@ pkg_postinst() {
37 fi
38 if use tray
39 then
40 - optfeature "experimental xembed tray icons support" \
41 - x11-misc/xembedsniproxy
42 + optfeature "experimental xembed tray icons support" kde-plasma/xembed-sni-proxy
43 fi
44
45 optfeature "X11 applications support" dev-libs/wlc[xwayland] x11-base/xorg-server[wayland]
46
47 diff --git a/dev-libs/sway/sway-9999.ebuild b/dev-libs/sway/sway-9999.ebuild
48 index da318f9247b..68d15fce04a 100644
49 --- a/dev-libs/sway/sway-9999.ebuild
50 +++ b/dev-libs/sway/sway-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 +# Copyright 1999-2018 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=6
57 @@ -76,8 +76,7 @@ pkg_postinst() {
58 fi
59 if use tray
60 then
61 - optfeature "experimental xembed tray icons support" \
62 - x11-misc/xembedsniproxy
63 + optfeature "experimental xembed tray icons support" kde-plasma/xembed-sni-proxy
64 fi
65 optfeature "X11 applications support" dev-libs/wlc[xwayland] x11-base/xorg-server[wayland]