From 574fe79ca5217c08d49f6e5c05575599783da27d Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 2 Dec 2019 12:08:26 +0100 Subject: [PATCH 12/17] gnu: Add klettres. * gnu/packages/education.scm (klettres): New variable. diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 7ee74f17af..9152b35d2b 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -1081,6 +1081,51 @@ (define-public klavaro language and very flexible regarding to new or unknown keyboard layouts.") (license license:gpl3+))) +(define-public klettres + (package + (name "klettres") + (version "22.04.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/klettres-" version ".tar.xz")) + (sha256 + (base32 "1j96d76x744mr916jcfacrqj7vsks2xnbnf7rzpsfipm75klhgyp")))) + (build-system qt-build-system) + (native-inputs + (list extra-cmake-modules + kdoctools)) + (inputs + (list breeze-icons ;; default icon-set + kcompletion + kconfigwidgets + kcoreaddons + kcrash + kemoticons + ki18n + knewstuff + kwidgetsaddons + phonon + qtbase-5 + qtsvg-5)) + (home-page "https://kde.org/applications/education/org.kde.klettres") + (synopsis "Learn the alphabet (in a new language)") + (description "KLettres aims to help the user to learn an alphabet in a new +language and then to learn to read simple syllables. It is meant to help +learning the very first sounds of a new language, for children or for adults. + +There are currently 25 languages available: Arabian, Brazilian Portuguese, +Czech, Danish, Dutch, British English, US English, Phonics English, French, +German, Hebrew, Hungarian, Italian, Kannada, Low Saxon, Malayalam, Norwegian +Bokmål, Punjabi, Luganda, Romanized Hindi, Russian, Spanish, Slovak, Telugu +and Ukrainian. KLettres provides a special user interface and themes for +younger users. + +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 ktouch (package (name "ktouch") -- 2.38.1