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/swaylock | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/swaylock')
| -rw-r--r-- | repos/extra/swaylock/.files | 16 | ||||
| -rw-r--r-- | repos/extra/swaylock/depends | 4 | ||||
| -rw-r--r-- | repos/extra/swaylock/info | 4 | ||||
| -rw-r--r-- | repos/extra/swaylock/postbuild | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/repos/extra/swaylock/.files b/repos/extra/swaylock/.files new file mode 100644 index 00000000..78ce5c29 --- /dev/null +++ b/repos/extra/swaylock/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/pam.d/ +-rw-r--r-- root/root etc/pam.d/swaylock.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/swaylock +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/swaylock +drwxr-xr-x root/root usr/share/fish/ +drwxr-xr-x root/root usr/share/fish/vendor_completions.d/ +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/swaylock.fish +drwxr-xr-x root/root usr/share/zsh/ +drwxr-xr-x root/root usr/share/zsh/site-functions/ +-rw-r--r-- root/root usr/share/zsh/site-functions/_swaylock diff --git a/repos/extra/swaylock/depends b/repos/extra/swaylock/depends new file mode 100644 index 00000000..879cda09 --- /dev/null +++ b/repos/extra/swaylock/depends @@ -0,0 +1,4 @@ +wayland +wayland-protocols +libxkbcommon +cairo diff --git a/repos/extra/swaylock/info b/repos/extra/swaylock/info new file mode 100644 index 00000000..fef97722 --- /dev/null +++ b/repos/extra/swaylock/info @@ -0,0 +1,4 @@ +name=swaylock +version=1.7.2 +release=1 +source="https://github.com/swaywm/${name}/releases/download/v${version}/${name}-${version}.tar.gz" diff --git a/repos/extra/swaylock/postbuild b/repos/extra/swaylock/postbuild new file mode 100644 index 00000000..536817ce --- /dev/null +++ b/repos/extra/swaylock/postbuild @@ -0,0 +1 @@ +chmod a+s $PKG/usr/bin/swaylock |