diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /sway | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/.checksum | 1 | ||||
| -rw-r--r-- | sway/.files | 36 | ||||
| -rw-r--r-- | sway/abuild | 5 | ||||
| -rw-r--r-- | sway/depends | 3 |
4 files changed, 45 insertions, 0 deletions
diff --git a/sway/.checksum b/sway/.checksum new file mode 100644 index 00000000..6649784e --- /dev/null +++ b/sway/.checksum @@ -0,0 +1 @@ +f5ec0f5391e9858fd6baa2473f0a5d91df071031c9695c9eb1e40e235978fabe sway-1.10.1.tar.gz diff --git a/sway/.files b/sway/.files new file mode 100644 index 00000000..4c93aca9 --- /dev/null +++ b/sway/.files @@ -0,0 +1,36 @@ +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/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 diff --git a/sway/abuild b/sway/abuild new file mode 100644 index 00000000..b2e0bef1 --- /dev/null +++ b/sway/abuild @@ -0,0 +1,5 @@ +name=sway +version=1.10.1 +release=2 +source="https://github.com/${name}wm/${name}/releases/download/${version}/${name}-${version}.tar.gz" +build_opt="-Dwerror=false -Dzsh-completions=false -Dbash-completions=false -Dfish-completions=false" diff --git a/sway/depends b/sway/depends new file mode 100644 index 00000000..757dafa8 --- /dev/null +++ b/sway/depends @@ -0,0 +1,3 @@ +wlroots +json-c +pango |