[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/25: gnu: Add blinken.
From: |
guix-commits |
Subject: |
03/25: gnu: Add blinken. |
Date: |
Sun, 31 Jan 2021 09:04:29 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-education
in repository guix.
commit 1fe4d8b47ebd3a0981306d70466f1edd7aaa389e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Mon Dec 2 11:27:10 2019 +0100
gnu: Add blinken.
* gnu/packages/education.scm (blinken): New variable.
---
gnu/packages/education.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index e9fcd16..ee1e0d0 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -142,6 +142,48 @@ pronunciation skills by listening to native speakers.")
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
+(define-public blinken
+ (package
+ (name "blinken")
+ (version "20.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/blinken-" version ".tar.xz"))
+ (sha256
+ (base32 "05dbmh1lk1ag735yiv7vql6fx15lw9a3qihxflzhbfrgng7dsxks"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kauth" ,kauth)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kcrash" ,kcrash)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kguiaddons" ,kguiaddons)
+ ("ki18n" ,ki18n)
+ ("kxmlgui" ,kxmlgui)
+ ("oxygen-icons" ,oxygen-icons) ;; default icon set
+ ("phonon" ,phonon)
+ ("qtbase" ,qtbase)
+ ("qtsvg" ,qtsvg)))
+ (home-page "https://kde.org/applications/education/org.kde.blinken")
+ (synopsis "Simon Says memory game")
+ (description "Blinken is based on an electronic game released in 1978,
+which challenges players to remember sequences of increasing length. On the
+face of the device, there are 4 different color buttons, each with its own
+distinctive sound. These buttons light up randomly, creating the sequence
+that the player must then recall. If the player is successful in remembering
+the sequence of lights in the correct order, they advance to the next stage,
+where an identical sequence with one extra step is presented.
+
+This package is part of the KDE education module.")
+ (license ;; GPL for programs, FDL for documentation
+ (list license:gpl2+ license:fdl1.2+))))
+
(define-public gcompris
(package
(name "gcompris")
- branch wip-kde-education created (now a640b1f), guix-commits, 2021/01/31
- 03/25: gnu: Add blinken.,
guix-commits <=
- 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, 2021/01/31
- 09/25: gnu: Add kbruch., guix-commits, 2021/01/31
- 11/25: gnu: Add khangman., guix-commits, 2021/01/31