[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")
- branch master updated (c09cd73f5c -> f1263f41ed), guix-commits, 2024/12/08
- 13/13: gnu: Add grimblast., guix-commits, 2024/12/08
- 10/13: gnu: Add hyprland., guix-commits, 2024/12/08
- 12/13: gnu: Add hyprpicker., guix-commits, 2024/12/08
- 11/13: gnu: Add xdg-desktop-portal-hyprland., guix-commits, 2024/12/08
- 08/13: gnu: Add hyprcursor., guix-commits, 2024/12/08
- 04/13: gnu: Add hyprutils., guix-commits, 2024/12/08
- 05/13: gnu: Add hyprwayland-scanner., guix-commits, 2024/12/08
- 07/13: gnu: Add hyprlang., guix-commits, 2024/12/08
- 09/13: gnu: Add aquamarine., guix-commits, 2024/12/08
- 06/13: gnu: Add hyprland-protocols.,
guix-commits <=
- 01/13: gnu: make-gitolite: Fix inputs references., guix-commits, 2024/12/08
- 03/13: gnu: Add udis86., guix-commits, 2024/12/08
- 02/13: gnu: aflplusplus: Update to 4.30c., guix-commits, 2024/12/08