diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:29:34 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:29:34 +0800 |
| commit | 98aa7e29d60aab87bca20af3cf84feba2e926a26 (patch) | |
| tree | 5d99587e8d906ca0307b4797f0e823b63b779e42 /repos | |
| parent | 95c5d670da220e5cf740431827433ea0d573e054 (diff) | |
| download | alicelinux-98aa7e29d60aab87bca20af3cf84feba2e926a26.tar.gz alicelinux-98aa7e29d60aab87bca20af3cf84feba2e926a26.zip | |
swayfx: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/wayland/swayfx/.files | 50 | ||||
| -rw-r--r-- | repos/wayland/swayfx/abuild | 4 | ||||
| -rw-r--r-- | repos/wayland/swayfx/depends | 1 |
3 files changed, 55 insertions, 0 deletions
diff --git a/repos/wayland/swayfx/.files b/repos/wayland/swayfx/.files new file mode 100644 index 00000000..8ea3694d --- /dev/null +++ b/repos/wayland/swayfx/.files @@ -0,0 +1,50 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/sway/ +-rw-r--r-- root/root etc/sway/config.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/sway +-rwxr-xr-x root/root usr/bin/swaybar +-rwxr-xr-x root/root usr/bin/swaymsg +-rwxr-xr-x root/root usr/bin/swaynag +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/backgrounds/ +drwxr-xr-x root/root usr/share/backgrounds/sway/ +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640_Portrait.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1366x768.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024.png +-rw-r--r-- root/root usr/share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024_Portrait.png +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/sway +-rw-r--r-- root/root usr/share/bash-completion/completions/swaybar +-rw-r--r-- root/root usr/share/bash-completion/completions/swaymsg +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/sway.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/swaymsg.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/swaynag.fish +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/sway.1.gz +-rw-r--r-- root/root usr/share/man/man1/swaymsg.1.gz +-rw-r--r-- root/root usr/share/man/man1/swaynag.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/sway-bar.5.gz +-rw-r--r-- root/root usr/share/man/man5/sway-input.5.gz +-rw-r--r-- root/root usr/share/man/man5/sway-output.5.gz +-rw-r--r-- root/root usr/share/man/man5/sway.5.gz +-rw-r--r-- root/root usr/share/man/man5/swaynag.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/sway-ipc.7.gz +-rw-r--r-- root/root usr/share/man/man7/swaybar-protocol.7.gz +drwxr-xr-x root/root usr/share/wayland-sessions/ +-rw-r--r-- root/root usr/share/wayland-sessions/sway.desktop +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/_sway +-rw-r--r-- root/root usr/share/zsh/site-functions/_swaymsg diff --git a/repos/wayland/swayfx/abuild b/repos/wayland/swayfx/abuild new file mode 100644 index 00000000..c4244b13 --- /dev/null +++ b/repos/wayland/swayfx/abuild @@ -0,0 +1,4 @@ +name=swayfx +version=0.4 +release=1 +source="https://github.com/WillPower3309/${name}/archive/${version}/${name}-${version}.tar.gz" diff --git a/repos/wayland/swayfx/depends b/repos/wayland/swayfx/depends new file mode 100644 index 00000000..ca339698 --- /dev/null +++ b/repos/wayland/swayfx/depends @@ -0,0 +1 @@ +scenefx |