[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74223] [PATCH 10/11] gnu: Add hyprpicker.
From: |
Hilton Chain |
Subject: |
[bug#74223] [PATCH 10/11] gnu: Add hyprpicker. |
Date: |
Wed, 6 Nov 2024 15:36:26 +0800 |
* gnu/packages/wm.scm (hyprpicker): New variable.
Change-Id: I09cfc8b465ca0ac5d4dcbae34f680e80c74fd56f
---
gnu/packages/xdisorg.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 34ddad9123..9a9a416def 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3705,6 +3705,46 @@ (define-public hyprcursor
"This package provides Hyprland cursor format, library and utilities.")
(license license:bsd-3)))
+(define-public hyprpicker
+ (package
+ (name "hyprpicker")
+ (version "0.4.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hyprwm/hyprpicker")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "11r06c62dqj81r27qhf36f3smnjyk3vz8naa655m8khv4qqvmvc2"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list #:tests? #f ;No tests.
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "src/clipboard/Clipboard.cpp"
+ (("wl-copy" cmd)
+ (search-input-file
+ inputs (string-append "bin/" cmd)))))))))
+ (native-inputs (list gcc-13 hyprwayland-scanner pkg-config))
+ (inputs
+ (list cairo
+ hyprutils
+ libjpeg-turbo
+ libxkbcommon
+ pango
+ wayland
+ wayland-protocols
+ wl-clipboard))
+ (home-page "https://github.com/hyprwm/hyprpicker")
+ (synopsis "Wayland color picker compatible with @code{wlroots}")
+ (description
+ "This package provides a @code{wlroots}-compatible Wayland color picker.")
+ (license license:bsd-3)))
+
(define-public jumpapp
(package
(name "jumpapp")
--
2.46.0
- [bug#74223] [PATCH 01/11] gnu: Add udis86., (continued)
- [bug#74223] [PATCH 01/11] gnu: Add udis86., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 02/11] gnu: Add hyprutils., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 03/11] gnu: Add hyprwayland-scanner., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 06/11] gnu: Add hyprcursor., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 08/11] gnu: Add hyprland., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 04/11] gnu: Add hyprland-protocols., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 05/11] gnu: Add hyprlang., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 07/11] gnu: Add aquamarine., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 09/11] gnu: Add xdg-desktop-portal-hyprland., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 11/11] gnu: Add grimblast., Hilton Chain, 2024/11/06
- [bug#74223] [PATCH 10/11] gnu: Add hyprpicker.,
Hilton Chain <=
- [bug#74223] [PATCH 00/11] gnu: Add hyprland., Noé Lopez, 2024/11/06
- [bug#74223] [PATCH 00/11] gnu: Add hyprland., Noé Lopez, 2024/11/06