From: squishypinkelephant <squishypinkelephant@gmail.com>
To: 75438@debbugs.gnu.org
Cc: squishypinkelephant <squishypinkelephant@gmail.com>
Subject: [bug#75438] [PATCH] add hyprsysteminfo
Date: Wed, 8 Jan 2025 09:49:42 -0600 [thread overview]
Message-ID: <43d64438c8c31600e392534d9373ff30dbf3bb05.1736349916.git.squishypinkelephant@gmail.com> (raw)
Change-Id: I832773e7104a1f6979ef8ab3fcd306170c2c90fc
---
gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 8c62c25bc0..17ec74ca63 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3815,6 +3815,35 @@ (define-public hyprpolkitagent
"A polkit authentication agent written in QT/QML")
(license license:bsd-3)))
+(define-public hyprsysteminfo
+ (package
+ (name "hyprsysteminfo")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hyprwm/hyprsysteminfo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1gr7v5jhyr331yp2b28f81lvbn72zpqjfksxv3w8vs5srjf5bz78"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:tests? #f)) ;No tests
+ (native-inputs (list gcc-13 pkg-config))
+ (inputs
+ (list bash-minimal
+ hyprutils
+ hyprland
+ qtbase
+ qtdeclarative))
+ (home-page "https://github.com/hyprwm/hyprsysteminfo")
+ (synopsis "Hyprland system info")
+ (description
+ "A tiny qt6/qml application to display information about the running system")
+ (license license:bsd-3)))
+
(define-public jumpapp
(package
(name "jumpapp")
base-commit: d419052a5ae7b2f06bcf9269cb5bf298b81c9072
--
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43d64438c8c31600e392534d9373ff30dbf3bb05.1736349916.git.squishypinkelephant@gmail.com \
--to=squishypinkelephant@gmail.com \
--cc=75438@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).