all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 26637@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: bug#26637: [PATCH] gnu: Add gcompris-qt.
Date: Mon, 24 Apr 2017 12:50:43 -0400	[thread overview]
Message-ID: <a8mvb53g2k.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1d2ajn-0001UJ-FD@eggs.gnu.org> (Efraim Flashner's message of "Mon, 24 Apr 2017 12:55:00 +0300")


Report reassigned to guix-patches.

If you want to report bugs by bcc (?), you must specify a Package: in
the first line of the body.

Efraim Flashner wrote:

> * gnu/packages/education.scm (gcompris-qt): New variable.
> ---
>  gnu/packages/education.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 43 insertions(+)
>
> diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
> index 808be203c..797fe69f6 100644
> --- a/gnu/packages/education.scm
> +++ b/gnu/packages/education.scm
> @@ -2,6 +2,7 @@
>  ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
>  ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
>  ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
> +;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -28,6 +29,7 @@
>    #:use-module (gnu packages glib)
>    #:use-module (gnu packages gnome)
>    #:use-module (gnu packages gtk)
> +  #:use-module (gnu packages kde-frameworks) ; extra-cmake-modules
>    #:use-module (gnu packages perl)
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages python)
> @@ -102,6 +104,47 @@ of categories with some of the activities available in that category.
>  ")
>      (license license:gpl3+)))
>  
> +(define-public gcompris-qt
> +  (package
> +    (name "gcompris-qt")
> +    (version "0.70")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append
> +               "http://gcompris.net/download/qt/src/gcompris-qt-"
> +               version ".tar.xz"))
> +        (sha256
> +         (base32
> +          "01r7i8dmwb2nlfyp0y0mzs8yydmvn5gq7xn1w7g21lysak1mliwa"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     '(#:configure-flags (list "-DQML_BOX2D_MODULE=disabled")
> +       #:tests? #f)) ; no test target
> +    (native-inputs
> +     `(("extra-cmake-modules" ,extra-cmake-modules)
> +       ("gettext" ,gettext-minimal)
> +       ("perl" ,perl)))
> +    (inputs
> +     `(("python-2" ,python-2)
> +       ("qt" ,qt)))
> +    (home-page "http://gcompris.net/index-en.html")
> +    (synopsis "Educational games for small children")
> +    (description
> +     "A large collection of educational games for small children, designed to be
> +a unified interface to integrate more educational games.  Language-oriented
> +games contain vocabulary, sounds, and voices for many different languages.
> +Currently available boards include:
> +@enumerate
> +@item learning how to use a mouse and keyboard
> +@item learning simple arithmetic
> +@item learning how to read an analog clock
> +@item recognize letters after hearing their names
> +@item reading practice
> +@item small games (memory games, jigsaw puzzles, ...)
> +@end enumerate\n")
> +    (license license:gpl3+)))
> +
>  (define-public tipp10
>    (package
>      (name "tipp10")

       reply	other threads:[~2017-04-24 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1d2ajn-0001UJ-FD@eggs.gnu.org>
2017-04-24 16:50 ` Glenn Morris [this message]
2017-04-28 13:02   ` bug#26637: [PATCH] gnu: Add gcompris-qt Thomas Danckaert
2017-04-28 13:09 ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a8mvb53g2k.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=26637@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.