[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/25: gnu: Add klettres.
From: |
guix-commits |
Subject: |
14/25: gnu: Add klettres. |
Date: |
Sun, 31 Jan 2021 09:04:32 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-education
in repository guix.
commit 85618078bb08b3a2b4647a40f1ecf42ceff112c3
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Mon Dec 2 12:08:26 2019 +0100
gnu: Add klettres.
* gnu/packages/education.scm (klettres): New variable.
---
gnu/packages/education.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 94cceeb..14f4550 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1227,6 +1227,51 @@ This package is part of the KDE education module.")
language and very flexible regarding to new or unknown keyboard layouts.")
(license license:gpl3+)))
+(define-public klettres
+ (package
+ (name "klettres")
+ (version "20.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/klettres-" version ".tar.xz"))
+ (sha256
+ (base32 "0k66xdkyv6i1zgk9nvz9633pmxygv1bwm4nkbg3izlh4g23rn3kk"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("breeze-icons" ,breeze-icons) ;; default icon-set
+ ("kcompletion" ,kcompletion)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kcrash" ,kcrash)
+ ;("kemoticons" ,kemoticons)
+ ("ki18n" ,ki18n)
+ ("knewstuff" ,knewstuff)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("phonon" ,phonon)
+ ("qtbase" ,qtbase)
+ ("qtsvg" ,qtsvg)))
+ (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")
- 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, 2021/01/31
- 12/25: gnu: Add kig., guix-commits, 2021/01/31
- 14/25: gnu: Add klettres.,
guix-commits <=
- 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
- 16/25: gnu: Add kstars., guix-commits, 2021/01/31
- 21/25: gnu: Add minuet., guix-commits, 2021/01/31