forked from kiss-community/repo
sway: 1.6.1
This commit is contained in:
parent
d31880d28b
commit
fc9dad39c5
17
wayland/sway/build
Executable file
17
wayland/sway/build
Executable 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
1
wayland/sway/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391
|
13
wayland/sway/depends
Normal file
13
wayland/sway/depends
Normal 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
9
wayland/sway/post-install
Executable 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
1
wayland/sway/sources
Normal 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
1
wayland/sway/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.6.1 1
|
Loading…
Reference in New Issue
Block a user