summaryrefslogtreecommitdiff
path: root/gui-wm/sway
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /gui-wm/sway
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'gui-wm/sway')
-rw-r--r--gui-wm/sway/Manifest4
-rw-r--r--gui-wm/sway/sway-1.5.1-r1.ebuild5
-rw-r--r--gui-wm/sway/sway-9999.ebuild7
3 files changed, 5 insertions, 11 deletions
diff --git a/gui-wm/sway/Manifest b/gui-wm/sway/Manifest
index 467bb9d47986..3456ef3780be 100644
--- a/gui-wm/sway/Manifest
+++ b/gui-wm/sway/Manifest
@@ -1,4 +1,4 @@
DIST sway-1.5.1.tar.gz 5536721 BLAKE2B 4dcb6ca380ef8451ab9219a584598928a79e999bc0b1de0599cb7867c8fd94d54c55a2be9585635b4fd230fd83852141d6fd41ef35dbc4a8fef1bcc2828b3be4 SHA512 3b937249db2875100bc22e99f955a3300d3294a296fb37006fa1468a3986bf4fa8e5197279e3587bd8dc29f31adff8fbdc9ddc840e7be982b73331a05cd06ba5
-EBUILD sway-1.5.1-r1.ebuild 3145 BLAKE2B 199466cb5050c62288c15de1a9ffce9f6469ea683218bb11ea354351ead4a44fdca9f7f4bbd8ab9d387305d15c16f6115ec40a74c99c19016369aed39b190077 SHA512 97d171a5ce6c80f72007557c172cd91d4917dbb6fa1e5c7780a6efcc78f50cf168488dcd4431245fb29546e544ced9ca350dac4ee86d36f18b71f80f238fe250
-EBUILD sway-9999.ebuild 3148 BLAKE2B 0c71e5d52ca525bd7c25e28108da95d6d86dc419dbca0ec97cdff6b88688ce2ccc0226773bf22b296ac66116c4c5b129613af02a30c5f7dc9ef2396688591fec SHA512 b95e2e5c6f45aeaf62372d8dbbdff3d57f48980051d301bd23c1105da8e3ce597e624132e3b116e6bce09e484b753d1b187c345b21b5148c7c5719c7c8076435
+EBUILD sway-1.5.1-r1.ebuild 3040 BLAKE2B 3443da1a9b726e4156fc0560f469d92b01e3afd47bc3a401e1270f86ade9d20049fe44a4ff22de326cfbee97fd1b865aa2f66dbbe0685222855babcb6f5735e3 SHA512 4cbfb6333cde01cd9990937cb6d99fe3485919388699c20b5fdddf01fe7eda78c63042d4a576bc37c9faa85b39444eb12941bc02c46d34022a15b6bb38595032
+EBUILD sway-9999.ebuild 3043 BLAKE2B f6f4ac50d50d8b5bfd507a08a6f6eddb6d24c26c9bb16d2cf12fc4c98d57195ba72dd6bd3d76bd523808677d039544f34da2016b88cec53f4fe85384ce26ae64 SHA512 82be1f150967b7626ebd60b284fb740cbf8b375de229b97e539e8196a64ee38b6d645aa5e62899fae7db0e215244d8a3c0bcd3849b34c749acc7a8c3800dbae1
MISC metadata.xml 2468 BLAKE2B dc1da35dc84c5c977c7ecdd44972bea616119c166a5b4d138895a7c4327f8465db94f4b039afe4e1cab119063fa0d050a7ef9ef25ed77c22c3776098560cb7dd SHA512 1abe7b4a3871350e6573fb2eb88de1c2b908a13c18661a19a4a192e73ba5860bfdf268f10761413110c9eedea67c811c3a4dc0ce700ad9c59713b5c6546ddc0e
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"