Archived
1
0
Fork 0

gnu: wm: Update swayfx to 0.3.2.

* gnu/packages/wm.scm (swayfx): Update to 0.3.2.
[inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I7455cdde2a9e27c31df8c99c9d6a7c1a1dc355b4
This commit is contained in:
Daniel Ziltener 2024-03-12 14:41:22 +01:00 committed by Ludovic Courtès
parent a91b76ba19
commit ef5ff66998
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1852,7 +1852,7 @@ narrow the items to those matching the tokens in the input.")
(package (package
(inherit sway) (inherit sway)
(name "swayfx") (name "swayfx")
(version "0.3.1") (version "0.3.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1861,8 +1861,20 @@ narrow the items to those matching the tokens in the input.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1550n9xnqbl1am4cwlnj8ip5cs7kgdzx96ga2hkcw29cpyian7rv")))) "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list basu
cairo
gdk-pixbuf
json-c
libevdev
libinput-minimal
libxkbcommon
pango
pcre2
swaybg
wayland
wlroots-0.16))
(home-page "https://github.com/WillPower3309/swayfx") (home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects") (synopsis "Sway Fork with extra options and effects")
(description (description