sway: 1.6.1

This commit is contained in:
Dylan Araps 2021-07-08 10:58:34 +03:00
parent d31880d28b
commit fc9dad39c5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
6 changed files with 42 additions and 0 deletions

17
wayland/sway/build Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Dexamples=false \
-Dxwayland=disabled \
-Dx11-backend=disabled \
-Dxcb-errors=disabled \
-Dxcb-icccm=disabled \
. build
ninja -C build
ninja -C build install
rm -rf "${1:?}/usr/share"

1
wayland/sway/checksums Normal file
View File

@ -0,0 +1 @@
8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391

13
wayland/sway/depends Normal file
View File

@ -0,0 +1,13 @@
cairo
flex make
json-c
libxkbcommon
linux-headers make
meson make
pango
pcre
pixman
pkgconf make
wayland
wayland-protocols make
wlroots

9
wayland/sway/post-install Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
cat <<EOF
NOTE: sway requires the seatd daemon be running to function.
If no seat management is desired, install the sway-no-seat
package instead of this one (and remove libseat).
EOF

1
wayland/sway/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/swaywm/sway/releases/download/1.6.1/sway-1.6.1.tar.gz

1
wayland/sway/version Normal file
View File

@ -0,0 +1 @@
1.6.1 1