diff options
Diffstat (limited to 'repos/clang/seatd')
| -rw-r--r-- | repos/clang/seatd/.checksum | 2 | ||||
| -rw-r--r-- | repos/clang/seatd/.files | 21 | ||||
| -rw-r--r-- | repos/clang/seatd/abuild | 8 | ||||
| -rwxr-xr-x | repos/clang/seatd/run | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/repos/clang/seatd/.checksum b/repos/clang/seatd/.checksum new file mode 100644 index 00000000..e516c531 --- /dev/null +++ b/repos/clang/seatd/.checksum @@ -0,0 +1,2 @@ +0bca2188cb2f56d7d50774657435db9e5ead358854cfbde8c4d7d6504929a49f 0.9.1.tar.gz +bd780793ada27f247b4aaa7c0752fd52c50ec5766c80bb4377dcdf343c7232ef run diff --git a/repos/clang/seatd/.files b/repos/clang/seatd/.files new file mode 100644 index 00000000..26d4d17c --- /dev/null +++ b/repos/clang/seatd/.files @@ -0,0 +1,21 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/sv/ +drwxr-xr-x root/root etc/sv/seatd/ +-rwxr-xr-x root/root etc/sv/seatd/run.new +lrwxrwxrwx root/root etc/sv/seatd/supervise -> ../../../run/runit/supervise.seatd +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/seatd +-rwxr-xr-x root/root usr/bin/seatd-launch +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libseat.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libseat.so -> libseat.so.1 +-rwxr-xr-x root/root usr/lib/libseat.so.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libseat.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/seatd-launch.1.gz +-rw-r--r-- root/root usr/share/man/man1/seatd.1.gz diff --git a/repos/clang/seatd/abuild b/repos/clang/seatd/abuild new file mode 100644 index 00000000..ec34991b --- /dev/null +++ b/repos/clang/seatd/abuild @@ -0,0 +1,8 @@ +name=seatd +version=0.9.1 +release=1 +source="https://git.sr.ht/~kennylevinsen/${name}/archive/${version}.tar.gz + run" +sv="run" +build_opt="-Dlibseat-builtin=enabled" +export CFLAGS="$CFLAGS -Wno-sign-compare" diff --git a/repos/clang/seatd/run b/repos/clang/seatd/run new file mode 100755 index 00000000..0e132b22 --- /dev/null +++ b/repos/clang/seatd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec seatd -g video |