aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/sway
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
commit46ca440e9d6cc606d9c3233021e32d24b25172cf (patch)
treeeeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/sway
parent8c2e7bb570c11a51fdcecf7302af4058757d862c (diff)
downloadalicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz
alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip
added repos
Diffstat (limited to 'repos/extra/sway')
-rw-r--r--repos/extra/sway/.files36
-rw-r--r--repos/extra/sway/depends7
-rw-r--r--repos/extra/sway/info6
3 files changed, 49 insertions, 0 deletions
diff --git a/repos/extra/sway/.files b/repos/extra/sway/.files
new file mode 100644
index 00000000..ede6287f
--- /dev/null
+++ b/repos/extra/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/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/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/extra/sway/depends b/repos/extra/sway/depends
new file mode 100644
index 00000000..ba114898
--- /dev/null
+++ b/repos/extra/sway/depends
@@ -0,0 +1,7 @@
+wlroots
+json-c
+cairo
+pango
+libglvnd
+libevdev
+libinput
diff --git a/repos/extra/sway/info b/repos/extra/sway/info
new file mode 100644
index 00000000..1537286a
--- /dev/null
+++ b/repos/extra/sway/info
@@ -0,0 +1,6 @@
+name=sway
+version=1.9
+release=1
+source="https://github.com/${name}wm/${name}/releases/download/${version}/${name}-${version}.tar.gz"
+[ "$(command -v Xwayland)" ] && xwayland="-Dxwayland=enabled"
+build_opt="-Dwerror=false $xwayland"