[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/178: gnu: Add kquickcharts-6.
From: |
guix-commits |
Subject: |
02/178: gnu: Add kquickcharts-6. |
Date: |
Mon, 17 Jun 2024 12:13:16 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 425522ef83de21b5a2f4d136cc2017ba6ba727fc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Mar 5 23:24:30 2024 +0800
gnu: Add kquickcharts-6.
* gnu/packages/kde-frameworks.scm (kquickcharts-6): New variable.
(kquickcharts): Inherit above.
Change-Id: Ic75e26b296930b95dde243df1383311e9276b180
Change-Id: I383890f11771ce39dfea22ed0a7bb2fead0aec38
---
gnu/packages/kde-frameworks.scm | 34 +++++++++++++++++++++++++---------
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e07edcc3c6..e26520c4bc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -186,8 +186,32 @@ modules provided by CMake to find common software. In
addition, it provides
common build settings used in software produced by the KDE community.")
(license license:bsd-3)))
+(define-public kquickcharts-6
+ (package
+ (name "kquickcharts")
+ (version "6.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/frameworks/"
+ (version-major+minor version)
+ "/" name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1ix4wc37mql6cdkh2i5ddwdr0p72i0l7whphd3zb26qszww5f6vn"))))
+ (build-system qt-build-system)
+ (native-inputs (list extra-cmake-modules glslang pkg-config))
+ (inputs (list qtbase qtdeclarative qtshadertools))
+ (home-page "https://api.kde.org/frameworks/kquickcharts/html/index.html")
+ (synopsis "QtQuick plugin providing high-performance charts")
+ (description
+ "The Quick Charts module provides a set of charts that can be
+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
(package
+ (inherit kquickcharts-6)
(name "kquickcharts")
(version "5.114.0")
(source (origin
@@ -209,15 +233,7 @@ common build settings used in software produced by the KDE
community.")
(setenv "QT_QPA_PLATFORM" "offscreen")
(invoke "ctest")))))))
(inputs (list qtbase-5 qtdeclarative-5 qtquickcontrols2-5
- xorg-server-for-tests))
- (native-inputs (list extra-cmake-modules glslang pkg-config))
- (home-page "https://api.kde.org/frameworks/kquickcharts/html/index.html")
- (synopsis "QtQuick plugin providing high-performance charts")
- (description
- "The Quick Charts module provides a set of charts that can be
-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))))
+ xorg-server-for-tests))))
(define-public phonon
(package
- branch kde-team created (now 898387c487), guix-commits, 2024/06/17
- 02/178: gnu: Add kquickcharts-6.,
guix-commits <=
- 01/178: gnu: extra-cmake-modules: Update to 6.1.0., guix-commits, 2024/06/17
- 05/178: gnu: Add kcoreaddons-6., guix-commits, 2024/06/17
- 03/178: gnu: Add attica-6., guix-commits, 2024/06/17
- 04/178: gnu: Add kcodecs-6., guix-commits, 2024/06/17
- 09/178: gnu: Add ki18n-6., guix-commits, 2024/06/17
- 14/178: gnu: Add kwidgetsaddons-6., guix-commits, 2024/06/17
- 15/178: gnu: Add kconfig-6., guix-commits, 2024/06/17
- 19/178: gnu: Add kcalendarcore-6., guix-commits, 2024/06/17
- 20/178: gnu: Add kcompletion-6., guix-commits, 2024/06/17
- 17/178: gnu: Add ksyntaxhighlighting-6., guix-commits, 2024/06/17