[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: flightgear: Build with qt-build-system.
From: |
guix-commits |
Subject: |
02/08: gnu: flightgear: Build with qt-build-system. |
Date: |
Wed, 3 Nov 2021 18:12:29 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 3a5b1cc32a4f9dd1128f373c087d37aad95ed309
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 3 22:00:01 2021 +0200
gnu: flightgear: Build with qt-build-system.
* gnu/packages/games.scm (flightgear)[build-system]: Switch to
qt-build-system.
[arguments]: Remove 'wrap-executable phase.
---
gnu/packages/games.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4872223..f601e96 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9313,7 +9313,7 @@ and also provides the base for the FlightGear Flight
Simulator.")
(for-each delete-file-recursively
'("3rdparty/sqlite3/"))
#t))))
- (build-system cmake-build-system)
+ (build-system qt-build-system)
(arguments
`(#:configure-flags
(list "-DSYSTEM_SQLITE=ON"
@@ -9325,21 +9325,6 @@ and also provides the base for the FlightGear Flight
Simulator.")
#:tests? #f
#:phases
(modify-phases %standard-phases
- (add-after 'install 'wrap-executable
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (wrap-program (string-append out "/bin/fgfs")
- `("QT_PLUGIN_PATH" ":" prefix
- ,(map (lambda (label)
- (string-append (assoc-ref inputs label)
- "/lib/qt5/plugins"))
- '("qtbase" "qtdeclarative" "qtsvg")))
- `("QML2_IMPORT_PATH" ":" prefix
- ,(map (lambda (label)
- (string-append (assoc-ref inputs label)
- "/lib/qt5/qml"))
- '("qtdeclarative" "qtsvg"))))
- #t)))
(add-after 'install 'install-data
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((share (string-append (assoc-ref outputs "out")
"/share/flightgear")))
@@ -9379,7 +9364,7 @@ and also provides the base for the FlightGear Flight
Simulator.")
(sha256
(base32
"0n5mw9vw1snab16c1y3i9ylkiv54az57bs2mvpq20hhg5hdiagqj"))))))
- (home-page "https://home.flightgear.org/")
+ (home-page "https://www.flightgear.org/")
(synopsis "Flight simulator")
(description "The goal of the FlightGear project is to create a
sophisticated flight simulator framework for use in research or academic
- branch master updated (a18fea5 -> 19c38b2), guix-commits, 2021/11/03
- 01/08: gnu: flightgear: Update to 2020.3.11., guix-commits, 2021/11/03
- 04/08: gnu: flightgear: Build with newer inputs., guix-commits, 2021/11/03
- 06/08: gnu: simgear: Remove bundled expat., guix-commits, 2021/11/03
- 08/08: gnu: flightgear: Prepare to run test suite., guix-commits, 2021/11/03
- 07/08: gnu: flightgear: Use system cppunit., guix-commits, 2021/11/03
- 03/08: gnu: simgear: Honor #:tests? flag., guix-commits, 2021/11/03
- 02/08: gnu: flightgear: Build with qt-build-system.,
guix-commits <=
- 05/08: gnu: Remove openscenegraph-3.4., guix-commits, 2021/11/03