mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gcompris-qt: Update to 2.0.
* gnu/packages/education.scm (gcompris-qt): Update to 2.0. [arguments]: Remove trailing #T. [native-inputs, inputs]: Remove labels. [license]: Change license from gpl3+ to agpl3+.
This commit is contained in:
parent
d4ecdc3328
commit
f80b5c3d2f
1 changed files with 21 additions and 22 deletions
|
@ -140,7 +140,7 @@ (define-public gcompris
|
|||
(define-public gcompris-qt
|
||||
(package
|
||||
(name "gcompris-qt")
|
||||
(version "1.1")
|
||||
(version "2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -148,7 +148,7 @@ (define-public gcompris-qt
|
|||
"https://gcompris.net/download/qt/src/gcompris-qt-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1bpjwrv83rhikbycpyfpf6dbqr0xfq6amgdpqfgfph6nzr3zka7h"))))
|
||||
(base32 "1ix8wf0mpcwg0bd0fbx594ywhf0r0g0xhkbnjpm2ags8ixh4ddcs"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -159,28 +159,27 @@ (define-public gcompris-qt
|
|||
(system "Xvfb :1 &")
|
||||
(setenv "DISPLAY" ":1")
|
||||
;; The test suite wants to write to /homeless-shelter
|
||||
(setenv "HOME" (getcwd))
|
||||
#t)))
|
||||
(setenv "HOME" (getcwd)))))
|
||||
#:configure-flags (list "-DQML_BOX2D_MODULE=disabled"
|
||||
"-DBUILD_TESTING=TRUE")))
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("gettext" ,gettext-minimal)
|
||||
("kdoctools" ,kdoctools)
|
||||
("perl" ,perl)
|
||||
("qttools" ,qttools)
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(list extra-cmake-modules
|
||||
gettext-minimal
|
||||
kdoctools
|
||||
perl
|
||||
qttools
|
||||
xorg-server-for-tests))
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("python" ,python-wrapper)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtquickcontrols" ,qtquickcontrols)
|
||||
("qtsensors" ,qtsensors)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtxmlpatterns" ,qtxmlpatterns)))
|
||||
(list openssl
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtgraphicaleffects
|
||||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtsensors
|
||||
qtsvg
|
||||
qtxmlpatterns))
|
||||
(home-page "https://gcompris.net/index-en.html")
|
||||
(synopsis "Educational games for small children")
|
||||
(description
|
||||
|
@ -196,9 +195,9 @@ (define-public gcompris-qt
|
|||
@item recognize letters after hearing their names
|
||||
@item reading practice
|
||||
@item small games (memory games, jigsaw puzzles, ...)
|
||||
@end enumerate\n")
|
||||
@end enumerate")
|
||||
(license (list license:silofl1.1 ; bundled fonts
|
||||
license:gpl3+))))
|
||||
license:agpl3+))))
|
||||
|
||||
(define-public gotypist
|
||||
(let ((revision "0")
|
||||
|
|
Loading…
Reference in a new issue