guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gtk-layer-shell: Update to 0.8.0.


From: guix-commits
Subject: 01/02: gnu: gtk-layer-shell: Update to 0.8.0.
Date: Tue, 30 Jul 2024 19:04:39 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 709fddf3175a2538ccb6b79d59658aae7d906dee
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Jul 31 00:09:16 2024 +0200

    gnu: gtk-layer-shell: Update to 0.8.0.
    
    * gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.8.0.
    [native-inputs]: Add vala.
    
    Change-Id: Iadf1a502eaac3f5f82ed0624c4e8b80d96e5cea0
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e5da382a12..04183fa806 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2751,7 +2751,7 @@ displayed on the other side of the bus.")
 (define-public gtk-layer-shell
   (package
     (name "gtk-layer-shell")
-    (version "0.6.0")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -2760,10 +2760,10 @@ displayed on the other side of the bus.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kcp4p3s7sdh9lwniybjdarfy8z69j2j23hfrw98amhwhq39gdcc"))))
+        (base32 "0cf1fjlsplslmabpvyfdnvngkn5wfsk6jd7gbq6h74x0n9hczf37"))))
     (build-system meson-build-system)
     (arguments `(#:configure-flags (list "-Dtests=true")))
-    (native-inputs (list pkg-config gobject-introspection))
+    (native-inputs (list pkg-config gobject-introspection vala))
     (inputs (list wayland gtk+))
     (home-page "https://github.com/wmww/gtk-layer-shell";)
     (synopsis "Library to create Wayland desktop components using the Layer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]