diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-12-23 18:44:58 +0100 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-24 16:57:57 -0600 |
commit | d39be1dc0062c06bd320cfe2647ef3f519987cbf (patch) | |
tree | b432d5cac74c7d37b8671d36990b08dc423abe6b /gui-wm | |
parent | net-proxy/privoxy: Stabilize 3.0.29 ppc, #758428 (diff) | |
download | gentoo-d39be1dc0062c06bd320cfe2647ef3f519987cbf.tar.gz gentoo-d39be1dc0062c06bd320cfe2647ef3f519987cbf.tar.bz2 gentoo-d39be1dc0062c06bd320cfe2647ef3f519987cbf.zip |
gui-wm/sway: allow seatd for tray
ConsoleKit2 has gone, removing useless message
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.5.1-r1.ebuild | 5 | ||||
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 7 |
2 files changed, 3 insertions, 9 deletions
diff --git a/gui-wm/sway/sway-1.5.1-r1.ebuild b/gui-wm/sway/sway-1.5.1-r1.ebuild index f9c1308658c6..65d335449a1d 100644 --- a/gui-wm/sway/sway-1.5.1-r1.ebuild +++ b/gui-wm/sway/sway-1.5.1-r1.ebuild @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag seatd systemd tray wallpapers X zsh-completion" REQUIRED_USE="?? ( elogind systemd ) - tray? ( || ( elogind systemd ) )" + tray? ( || ( elogind seatd systemd ) )" DEPEND=" >=dev-libs/json-c-0.13:0= @@ -107,9 +107,6 @@ pkg_preinst() { pkg_postinst() { if ! use systemd && ! use elogind && ! use seatd; then elog "" - elog "If you use ConsoleKit2, remember to launch sway using:" - elog "exec ck-launch-session sway" - elog "" elog "If your system does not set the XDG_RUNTIME_DIR environment" elog "variable, you must set it manually to run Sway. See wiki" elog "for details: https://wiki.gentoo.org/wiki/Sway" diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 1d2aa6e981d5..ab7eac10f1ba 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag seatd systemd tray wallpapers X zsh-completion" REQUIRED_USE="?? ( elogind systemd ) - tray? ( || ( elogind systemd ) )" + tray? ( || ( elogind seatd systemd ) )" DEPEND=" >=dev-libs/json-c-0.13:0= @@ -107,9 +107,6 @@ pkg_preinst() { pkg_postinst() { if ! use systemd && ! use elogind && ! use seatd; then elog "" - elog "If you use ConsoleKit2, remember to launch sway using:" - elog "exec ck-launch-session sway" - elog "" elog "If your system does not set the XDG_RUNTIME_DIR environment" elog "variable, you must set it manually to run Sway. See wiki" elog "for details: https://wiki.gentoo.org/wiki/Sway" |