1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

gnu: swayfx: Update to to 0.4.

* gnu/packages/wm.scm (swayfx): Update to 0.4.
[inputs]: Add scenefx.
Replace wlroots-0.16 with wlroots-0.17.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Change-Id: I73983fa1ae4b4f828716ad0560d33bd5f5947158
This commit is contained in:
Josep Bigorra
2024-12-02 09:38:44 +01:00
committed by Hilton Chain
parent 1532a32f75
commit e24adc3bdf
+4 -3
View File
@@ -2039,7 +2039,7 @@ narrow the items to those matching the tokens in the input.")
(package
(inherit sway)
(name "swayfx")
(version "0.3.2")
(version "0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2048,7 +2048,7 @@ narrow the items to those matching the tokens in the input.")
(file-name (git-file-name name version))
(sha256
(base32
"13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
"0651gbkszc8wwkiiw983m3815cfyk4c9v4mpd1nqf27a0f6qjgsm"))))
(build-system meson-build-system)
(inputs (list basu
cairo
@@ -2059,9 +2059,10 @@ narrow the items to those matching the tokens in the input.")
libxkbcommon
pango
pcre2
scenefx
swaybg
wayland
wlroots-0.16))
wlroots-0.17))
(home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects")
(description