GNU bug report logs -
#75438
[PATCH] add hyprsysteminfo
Previous Next
To reply to this bug, email your comments to 75438 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75438
; Package
guix-patches
.
(Wed, 08 Jan 2025 15:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
squishypinkelephant <squishypinkelephant <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 08 Jan 2025 15:50:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.