mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: scenefx: Update to 0.4.1.
* gnu/packages/wm.scm (scenefx): Update to 0.4.1. [inputs]: Remove wlroots-0.18; add wlroots-0.19. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
38177c5a2a
commit
5e77401094
1 changed files with 3 additions and 3 deletions
|
|
@ -4699,7 +4699,7 @@ configure input, and customize Wayfire plugins.")
|
|||
(define-public scenefx
|
||||
(package
|
||||
(name "scenefx")
|
||||
(version "0.2.1")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -4708,7 +4708,7 @@ configure input, and customize Wayfire plugins.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jvbskpmhq0vs4rx9723n709h77zg4c0cid8jwnrag1hqh601ch4"))))
|
||||
"10f4rygnb8qrlcxw6f3gpl4xa20wrykx63cvn8wih74smdr48gjw"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config
|
||||
;; for wayland-scanner.
|
||||
|
|
@ -4717,7 +4717,7 @@ configure input, and customize Wayfire plugins.")
|
|||
mesa
|
||||
libxkbcommon
|
||||
libdrm
|
||||
wlroots-0.18))
|
||||
wlroots-0.19))
|
||||
(home-page "https://github.com/wlrfx/scenefx")
|
||||
(synopsis "Drop-in replacement for the wlroots scene API")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue