From: squishypinkelephant <squishypinkelephant@gmail.com>
To: 75437@debbugs.gnu.org
Cc: squishypinkelephant <squishypinkelephant@gmail.com>
Subject: [bug#75437] [PATCH] add hyprpolkitagent
Date: Wed, 8 Jan 2025 09:49:22 -0600 [thread overview]
Message-ID: <d419052a5ae7b2f06bcf9269cb5bf298b81c9072.1736349828.git.squishypinkelephant@gmail.com> (raw)
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
reply other threads:[~2025-01-08 15:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d419052a5ae7b2f06bcf9269cb5bf298b81c9072.1736349828.git.squishypinkelephant@gmail.com \
--to=squishypinkelephant@gmail.com \
--cc=75437@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.