[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
319/465: gnu: Add kquickcharts-5.
From: |
guix-commits |
Subject: |
319/465: gnu: Add kquickcharts-5. |
Date: |
Tue, 16 Jul 2024 11:03:40 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit fb8b7780f07702dec94484f1c4e8ed293ca4a86a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 11:55:13 2024 +0800
gnu: Add kquickcharts-5.
* gnu/packages/kde-frameworks.scm (kquickcharts-5): New variable.
Change-Id: I9e8acb23c66e3f23cafad48f15bead4ac09cb4db
---
gnu/packages/kde-frameworks.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 43e47e0a9a..a61323b920 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -211,6 +211,32 @@ used from QtQuick applications for both simple display of
data as well as
continuous display of high-volume data.")
(license (list license:lgpl2.1 license:lgpl3))))
+(define-public kquickcharts-5
+ (package
+ (inherit kquickcharts)
+ (name "kquickcharts")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/frameworks/"
+ (version-major+minor version)
+ "/" name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1bd20kpypji6053fwn5a1b41rjf7r1b3wk85swb0xlmm2kji236j"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (system "Xvfb :1 -screen 0 640x480x24 &")
+ (setenv "DISPLAY" ":1")
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ (invoke "ctest")))))))
+ (inputs (list qtbase-5 qtdeclarative-5 qtquickcontrols2-5
+ xorg-server-for-tests))))
+
(define-public phonon
(package
(name "phonon")
- 273/465: gnu: gwenview: Update to 24.05.2., (continued)
- 273/465: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/16
- 277/465: gnu: Remove kmplayer., guix-commits, 2024/07/16
- 271/465: gnu: kcolorpicker: build with qt6., guix-commits, 2024/07/16
- 278/465: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/16
- 247/465: gnu: kpkpass: Update to 24.05.2., guix-commits, 2024/07/16
- 289/465: gnu: libksieve: Update to 24.05.2., guix-commits, 2024/07/16
- 288/465: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/16
- 292/465: gnu: Add qgpgme-qt6-1.23., guix-commits, 2024/07/16
- 291/465: gnu: Add gpgme-1.23., guix-commits, 2024/07/16
- 290/465: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/16
- 319/465: gnu: Add kquickcharts-5.,
guix-commits <=
- 303/465: gnu: Remove kalendar., guix-commits, 2024/07/16
- 297/465: gnu: kmailcommon: Update to 24.05.2., guix-commits, 2024/07/16
- 296/465: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/16
- 323/465: gnu: Add kcodecs-5., guix-commits, 2024/07/16
- 295/465: gnu: akonadi-calendar: Update to 24.05.2., guix-commits, 2024/07/16
- 335/465: gnu: Add kcompletion-5., guix-commits, 2024/07/16
- 294/465: gnu: kmessagelib: Update to 24.05.2., guix-commits, 2024/07/16
- 309/465: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/16
- 327/465: gnu: Add kconfig-5., guix-commits, 2024/07/16
- 337/465: gnu: Add kdoctools-5., guix-commits, 2024/07/16