2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libseat: 0.5.0

This commit is contained in:
Dylan Araps 2021-07-08 10:48:47 +03:00
parent 5f88fd153b
commit d31880d28b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 15 additions and 0 deletions

11
wayland/libseat/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Ddefault_library=both \
. build
ninja -C build
ninja -C build install

View File

@ -0,0 +1 @@
274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988

1
wayland/libseat/depends Normal file
View File

@ -0,0 +1 @@
meson make

1
wayland/libseat/sources Normal file
View File

@ -0,0 +1 @@
https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz

1
wayland/libseat/version Normal file
View File

@ -0,0 +1 @@
0.5.0 1