summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2020-12-23 18:44:58 +0100
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-24 16:57:57 -0600
commitd39be1dc0062c06bd320cfe2647ef3f519987cbf (patch)
treeb432d5cac74c7d37b8671d36990b08dc423abe6b /gui-wm/sway/sway-9999.ebuild
parentnet-proxy/privoxy: Stabilize 3.0.29 ppc, #758428 (diff)
downloadgentoo-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/sway/sway-9999.ebuild')
-rw-r--r--gui-wm/sway/sway-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
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"