From 2fa116691dcf00c90ce3c5ed9c32db67b5804c10 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Aug 2026 13:01:06 +0900 Subject: internal/rosa/package/sway: remove unused code This is blowing up -Wunused-but-set-global in the upcoming toolchain update. Signed-off-by: Ophestra --- internal/rosa/package/sway/package.az | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 internal/rosa/package/sway/package.az (limited to 'internal/rosa/package/sway/package.az') diff --git a/internal/rosa/package/sway/package.az b/internal/rosa/package/sway/package.az new file mode 100644 index 00000000..6ff1b365 --- /dev/null +++ b/internal/rosa/package/sway/package.az @@ -0,0 +1,32 @@ +package sway { + description = "i3-compatible Wayland compositor"; + website = "https://swaywm.org"; + anitya = 11497; + + version# = "1.12"; + source = remoteGitHub { + suffix = "swaywm/sway"; + tag = version; + checksum = "g3WLHgFJBsl8u1sSmkjDIJY9KlIWe-e2JXthxMcLM9z0kYmWPJCAzJ_mb20ODMaD"; + }; + patches = [ "remove-unused.patch" ]; + + exec = meson {}; + + inputs = [ + json-c, + pcre2, + pango, + libinput, + wlroots, + kernel-headers, + ]; + + runtime = [ + json-c, + pcre2, + pango, + libinput, + wlroots, + ]; +} -- cgit v1.3.1