Skip to content
Snippets Groups Projects
Unverified Commit 2bdab26f authored by Meiyo Peng's avatar Meiyo Peng Committed by 宋文武
Browse files

gnu: Add lxqt-about.


* gnu/packages/lxqt.scm (lxqt-about): New variable.

Signed-off-by: default avatar宋文武 <iyzsong@member.fsf.org>
parent d6fd4a76
No related branches found
No related tags found
No related merge requests found
...@@ -237,6 +237,39 @@ (define-public libsysstat ...@@ -237,6 +237,39 @@ (define-public libsysstat
and memory usage or network traffic.") and memory usage or network traffic.")
(license lgpl2.1+))) (license lgpl2.1+)))
(define-public lxqt-about
(package
(name "lxqt-about")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "08imj7p77ifzfxnn8c482mhrvfx9gi0rb43ab5rw1rkmfvax2n5w"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras)))
(native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools)
("qttools" ,qttools)))
(arguments
'(#:tests? #f ; no tests
#:configure-flags
;; TODO: prefetch translations files from 'lxqt-l10n'.
'("-DPULL_TRANSLATIONS=NO")))
(home-page "https://lxqt.org")
(synopsis "Provides information about LXQt and the system")
(description "lxqt-about is a dialogue window providing information about
LXQt and the system it's running on.")
(license lgpl2.1+)))
(define-public lxqt-build-tools (define-public lxqt-build-tools
(package (package
(name "lxqt-build-tools") (name "lxqt-build-tools")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment