diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
| commit | 0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch) | |
| tree | 49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/seatd | |
| parent | 376803af43d2d32a80219b8970961792f240230c (diff) | |
| download | alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip | |
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/seatd')
| -rw-r--r-- | repos/extra/seatd/.files | 16 | ||||
| -rw-r--r-- | repos/extra/seatd/abuild | 7 | ||||
| -rwxr-xr-x | repos/extra/seatd/run | 3 |
3 files changed, 0 insertions, 26 deletions
diff --git a/repos/extra/seatd/.files b/repos/extra/seatd/.files deleted file mode 100644 index 8083a9d5..00000000 --- a/repos/extra/seatd/.files +++ /dev/null @@ -1,16 +0,0 @@ -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/abuild b/repos/extra/seatd/abuild deleted file mode 100644 index d2fe7118..00000000 --- a/repos/extra/seatd/abuild +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100755 index 0e132b22..00000000 --- a/repos/extra/seatd/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -exec 2>&1 -exec seatd -g video |