guix-commits
[Top][All Lists]
Advanced

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

96/143: gnu: Add wayland-utils.


From: guix-commits
Subject: 96/143: gnu: Add wayland-utils.
Date: Mon, 21 Nov 2022 16:10:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 12ae7cb61aa9010a7d1597c22bca65fdb5bea69c
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Sep 30 21:20:08 2022 +0200

    gnu: Add wayland-utils.
    
    * gnu/packages/freedesktop.scm (wayland-utils): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/freedesktop.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3a4fee5e20..1c510951e9 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1221,6 +1221,29 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
                (base32
                 "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))))
 
+(define-public wayland-utils
+  (package
+    (name "wayland-utils")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url 
"https://gitlab.freedesktop.org/wayland/wayland-utils";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "04k1yhyh7h4xawbhpz9pf6cpfmmp1l862fdgsvvnyp4hg9n3j9aj"))))
+    (build-system meson-build-system)
+    (native-inputs (list pkg-config))
+    (inputs (list libdrm wayland wayland-protocols-next))
+    (home-page "https://wayland.freedesktop.org/";)
+    (synopsis "Display information about the Wayland protocols")
+    (description "This package provides @code{wayland-info} tool that can be
+used to check which Wayland protocols and versions are advertised by the 
Wayland
+compositor.")
+    (license license:expat)))
+
 (define-public waylandpp
   (package
     (name "waylandpp")



reply via email to

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