[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: Add hyprutils.
From: |
guix-commits |
Subject: |
04/13: gnu: Add hyprutils. |
Date: |
Sun, 8 Dec 2024 02:48:06 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 812512413ae521faa184f783d69bbfa4a9f492ac
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Nov 6 08:32:40 2024 +0800
gnu: Add hyprutils.
* gnu/packages/wm.scm (hyprutils): New variable.
Modified-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Change-Id: Ife120a7c2d66b7189a3116f8dbcb53be8dafd58e
---
gnu/packages/cpp.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index eacc6e46ab..fdace00ef8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -113,6 +113,7 @@
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages tls)
#:use-module (gnu packages web)
+ #:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
;; Using autoload to avoid a cycle.
@@ -663,6 +664,29 @@ operating on batches.")
library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(license license:asl2.0)))
+(define-public hyprutils
+ (package
+ (name "hyprutils")
+ (version "0.2.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hyprwm/hyprutils")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "01dh24rf62gb6xm32f7mfv6wx0dxprr1q9y73hvv7xanrjyia2zn"))))
+ (build-system cmake-build-system)
+ (native-inputs (list gcc-13 pkg-config))
+ (inputs (list pixman))
+ (home-page "https://github.com/hyprwm/hyprutils")
+ (synopsis "C++ library for utilities used across Hyprland ecosystem")
+ (description
+ "This package provides a C++ library for utilities used across Hyprland
+ecosystem.")
+ (license license:bsd-3)))
+
(define-public xsimd-benchmark
(package
(inherit xsimd)
- 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 <=
- 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, 2024/12/08
- 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