diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
| commit | a5f034c0baff207235955b7f7279f327340442f6 (patch) | |
| tree | b554e28ea2093e3ca6f6685f7d71434b6740fb7b /repos/extra/seatd | |
| parent | 4a049da080c71706d46c5899d869e3eb401c9b14 (diff) | |
| download | alicelinux-a5f034c0baff207235955b7f7279f327340442f6.tar.gz alicelinux-a5f034c0baff207235955b7f7279f327340442f6.zip | |
moved wayland abuilds to extra
Diffstat (limited to 'repos/extra/seatd')
| -rw-r--r-- | repos/extra/seatd/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/seatd/.files | 21 | ||||
| -rw-r--r-- | repos/extra/seatd/abuild | 7 | ||||
| -rwxr-xr-x | repos/extra/seatd/run | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/repos/extra/seatd/.checksum b/repos/extra/seatd/.checksum new file mode 100644 index 00000000..e516c531 --- /dev/null +++ b/repos/extra/seatd/.checksum @@ -0,0 +1,2 @@ +0bca2188cb2f56d7d50774657435db9e5ead358854cfbde8c4d7d6504929a49f 0.9.1.tar.gz +bd780793ada27f247b4aaa7c0752fd52c50ec5766c80bb4377dcdf343c7232ef run diff --git a/repos/extra/seatd/.files b/repos/extra/seatd/.files new file mode 100644 index 00000000..26d4d17c --- /dev/null +++ b/repos/extra/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/extra/seatd/abuild b/repos/extra/seatd/abuild new file mode 100644 index 00000000..d69f5c8b --- /dev/null +++ b/repos/extra/seatd/abuild @@ -0,0 +1,7 @@ +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" 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 |