From: Efraim Flashner <efraim@flashner.co.il>
To: 37367@debbugs.gnu.org
Subject: [bug#37367] [PATCH 2/3] gnu: Add kqtquickcharts.
Date: Tue, 10 Sep 2019 12:52:30 +0300 [thread overview]
Message-ID: <20190910095231.24326-2-efraim@flashner.co.il> (raw)
In-Reply-To: <20190910095231.24326-1-efraim@flashner.co.il>
* gnu/packages/kde.scm (kqtquickcharts): New variable.
---
gnu/packages/kde.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index f2261f7f98..c80da7d796 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -602,3 +602,27 @@ communicate with each other. Here's a few things KDE Connect can do:
@end enumerate")
(properties `((upstream-name . "kdeconnect-kde")))
(license (list license:gpl2 license:gpl3)))) ; dual licensed
+
+(define-public kqtquickcharts
+ (package
+ (name "kqtquickcharts")
+ (version "19.08.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/"
+ version "/src/kqtquickcharts-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1j3rivvh4sa94lsd0hi4xfvcikl05zrqd7634wxyaxs718ais6dg"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)))
+ (home-page "https://phabricator.kde.org/source/kqtquickcharts/")
+ (synopsis "Interactive charts for Qt Quick")
+ (description
+ "A QtQuick plugin to render beautiful and interactive charts.")
+ (license license:lgpl2.1+)))
--
2.23.0
next prev parent reply other threads:[~2019-09-10 9:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-10 9:50 [bug#37367] [PATCH 0/3] Add learn-to-type programs Efraim Flashner
2019-09-10 9:52 ` [bug#37367] [PATCH 1/3] gnu: Add klavaro Efraim Flashner
2019-09-10 9:52 ` Efraim Flashner [this message]
2019-09-16 8:33 ` [bug#37367] [PATCH 2/3] gnu: Add kqtquickcharts Ludovic Courtès
2019-09-10 9:52 ` [bug#37367] [PATCH 3/3] gnu: Add ktouch Efraim Flashner
2019-09-16 12:05 ` bug#37367: [PATCH 0/3] Add learn-to-type programs Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190910095231.24326-2-efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=37367@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).