~ruther/guix-local

090dd343311583f773d4b7aadc1c8f4a08d2716a — Lilah Tascheter 5 months ago 5b1f297
gnu: yambar-wayland: Update to 1.11.0-0.abeffbd.

* gnu/packages/wm.scm (yambar-wayland): Update to 1.11.0-0.abeffbd.
[inputs]: Add basu as a new dependency for the MPRIS module.

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

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +9 -5
@@ 4595,20 4595,23 @@ implementing the layer-shell protocol.")
configuration."))))

(define-public yambar-wayland
  ;; This is the last commit
  (let ((commit "abeffbd9a9fd0b2133343e1149e65d4a795a43d0")
        (revision "0"))
  (package
    (name "yambar-wayland")
    (version "1.11.0")
    (version (git-version "1.11.0" revision commit))
    (home-page "https://codeberg.org/dnkl/yambar")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url home-page)
             (commit version)))
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0c3sk2i14fcb0l95pvfnj2sx0vx4ql1vldhimfccbf2qj0r30b20"))))
         "0szi6a1dfprbw069zy96ranz68nzr0zasd610kqxdyydbdkfwwg8"))))
    (build-system meson-build-system)
    (arguments
     (list


@@ 4631,13 4634,14 @@ configuration."))))
                  json-c
                  libmpdclient
                  pulseaudio
                  eudev))
                  eudev
                  basu))
    (synopsis "X11 and Wayland status panel")
    (description
     "@command{yambar} is a lightweight and configurable status panel (bar,
for short) for X11 and Wayland, that goes to great lengths to be both CPU and
battery efficient---polling is only done when absolutely necessary.")
    (license license:expat)))
    (license license:expat))))

(define-public wideriver
  (package