[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add qps.
From: |
??? |
Subject: |
06/11: gnu: Add qps. |
Date: |
Fri, 26 Oct 2018 10:13:29 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 9886134cc6643d9353b6920b1a031cf927094d50
Author: Meiyo Peng <address@hidden>
Date: Thu Oct 18 20:01:39 2018 +0800
gnu: Add qps.
* gnu/packages/lxqt.scm (qps): New variable.
Signed-off-by: 宋文武 <address@hidden>
---
gnu/packages/lxqt.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 2a0fde4..141cbaf 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -966,6 +966,32 @@ image viewer.")
@code{pavucontrol} of sound server @code{PulseAudio}.")
(license license:lgpl2.1+)))
+(define-public qps
+ (package
+ (name "qps")
+ (version "1.10.18")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
+ version "/" name "-" version ".tar.xz"))
+ (sha256
+ (base32 "0pzk83p7a9ax0893s9hp2qkmiilzrf8iqry5a0x1g73hdwm5hm44"))))
+ (build-system cmake-build-system)
+ (inputs
+ `(("libxrender" ,libxrender)
+ ("qtbase" ,qtbase)
+ ("qtx11extras" ,qtx11extras)))
+ (native-inputs
+ `(("qttools" ,qttools)))
+ (arguments
+ '(#:tests? #f)) ; no tests
+ (home-page "https://lxqt.org/")
+ (synopsis "Qt-based visual process status monitor")
+ (description "@code{qps} is a monitor that displays the status of the
+processes currently in existence, much like code{top} or code{ps}.")
+ (license license:gpl2+)))
+
(define-public qtermwidget
(package
(name "qtermwidget")
- branch master updated (21c51eb -> 1fdcee0), ???, 2018/10/26
- 01/11: gnu: Add qtermwidget., ???, 2018/10/26
- 04/11: gnu: Add screengrab., ???, 2018/10/26
- 03/11: gnu: Add lximage-qt., ???, 2018/10/26
- 06/11: gnu: Add qps.,
??? <=
- 07/11: gnu: Add compton-conf., ???, 2018/10/26
- 09/11: gnu: lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path., ???, 2018/10/26
- 02/11: gnu: lxqt.scm: Sort packages into base, core, etc., ???, 2018/10/26
- 10/11: gnu: libqtxdg: Simplify configure flags., ???, 2018/10/26
- 05/11: gnu: Add qterminal., ???, 2018/10/26
- 08/11: gnu: Add obconf-qt., ???, 2018/10/26
- 11/11: gnu: Add lxqt., ???, 2018/10/26