GNU bug report logs - #58481
[WIP PATCH 0/9] gnu: stellarium: Update to 1.0.

Previous Next

Package: guix-patches;

Reported by: Cairn <cairn <at> pm.me>

Date: Thu, 13 Oct 2022 05:20:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 58481 <at> debbugs.gnu.org (full text, mbox):

From: Cairn <cairn <at> pm.me>
To: "58481 <at> debbugs.gnu.org" <58481 <at> debbugs.gnu.org>
Subject: [PATCH 2/9] gnu: Add qtcharts, version 6.3.1.
Date: Thu, 13 Oct 2022 05:37:48 +0000
[Message part 1 (text/plain, inline)]
* gnu/packages/qt.scm (qtcharts): New variable.
---
 gnu/packages/qt.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1efac2fb50..e213657249 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2031,6 +2031,28 @@ (define-public qtcharts-5
 selecting one of the charts themes.")
     (license license:gpl3)))
 

+(define-public qtcharts
+  (package (inherit qtsvg)
+    (name "qtcharts")
+    (version "6.3.1")
+    (source (origin
+             (method url-fetch)
+             (uri (qt-urls name version))
+             (sha256
+              (base32
+               "1xvwsabyfln3sih9764xknl2s3w4w069k210kgbh94bj50iwqc7k"))))
+    (arguments
+     (list #:tests? #f)) ; TODO: Enable tests (two fail)
+    (inputs
+     (list qtbase qtdeclarative))
+    (synopsis "Qt Charts module")
+    (description "The Qt Charts module provides a set of easy to use chart
+components.  It uses the Qt Graphics View Framework, therefore charts can be
+easily integrated to modern user interfaces.  Qt Charts can be used as QWidgets,
+QGraphicsWidget, or QML types.  Users can easily create impressive graphs by
+selecting one of the charts themes.")
+    (license license:gpl3)))
+
 (define-public qtdatavis3d
   (package (inherit qtsvg-5)
     (name "qtdatavis3d")
-- 

2.38.0

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 1 year and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.