From e01e88a73f9ba6ddeaecaac910e863e35008e32a Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 2 Dec 2019 11:54:28 +0100 Subject: [PATCH 09/17] gnu: Add kgeography. * gnu/packages/education.scm (kgeography): New variable. diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 454ef46248..2339993853 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -910,6 +910,55 @@ (define-public libkeduvocdocument (license ;; GPL for programs, FDL for documentation (list license:gpl2+ license:fdl1.2+)))) +(define-public kgeography + (package + (name "kgeography") + (version "22.04.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/kgeography-" version ".tar.xz")) + (sha256 + (base32 "02a4xz4xh11gl1fhq5dbh7d5i2hvm8kxm9r4kmrjv5hryv9n732s")))) + (build-system qt-build-system) + (native-inputs + (list extra-cmake-modules + kdoctools)) + (inputs + (list kauth + kcodecs + kconfigwidgets + kcoreaddons + kcrash + ki18n + kiconthemes + kitemviews + kwidgetsaddons + kxmlgui + oxygen-icons ;; default icon set + 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") -- 2.38.1