From 6df5934d37226552990f99a5734833378589d43e Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 2 Dec 2019 11:51:45 +0100 Subject: [PATCH 08/17] gnu: Add kbruch. * gnu/packages/education.scm (kbruch): New variable. diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index d613033db3..454ef46248 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -844,6 +844,42 @@ (define-public kanagram (license ;; GPL for programs, FDL for documentation (list license:gpl2+ license:fdl1.2+)))) +(define-public kbruch + (package + (name "kbruch") + (version "22.04.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/kbruch-" version ".tar.xz")) + (sha256 + (base32 "1r0m9zyxnvnsxv1rys34a8g14ppw5h4nrs9k85wxdbvizp6xnm54")))) + (build-system qt-build-system) + (native-inputs + (list extra-cmake-modules + kdoctools)) + (inputs + (list kauth + kconfig + kconfigwidgets + kcoreaddons + kcrash + ki18n + kwidgetsaddons + kxmlgui + oxygen-icons ;; default icon set + qtbase-5)) + (home-page "https://kde.org/applications/education/org.kde.kbruch") + (synopsis "Practice calculating with fractions") + (description "KBruch is a small program to practice calculating with +fractions and percentages. Different exercises are provided for this purpose +and you can use the learning mode to practice with fractions. The program +checks the user's input and gives feedback. +This package is part of the KDE education module.") + (license ;; GPL for programs, FDL for documentation + (list license:gpl2+ license:fdl1.2+)))) + (define-public libkeduvocdocument (package (name "libkeduvocdocument") -- 2.38.1