guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: Add hyprland-protocols.


From: guix-commits
Subject: 06/13: gnu: Add hyprland-protocols.
Date: Sun, 8 Dec 2024 02:48:06 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 0e79732c3f66de6b1eaace67c08264cfe9296a50
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 6 08:38:38 2024 +0800

    gnu: Add hyprland-protocols.
    
    * gnu/packages/wm.scm (hyprland-protocols): New variable.
    
    Change-Id: If986f2b5f8c0070807484e60431bb4c47f901edc
---
 gnu/packages/freedesktop.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index bb6a721a41..521a645a92 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1340,6 +1340,26 @@ For information about libevdev, see:
 Python.")
     (license license:lgpl2.0)))
 
+(define-public hyprland-protocols
+  (package
+    (name "hyprland-protocols")
+    (version "0.4.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/hyprwm/hyprland-protocols";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0x86w7z3415qvixfhk9a8v5fnbnxdydzx366qz0mpmfg5h86qyha"))))
+    (build-system meson-build-system)
+    (home-page "https://github.com/hyprwm/hyprland-protocols";)
+    (synopsis "Wayland protocol extensions for Hyprland")
+    (description
+     "This package provides Wayland protocol extensions for Hyprland.")
+    (license license:bsd-3)))
+
 (define-public hyprwayland-scanner
   (package
     (name "hyprwayland-scanner")



reply via email to

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