libseat: 0.7.0; sway-{no-seat,tiny}: update seatd and its source

This commit is contained in:
Owen Rafferty 2022-05-23 17:05:06 -05:00
parent a2718afd45
commit d22c226ac8
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
8 changed files with 12 additions and 12 deletions

View File

@ -1,2 +1,2 @@
3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8
210ddf8efa1149cde4dd35908bef8e9e63c2edaa0cdb5435f2e6db277fafff3c
b30d01feb5a9cbd177d646580324687034e939fa12326c766eb7cac117507b25

View File

@ -1 +1 @@
0.6.4 1
0.7.0 1

View File

@ -22,7 +22,7 @@ meson \
-Dwlroots:examples=false \
-Dwlroots:xcb-errors=disabled \
-Dwlroots:default_library=static \
-Dseatd:builtin=enabled \
-Dseatd:libseat-builtin=enabled \
-Dseatd:default_library=static \
--force-fallback-for=wlroots,seatd \
. build

View File

@ -1,5 +1,5 @@
8ac605dd25204dcd87ab352c8639b75361dc9ed276673797ef9c92bfd7cd18b5
1b999077290f3f5aa86cf98e3610df56834fbc23b12b4f2ead5bf31ecad0372f
45de0d0b7135d4c11cd9a2e8ddf8c0f179ecfb45987d205e35711e1a0a432a99
f7de57a2f772cc56833619d44a53f948ce21cce8aed0f6c91ce2ca08ab294c57
0c0777dc70569be07bf602b55628c474a5ceb256650e4bcccaefd4038ae4a655
884c36e3184fc41ddd9353c667e85ba27843ad3f392344b0fd70e2a81bf503b6

View File

@ -1,5 +1,5 @@
https://github.com/swaywm/sway/archive/VERSION.tar.gz
https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/e5063ef3a3b12d4384595cb0554cf1f84d5be6f8.tar.gz subprojects/wlroots
https://github.com/DCVIII/seatd/archive/23ee555f432f9971a15522fc0b3f980d78ffa6cc.tar.gz subprojects/seatd
https://github.com/ioraff/seatd/archive/30597daf231b0b33980a0521a2fbd1ac2080048a.tar.gz subprojects/seatd
patches/sway-static.patch
patches/no-evdev.patch

View File

@ -11,7 +11,7 @@ mv -f _ sway/desktop/render.c
export CFLAGS="$CFLAGS -Wno-unused-function -Wno-error"
meson \
--prefix=/usr \
-Dprefix=/usr \
-Dswaybar=false \
-Dswaynag=false \
-Ddefault-wallpaper=false \
@ -22,16 +22,16 @@ meson \
-Dwlroots:examples=false \
-Dwlroots:xcb-errors=disabled \
-Dwlroots:default_library=static \
-Dseatd:builtin=enabled \
-Dseatd:libseat-builtin=enabled \
-Dseatd:default_library=static \
--force-fallback-for=wlroots,seatd \
. build
. output
ninja -C build
ninja -C output
mkdir -p \
"$1/usr/bin" \
"$1/etc/sway"
cp -f build/sway/sway "$1/usr/bin"
cp -f output/sway/sway "$1/usr/bin"
cp -f config.in "$1/etc/sway/config"

View File

@ -1,4 +1,4 @@
61f00859d89feaeb8f42ebc5efe63bc5f1ccb77eefaf1e8e2f1e4b469c8ccb84
10ad77646d7558d344d0ecc4fdadcbb3c5e6420b5f1686fab8eeee5623bcb297
45de0d0b7135d4c11cd9a2e8ddf8c0f179ecfb45987d205e35711e1a0a432a99
f7de57a2f772cc56833619d44a53f948ce21cce8aed0f6c91ce2ca08ab294c57
626b339087dfef740b8146b95ad488a6b311e3be1c40ca4f4e80e502c77de735

View File

@ -1,4 +1,4 @@
https://github.com/DCVIII/sway/archive/VERSION.tar.gz
https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/5f645598d8122b1b0c964baf4754f2e37fe71807.tar.gz subprojects/wlroots
https://github.com/DCVIII/seatd/archive/23ee555f432f9971a15522fc0b3f980d78ffa6cc.tar.gz subprojects/seatd
https://github.com/ioraff/seatd/archive/30597daf231b0b33980a0521a2fbd1ac2080048a.tar.gz subprojects/seatd
patches/no-evdev.patch