diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
| commit | 595101c9e63eae025157878b14577acb3fef0b3b (patch) | |
| tree | 9878022974c9d8b274c999d693e466b23cfb2fdd /repos/extra/seatd | |
| parent | 73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff) | |
| download | alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip | |
clang repos migrated to main
Diffstat (limited to 'repos/extra/seatd')
| -rw-r--r-- | repos/extra/seatd/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/seatd/.files | 5 | ||||
| -rw-r--r-- | repos/extra/seatd/abuild | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/repos/extra/seatd/.checksum b/repos/extra/seatd/.checksum index 77d4b694..e516c531 100644 --- a/repos/extra/seatd/.checksum +++ b/repos/extra/seatd/.checksum @@ -1,2 +1,2 @@ +0bca2188cb2f56d7d50774657435db9e5ead358854cfbde8c4d7d6504929a49f 0.9.1.tar.gz bd780793ada27f247b4aaa7c0752fd52c50ec5766c80bb4377dcdf343c7232ef run -0bca2188cb2f56d7d50774657435db9e5ead358854cfbde8c4d7d6504929a49f seatd-0.9.1.tar.gz diff --git a/repos/extra/seatd/.files b/repos/extra/seatd/.files index 26d4d17c..8083a9d5 100644 --- a/repos/extra/seatd/.files +++ b/repos/extra/seatd/.files @@ -14,8 +14,3 @@ 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 index 6198d383..ec34991b 100644 --- a/repos/extra/seatd/abuild +++ b/repos/extra/seatd/abuild @@ -1,7 +1,8 @@ name=seatd version=0.9.1 release=1 -source="$name-$version.tar.gz::https://git.sr.ht/~kennylevinsen/${name}/archive/${version}.tar.gz +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" |