commit:     bc23c8123ca6f78bb54b3366c41bb2b8bb0ad0a2
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Jul 27 19:26:42 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 14:37:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc23c812

dev-libs/sway: updated live ebuild

Closes: https://github.com/gentoo/gentoo/pull/5224

 dev-libs/sway/sway-9999.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-libs/sway/sway-9999.ebuild b/dev-libs/sway/sway-9999.ebuild
index 93173283fe5..bd77799828a 100644
--- a/dev-libs/sway/sway-9999.ebuild
+++ b/dev-libs/sway/sway-9999.ebuild
@@ -13,7 +13,9 @@ EGIT_REPO_URI="https://github.com/SirCmpwn/sway.git";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="+swaybg +swaybar +swaymsg swaygrab swaylock +gdk-pixbuf zsh-completion 
wallpapers systemd"
+IUSE="+swaybg +swaybar +swaymsg swaygrab swaylock +gdk-pixbuf zsh-completion 
wallpapers systemd +tray"
+
+REQUIRED_USE="tray? ( swaybar )"
 
 RDEPEND="=dev-libs/wlc-9999[systemd=]
        dev-libs/json-c
@@ -25,6 +27,7 @@ RDEPEND="=dev-libs/wlc-9999[systemd=]
        x11-libs/pango
        x11-libs/cairo
        swaylock? ( virtual/pam )
+       tray? ( sys-apps/dbus )
        gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )"
 
 DEPEND="${RDEPEND}
@@ -45,6 +48,7 @@ src_configure() {
                -Denable-swaygrab=$(usex swaygrab)
                -Denable-swaylock=$(usex swaylock)
                -Denable-swaymsg=$(usex swaymsg)
+               -Denable-tray=$(usex tray)
 
                -Ddefault-wallpaper=$(usex wallpapers)
 
@@ -69,5 +73,11 @@ pkg_postinst() {
                optfeature "swaygrab screenshot support" 
media-gfx/imagemagick[png]
                optfeature "swaygrab video capture support" virtual/ffmpeg
        fi
+       if use tray
+       then
+               optfeature "experimental xembed tray icons support" \
+                       x11-misc/xembedsniproxy
+       fi
        optfeature "X11 applications support" dev-libs/wlc[xwayland] 
x11-base/xorg-server[wayland]
+
 }

Reply via email to