[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
429/465: gnu: Add kqtquickcharts.
From: |
guix-commits |
Subject: |
429/465: gnu: Add kqtquickcharts. |
Date: |
Wed, 17 Jul 2024 23:02:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 7a889090a48feca61629f9b99b2f57390c3825b4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Jul 10 00:14:31 2024 +0800
gnu: Add kqtquickcharts.
* gnu/packages/education.scm (kqtquickcharts): New variable.
Change-Id: Iac98651d6e692fbf3c2ac0d31e83f3b19a2e614d
---
gnu/packages/education.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index c5055fc9d7..a8f1859dc5 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -678,6 +678,27 @@ hours.")
language and very flexible regarding to new or unknown keyboard layouts.")
(license license:gpl3+)))
+(define-public kqtquickcharts
+ (package
+ (name "kqtquickcharts")
+ (version "24.05.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/"
+ version "/src/kqtquickcharts-" version
".tar.xz"))
+ (sha256
+ (base32
+ "0b0nqg77lzfw6accfsr4yg9fgq78skryd1qwkqf1zijhq4h65708"))))
+ (build-system qt-build-system)
+ (native-inputs (list extra-cmake-modules))
+ (inputs (list qtdeclarative-5))
+ (home-page "https://invent.kde.org/libraries/kqtquickcharts")
+ (synopsis "QtQuick plugin to render beautiful and interactive charts")
+ (description
+ "This package provides a QtQuick plugin to render beautiful and
interactive
+charts.")
+ (license (list license:lgpl2.0+ license:gpl2+))))
+
(define-public ktouch
(package
(name "ktouch")
- 382/465: gnu: okteta: Update to 0.26.15., (continued)
- 382/465: gnu: okteta: Update to 0.26.15., guix-commits, 2024/07/17
- 399/465: gnu: lxqt-session: Fix build., guix-commits, 2024/07/17
- 418/465: gnu: kamoso: Update to 24.05.2., guix-commits, 2024/07/17
- 403/465: gnu: lxqt-connman-applet: Fix build., guix-commits, 2024/07/17
- 419/465: gnu: kamoso: Use new input style., guix-commits, 2024/07/17
- 409/465: gnu: krusader: Update to 2.8.1., guix-commits, 2024/07/17
- 412/465: gnu: Add libkcddb-qt5., guix-commits, 2024/07/17
- 407/465: gnu: rsibreak: Update to 0.12.15., guix-commits, 2024/07/17
- 426/465: gnu: Remove zeroconf-ioslave., guix-commits, 2024/07/17
- 428/465: gnu: powerdevil: Add ddcutil support., guix-commits, 2024/07/17
- 429/465: gnu: Add kqtquickcharts.,
guix-commits <=
- 446/465: gnu: qtlocation: Rename to qtlocation-5., guix-commits, 2024/07/17
- 447/465: gnu: Add qtlocation., guix-commits, 2024/07/17
- 449/465: gnu: keurocalc: Update to 1.3.0-2.c6e8385., guix-commits, 2024/07/17
- 458/465: gnu: Add kmail-account-wizard., guix-commits, 2024/07/17
- 465/465: gnu: atelier: Fix build., guix-commits, 2024/07/17
- 237/465: gnu: kfind: Update to 24.05.2., guix-commits, 2024/07/17
- 350/465: gnu: Add kio-5., guix-commits, 2024/07/17
- 348/465: gnu: Add kxmlgui-5., guix-commits, 2024/07/17
- 346/465: gnu: Add kglobalaccel-5., guix-commits, 2024/07/17
- 342/465: gnu: Add kded-5., guix-commits, 2024/07/17