diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-25 00:53:00 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-25 00:53:00 +0800 |
| commit | 17a21cb9d6a6685e5d451bad600defa07568a4a4 (patch) | |
| tree | 8953bd6f905c6c57b74bdacf7d3466bc92d2ae68 /repos | |
| parent | 4a05e14b64b3e3fb3c4256f3bcdda56e83447672 (diff) | |
| download | alicelinux-17a21cb9d6a6685e5d451bad600defa07568a4a4.tar.gz alicelinux-17a21cb9d6a6685e5d451bad600defa07568a4a4.zip | |
seatd: updated to 0.9.0
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/wayland/seatd/.checksum | 2 | ||||
| -rw-r--r-- | repos/wayland/seatd/.files | 5 | ||||
| -rw-r--r-- | repos/wayland/seatd/abuild | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/repos/wayland/seatd/.checksum b/repos/wayland/seatd/.checksum index 3ae4c017..637e25af 100644 --- a/repos/wayland/seatd/.checksum +++ b/repos/wayland/seatd/.checksum @@ -1,2 +1,2 @@ -655c683ca63008594c5551603e4480c2ffb675285e4d0136303a4f03bbec7d96 0.8.0.tar.gz +c0c2cacf942d135d7393f7b21fe35aa428d08a8bea146c6a7880e6ddc67b057b 0.9.0.tar.gz bd780793ada27f247b4aaa7c0752fd52c50ec5766c80bb4377dcdf343c7232ef run diff --git a/repos/wayland/seatd/.files b/repos/wayland/seatd/.files index 8083a9d5..26d4d17c 100644 --- a/repos/wayland/seatd/.files +++ b/repos/wayland/seatd/.files @@ -14,3 +14,8 @@ 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/wayland/seatd/abuild b/repos/wayland/seatd/abuild index d2fe7118..3be89bef 100644 --- a/repos/wayland/seatd/abuild +++ b/repos/wayland/seatd/abuild @@ -1,5 +1,5 @@ name=seatd -version=0.8.0 +version=0.9.0 release=1 source="https://git.sr.ht/~kennylevinsen/${name}/archive/${version}.tar.gz run" |