[PATCH] add hyprpolkitagent

  • Open
  • quality assurance status badge
Details
One participant
  • squishypinkelephant
Owner
unassigned
Submitted by
squishypinkelephant
Severity
normal

Debbugs page

S
S
squishypinkelephant wrote 2 days ago
(address . guix-patches@gnu.org)(name . squishypinkelephant)(address . squishypinkelephant@gmail.com)
d419052a5ae7b2f06bcf9269cb5bf298b81c9072.1736349828.git.squishypinkelephant@gmail.com
Change-Id: I3e3d49c56bfde5f2583f7efaa17a654cc355a204
---
gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

Toggle diff (44 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75437@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75437
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch