~ruther/guix-local

28fb0cafe0e81a7dd9b7f8e954c32699b7249ff9 — Timo Wilken 1 year, 3 months ago 621d09a
gnu: scenefx: Update to 0.2.1.

* gnu/packages/wm.scm (scenefx): Update to 0.2.1.

Change-Id: I064288e9dcbcde9e6a9b4dfd6d62dce66a7c8368
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +3 -3
@@ 4307,7 4307,7 @@ configure input, and customize Wayfire plugins.")
(define-public scenefx
  (package
    (name "scenefx")
    (version "0.1")
    (version "0.2.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 4316,7 4316,7 @@ configure input, and customize Wayfire plugins.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1r7f8bprsn0mwlkmc8d14nr3iibljfyxypb4i06v66ghlngaw6dw"))))
                "1jvbskpmhq0vs4rx9723n709h77zg4c0cid8jwnrag1hqh601ch4"))))
    (build-system meson-build-system)
    (native-inputs (list pkg-config
                         ;; for wayland-scanner.


@@ 4325,7 4325,7 @@ configure input, and customize Wayfire plugins.")
                  mesa
                  libxkbcommon
                  libdrm
                  wlroots-0.17))
                  wlroots))
    (home-page "https://github.com/wlrfx/scenefx")
    (synopsis "Drop-in replacement for the wlroots scene API")
    (description