diff --git a/wayland/libseat/build b/wayland/libseat/build new file mode 100755 index 00000000..ea13e40e --- /dev/null +++ b/wayland/libseat/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Ddefault_library=both \ + . build + +ninja -C build +ninja -C build install diff --git a/wayland/libseat/checksums b/wayland/libseat/checksums new file mode 100644 index 00000000..69dd4337 --- /dev/null +++ b/wayland/libseat/checksums @@ -0,0 +1 @@ +274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988 diff --git a/wayland/libseat/depends b/wayland/libseat/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/wayland/libseat/depends @@ -0,0 +1 @@ +meson make diff --git a/wayland/libseat/sources b/wayland/libseat/sources new file mode 100644 index 00000000..723a3c96 --- /dev/null +++ b/wayland/libseat/sources @@ -0,0 +1 @@ +https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz diff --git a/wayland/libseat/version b/wayland/libseat/version new file mode 100644 index 00000000..0c9ae2a7 --- /dev/null +++ b/wayland/libseat/version @@ -0,0 +1 @@ +0.5.0 1