commit 9b577636bb8dd957b4a9c8438b42b647c29b82de Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 9 13:35:47 2022 +0100 sway: 1.7-rc1 -> 1.7-rc2 diff --git a/sway/.signature b/sway/.signature index be8daf804..af4046774 100644 --- a/sway/.signature +++ b/sway/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38jUd4xKNonUB23JB56L7JL7IAhP7JMK60cfFnSrYLrM3KkrYYcsfxSdnyUesb+uXAEDRCbS+vwk6N6Sqz7nAAU= -SHA256 (Pkgfile) = 930ec54b4622283d73d393edbe2e7547ef82953aaf028f230dbbf89800063103 +RWSagIOpLGJF35PRwnTO5SA2p1pCWTJO7GnEPNaEen50F0ZbELR8f6p23yrU1TYgUDtrCl/8m3hN1Rjhgv6NaRzGrW9BFe4dhgU= +SHA256 (Pkgfile) = 8b02bb588cf17d06be8def8d424bfe930a56806766cbef152b202044fb965cbb SHA256 (.footprint) = 76cf242dac27363a8a964536eda5e54f00953e79380ee493090ca249bd688920 -SHA256 (sway-1.7-rc1.tar.gz) = 3bf95342eb94024589094273f4f495f8c0c9cae9bece1c08ab19101c99bbe8f2 +SHA256 (sway-1.7-rc2.tar.gz) = f32d01f3f6ce2b574012f9198c59b56f6931a35cd394cb79797bf7d2d51f35b3 SHA256 (6249.patch) = 24fd8235405b82c163a260311b79936aefac3bef451fe314b1bf692038bf407a diff --git a/sway/Pkgfile b/sway/Pkgfile index ef341ef68..bb0bd95b1 100644 --- a/sway/Pkgfile +++ b/sway/Pkgfile @@ -5,7 +5,7 @@ # Optional: gdk-pixbuf scdoc seatd name=sway -version=1.7-rc1 +version=1.7-rc2 release=1 source=(https://github.com/swaywm/sway/archive/$version/$name-$version.tar.gz 6249.patch) @@ -15,7 +15,7 @@ build() { prt-get isinst bash-completion || PKGMK_SWAY+=' -D bash-completions=false' prt-get isinst zsh || PKGMK_SWAY+=' -D zsh-completions=false' - [[ -e /usr/bin/Xwayland ]] && PKGMK_SWAY+=' -D xwayland=enabled' || PKGMK_SWAY+=' -D xwayland=disabled' + prt-get isinst xorg-xwayland && PKGMK_SWAY+=' -D xwayland=enabled' || PKGMK_SWAY+=' -D xwayland=disabled' meson setup $name-$version build $PKGMK_SWAY \ --prefix=/usr \