sway: upgrade to 1.8.1

This commit is contained in:
Victor Tebar
2023-11-10 13:11:59 +00:00
parent 6638a8671a
commit 21e28dd925
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
sway-1.8.1-5
sway-1.8.1-6
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/sway/
-rw-r--r-- root/root etc/sway/config

View File

@@ -3,7 +3,7 @@
name=sway
version=1.8.1
release=5
release=6
source="https://github.com/swaywm/sway/releases/download/$version/sway-$version.tar.gz
sway-portals.conf
sway.desktop"
@@ -12,7 +12,7 @@ build() {
venom-meson $name-$version build \
-Dwerror=false \
-Dxwayland=$(scratch isinstalled xwayland && echo enabled || echo false)
-Dxwayland=$(scratch isinstalled xwayland && echo enabled || echo disabled)
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
install -Dm644 $SRC/sway.desktop $PKG/usr/share/wayland-sessions/sway.desktop