[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/25: gnu: Add kgeography.
From: |
guix-commits |
Subject: |
10/25: gnu: Add kgeography. |
Date: |
Sun, 31 Jan 2021 09:04:31 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-education
in repository guix.
commit 73055e76f0d7c1d0083b89ce077a017bca10d80d
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Mon Dec 2 11:54:28 2019 +0100
gnu: Add kgeography.
* gnu/packages/education.scm (kgeography): New variable.
---
gnu/packages/education.scm | 49 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index acaf911..7730dc2 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1006,6 +1006,55 @@ This package is part of the KDE education module.")
(license ;; GPL for programs, FDL for documentation
(list license:gpl2+ license:fdl1.2+))))
+(define-public kgeography
+ (package
+ (name "kgeography")
+ (version "20.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kgeography-" version ".tar.xz"))
+ (sha256
+ (base32 "13jsrfv17lzlwi9rg7i8q2sfl8n19k15qdbv1y5lggykvf8prp8h"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kauth" ,kauth)
+ ("kcodecs" ,kcodecs)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kcrash" ,kcrash)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kitemviews" ,kitemviews)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kxmlgui" ,kxmlgui)
+ ("oxygen-icons" ,oxygen-icons) ;; default icon set
+ ("qtbase" ,qtbase)))
+ (home-page "hhttps://kde.org/applications/education/org.kde.kgeography")
+ (synopsis "Geography Trainer")
+ (description "KGeography is a geography learning tool, which allows you to
+learn about the political divisions of some countries (divisions, capitals of
+those divisions and their associated flags if there are some).
+
+Features:
+@itemize
+@item Browse the maps clicking in a map division to see its name, capital and
flag
+@item The game tells you a map division name and you have to click on it
+@item The game tells you a capital and you have to guess the division it
belongs to
+@item The game tells you a division and you have to guess its capital
+@item The game shows you a map division flag and you have to guess its name
+@item The game tells you a map division name and you have to guess its flag
+@item The game shows an empty map and you have to place divisions on it one by
one
+@end itemize
+
+This package is part of the KDE education module.")
+ (license ;; GPL for programs, FDL for documentation
+ (list license:gpl2+ license:fdl1.2+))))
+
(define-public klavaro
(package
(name "klavaro")
- 06/25: gnu: Add kalzium., (continued)
- 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, 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 <=
- 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
- 15/25: gnu: Add kmplot., guix-commits, 2021/01/31
- 20/25: gnu: Add marble., guix-commits, 2021/01/31
- 22/25: gnu: Add parley., guix-commits, 2021/01/31
- 23/25: gnu: Add rocs., guix-commits, 2021/01/31
- 24/25: gnu: Add step., guix-commits, 2021/01/31
- 25/25: TEMP Add README-KDE-EDU., guix-commits, 2021/01/31