diff options
author | Josep Bigorra <jjbigorra@gmail.com> | 2024-12-02 09:38:44 +0100 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-11 09:08:12 +0800 |
commit | e24adc3bdf7cfeacc6aa7788d4a8292df425f6b2 (patch) | |
tree | 31c624a5a01908f0babaaae9bf34ba9a7ea0802d | |
parent | 1532a32f75dd6f14a3b135e5e691806df996e6ad (diff) | |
download | guix-e24adc3bdf7cfeacc6aa7788d4a8292df425f6b2.tar.gz guix-e24adc3bdf7cfeacc6aa7788d4a8292df425f6b2.zip |
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
-rw-r--r-- | gnu/packages/wm.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 099864c0fa..c1293bd291 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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 |