gnu: flightgear: Update to 2018.3.5.
* gnu/packages/games.scm (flightgear): (simgear): Update to 2018.3.5.
This commit is contained in:
parent
d6f303d4e5
commit
8a3d041698
@ -8621,15 +8621,15 @@ levels to unlock.")
|
|||||||
(define simgear
|
(define simgear
|
||||||
(package
|
(package
|
||||||
(name "simgear")
|
(name "simgear")
|
||||||
(version "2018.3.2")
|
(version "2018.3.5")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/flightgear/release-"
|
(method url-fetch)
|
||||||
(version-major+minor version) "/"
|
(uri (string-append "mirror://sourceforge/flightgear/release-"
|
||||||
"simgear-" version ".tar.bz2"))
|
(version-major+minor version) "/"
|
||||||
(sha256
|
"simgear-" version ".tar.bz2"))
|
||||||
(base32
|
(sha256
|
||||||
"1941ay8rngz4vwsx37bbpxr48hpcvcbj3xw1hy264lq4qnl99c68"))))
|
(base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -8639,7 +8639,7 @@ levels to unlock.")
|
|||||||
;; Skip tests that require internet access.
|
;; Skip tests that require internet access.
|
||||||
(invoke "ctest" "-E" "(http|dns)"))))))
|
(invoke "ctest" "-E" "(http|dns)"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost-for-mysql) ; fails with 1.69
|
`(("boost" ,boost-for-mysql) ; fails with 1.69
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
@ -8658,21 +8658,21 @@ and also provides the base for the FlightGear Flight Simulator.")
|
|||||||
(package
|
(package
|
||||||
(name "flightgear")
|
(name "flightgear")
|
||||||
(version (package-version simgear))
|
(version (package-version simgear))
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/flightgear/release-"
|
(method url-fetch)
|
||||||
(version-major+minor version) "/"
|
(uri (string-append "mirror://sourceforge/flightgear/release-"
|
||||||
"flightgear-" version ".tar.bz2"))
|
(version-major+minor version) "/"
|
||||||
(sha256
|
"flightgear-" version ".tar.bz2"))
|
||||||
(base32
|
(sha256
|
||||||
"0lzy524cjzs8vldcjcc750bgg5c4mq9fkymxxxzqf68ilc4d1jss"))
|
(base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; There are some bundled libraries.
|
;; There are some bundled libraries.
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
'("3rdparty/sqlite3/"))
|
'("3rdparty/sqlite3/"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
@ -8738,7 +8738,7 @@ and also provides the base for the FlightGear Flight Simulator.")
|
|||||||
"FlightGear-" version "-data.tar.bz2"))
|
"FlightGear-" version "-data.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h4npa7gqpf5fw6pv2bpw0wbwr7fa2vhia21cjbigfgd75x82zi7"))))))
|
"04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
|
||||||
(home-page "https://home.flightgear.org/")
|
(home-page "https://home.flightgear.org/")
|
||||||
(synopsis "Flight simulator")
|
(synopsis "Flight simulator")
|
||||||
(description "The goal of the FlightGear project is to create a
|
(description "The goal of the FlightGear project is to create a
|
||||||
|
Loading…
Reference in New Issue
Block a user