diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/seatd | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/seatd')
| -rw-r--r-- | repos/extra/seatd/.files | 16 | ||||
| -rw-r--r-- | repos/extra/seatd/info | 7 | ||||
| -rwxr-xr-x | repos/extra/seatd/run | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/repos/extra/seatd/.files b/repos/extra/seatd/.files new file mode 100644 index 00000000..8083a9d5 --- /dev/null +++ b/repos/extra/seatd/.files @@ -0,0 +1,16 @@ +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 diff --git a/repos/extra/seatd/info b/repos/extra/seatd/info new file mode 100644 index 00000000..d2fe7118 --- /dev/null +++ b/repos/extra/seatd/info @@ -0,0 +1,7 @@ +name=seatd +version=0.8.0 +release=1 +source="https://git.sr.ht/~kennylevinsen/${name}/archive/${version}.tar.gz + run" +sv="run" +build_opt="-Dlibseat-builtin=enabled" diff --git a/repos/extra/seatd/run b/repos/extra/seatd/run new file mode 100755 index 00000000..0e132b22 --- /dev/null +++ b/repos/extra/seatd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec seatd -g video |