commit c2ff12c

chld  ·  2026-08-23 05:13:42 +0000 UTC
parent 7fc1b98
seatd: bump to 0.9.3
3 files changed,  +20, -0
+2, -0
1@@ -0,0 +1,2 @@
2+.muon
3+.scdoc
+6, -0
1@@ -0,0 +1,6 @@
2+name: seatd
3+description: seat management daemon and library
4+license: mit
5+upstream: https://git.sr.ht/~kennylevinsen/seatd/archive/${VERSION}.tar.gz
6+version: 0.9.3
7+maintainer:
+12, -0
 1@@ -0,0 +1,12 @@
 2+#!/bin/sh -ue
 3+NAME=seatd
 4+VERSION=0.9.3
 5+RELEASE=1
 6+SOURCE="https://git.sr.ht/~kennylevinsen/seatd/archive/${VERSION}.tar.gz"
 7+
 8+prebuild() {
 9+    # clang 21 triggers is a shitty compiler
10+    export CFLAGS="${CFLAGS} -Wno-error=sign-compare"
11+}
12+
13+. ${0%/*}/../../libsh/libdmake.sh