gnu: gcompris-qt: Update to 3.2.
* gnu/packages/education.scm (gcompris-qt): Update to 3.2. [inputs]: Add qtcharts, qtquickcontrols2-5. Remove qtquickcontrols-5, qtxml-5.
This commit is contained in:
parent
a95edc3d7b
commit
940665301d
1 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2017-2023 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2018-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
|
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
|
||||||
|
@ -150,7 +150,7 @@ (define-public gcompris
|
||||||
(define-public gcompris-qt
|
(define-public gcompris-qt
|
||||||
(package
|
(package
|
||||||
(name "gcompris-qt")
|
(name "gcompris-qt")
|
||||||
(version "2.3")
|
(version "3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -158,7 +158,7 @@ (define-public gcompris-qt
|
||||||
"mirror://kde/stable/gcompris/qt/src/gcompris-qt-"
|
"mirror://kde/stable/gcompris/qt/src/gcompris-qt-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qncknaaf168anh4cjp7dqz6qzgx948kvgr32j2vga8mjakqn1aj"))))
|
(base32 "06yisr5qd2ri8qgpmlri0yic45fdfcdjn12anp17f6kvv83lk2js"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -183,13 +183,13 @@ (define-public gcompris-qt
|
||||||
(list openssl
|
(list openssl
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtcharts
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtmultimedia-5
|
qtmultimedia-5
|
||||||
qtquickcontrols-5
|
qtquickcontrols2-5
|
||||||
qtsensors
|
qtsensors
|
||||||
qtsvg-5
|
qtsvg-5))
|
||||||
qtxmlpatterns))
|
|
||||||
(home-page "https://gcompris.net/index-en.html")
|
(home-page "https://gcompris.net/index-en.html")
|
||||||
(synopsis "Educational games for small children")
|
(synopsis "Educational games for small children")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue