all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 52165@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#52165] [PATCH core-updates-frozen 2/2] gnu: Add kalgebra.
Date: Sun, 28 Nov 2021 16:55:46 +0000	[thread overview]
Message-ID: <20211128165546.263952-2-monego@posteo.net> (raw)
In-Reply-To: <20211128165546.263952-1-monego@posteo.net>

* gnu/packages/kde.scm (kalgebra): New variable.
---
 gnu/packages/kde.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 94e46af99f..2a78ed0b88 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -70,12 +70,14 @@
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages markup)
   #:use-module (gnu packages maths)
+  #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages readline)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages version-control)
@@ -1083,6 +1085,44 @@ and some numerical methods; for instance the library can parse mathematical
 expressions and let you evaluate and draw them.")
     (license license:gpl2+)))
 
+(define-public kalgebra
+  (package
+    (name "kalgebra")
+    (version "21.04.3") ; newer versions require ECM >= 5.83.0
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://invent.kde.org/education/kalgebra")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "07vmw924pig35az4s35i9z5ypkzv4d29pplmgqwvz0ldwz3aq456"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("analitza" ,analitza)
+       ("kconfigwidgets" ,kconfigwidgets)
+       ("kcoreaddons" ,kcoreaddons)
+       ("kdoctools" ,kdoctools)
+       ("ki18n" ,ki18n)
+       ("kio" ,kio)
+       ("kwidgetsaddons" ,kwidgetsaddons)
+       ("ncurses" ,ncurses)
+       ("qtbase" ,qtbase-5)
+       ("qtdeclarative" ,qtdeclarative)
+       ("qtsvg" ,qtsvg)
+       ("qtwebengine" ,qtwebengine)
+       ("qtwebchannel" ,qtwebchannel)
+       ("readline" ,readline)))
+    (home-page "https://edu.kde.org/kalgebra/")
+    (synopsis "Calculator and plotting tool")
+    (description "KAlgebra is a calculator that lets you plot different types
+of 2D and 3D functions and to calculate easy (and not so easy) calculations,
+such as addition, trigonometric functions or derivatives.")
+    (license license:gpl2+)))
+
 (define-public poxml
   (package
     (name "poxml")
-- 
2.30.2





  reply	other threads:[~2021-11-28 16:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 16:54 [bug#52165] [PATCH core-updates-frozen 0/2] Add KAlgebra Vinicius Monego
2021-11-28 16:55 ` [bug#52165] [PATCH core-updates-frozen 1/2] gnu: Add analitza Vinicius Monego
2021-11-28 16:55   ` Vinicius Monego [this message]
2021-12-12 19:05   ` [bug#52165] [PATCH core-updates-frozen 0/2] Add KAlgebra Mathieu Othacehe
2021-11-29  2:55 ` Leo Famulari
2021-11-29  3:29   ` Vinicius Monego
2021-11-30 18:03     ` Leo Famulari
2021-12-05 15:41       ` Ludovic Courtès
2021-12-06  4:26         ` Leo Famulari
2021-12-06 12:21           ` Ludovic Courtès

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211128165546.263952-2-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=52165@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.