[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/25: gnu: Add analitza.
From: |
guix-commits |
Subject: |
02/25: gnu: Add analitza. |
Date: |
Sun, 31 Jan 2021 09:04:28 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-education
in repository guix.
commit 1bd708c12f73a540e8841dbe531f198f37081b18
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Mon Dec 2 20:47:58 2019 +0100
gnu: Add analitza.
* gnu/package/education.scm (analitza): New variable.
---
gnu/packages/education.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 360940d..e9fcd16 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -77,6 +77,36 @@
#:use-module (guix build-system trivial)
#:use-module (srfi srfi-1))
+(define-public analitza
+ (package
+ (name "analitza")
+ (version "20.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/analitza-" version ".tar.xz"))
+ (sha256
+ (base32 "1qnqqbrjpzndbffjwqlyfqmxxxz04fi3i2g8dx6y8q79z927fzkd"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("eigen" ,eigen)
+ ("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("oxygen-icons" ,oxygen-icons) ;; default icon set
+ ("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)
+ ("qtsvg" ,qtsvg)))
+ (home-page "https://invent.kde.org/education/analitza")
+ (synopsis "Library to add mathematical features to your program")
+ (description "This library is used by KAlgebra and may be used by other
+software to parse and work with mathematical expressions.
+
+This package is part of the KDE education module.")
+ (license ;; GPL for programs, LGPL for libraries, FDL for documentation
+ (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
+
(define-public artikulate
(package
(name "artikulate")
- branch wip-kde-education created (now a640b1f), guix-commits, 2021/01/31
- 03/25: gnu: Add blinken., guix-commits, 2021/01/31
- 01/25: gnu: Add artikulate., guix-commits, 2021/01/31
- 04/25: gnu: Add cantor., guix-commits, 2021/01/31
- 05/25: gnu: Add kalgebra., guix-commits, 2021/01/31
- 07/25: gnu: Add libkeduvocdocument., guix-commits, 2021/01/31
- 06/25: gnu: Add kalzium., guix-commits, 2021/01/31
- 02/25: gnu: Add analitza.,
guix-commits <=
- 12/25: gnu: Add kig., guix-commits, 2021/01/31
- 14/25: gnu: Add klettres., guix-commits, 2021/01/31
- 09/25: gnu: Add kbruch., guix-commits, 2021/01/31
- 11/25: gnu: Add khangman., guix-commits, 2021/01/31
- 13/25: gnu: Add kiten., guix-commits, 2021/01/31
- 19/25: gnu: Add labplot., guix-commits, 2021/01/31
- 17/25: gnu: Add kturtle., guix-commits, 2021/01/31
- 18/25: gnu: Add kwordquiz., guix-commits, 2021/01/31
- 10/25: gnu: Add kgeography., guix-commits, 2021/01/31
- 08/25: gnu: Add kanagram., guix-commits, 2021/01/31