* [bug#75437] [PATCH] add hyprpolkitagent
@ 2025-01-08 15:49 squishypinkelephant
0 siblings, 0 replies; only message in thread
From: squishypinkelephant @ 2025-01-08 15:49 UTC (permalink / raw)
To: 75437; +Cc: squishypinkelephant
Change-Id: I3e3d49c56bfde5f2583f7efaa17a654cc355a204
---
gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7f211b6370..8c62c25bc0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3786,6 +3786,35 @@ (define-public hyprpicker
"This package provides a @code{wlroots}-compatible Wayland color picker.")
(license license:bsd-3)))
+(define-public hyprpolkitagent
+ (package
+ (name "hyprpolkitagent")
+ (version "0.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hyprwm/hyprpolkitagent")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jfw37mscvxmbqv583iafcglwcn1h1z5smrc081ns3bjl1ibl4by"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:tests? #f)) ;No tests
+ (native-inputs (list gcc-14 pkg-config))
+ (inputs
+ (list hyprutils
+ polkit
+ polkit-qt6
+ qtbase
+ qtdeclarative))
+ (home-page "https://github.com/hyprwm/hyprpolkitagent")
+ (synopsis "Hyprland polkit agent")
+ (description
+ "A polkit authentication agent written in QT/QML")
+ (license license:bsd-3)))
+
(define-public jumpapp
(package
(name "jumpapp")
base-commit: 15154ede5d768949fa4622c715d6ae7cff108211
--
2.47.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-08 15:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 15:49 [bug#75437] [PATCH] add hyprpolkitagent squishypinkelephant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.