sway: update spkgbuild

This commit is contained in:
Luis 2024-03-02 16:14:44 +01:00
parent 342e71bf83
commit 78bf5ed6ec
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# description : Tiling Wayland compositor and replacement for the i3 window manager
# homepage : https://github.com/swaywm/sway
# depends : json-c pango pcre2 ttf-dejavu wlroots
name=sway
@ -20,11 +21,11 @@ build() {
-Dswaynag=false \
-Dtray=disabled \
-Dxwayland=disabled \
-Dwerror=false
-Dgdk-pixbuf=disabled \
-Dsd-bus-provider=basu
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
install -Dm644 $SRC/sway.desktop $PKG/usr/share/wayland-sessions/sway.desktop
install -Dm644 $SRC/sway-portals.conf -t $PKG/usr/share/xdg-desktop-portal/portals/
}