Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flightgear/simgear: update to 2020.3.6 #29563

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions srcpkgs/flightgear/template
@@ -1,8 +1,9 @@
# Template file for 'flightgear'
pkgname=flightgear
version=2020.1.3
revision=2
version=2020.3.6
revision=1
build_style=cmake

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add this new line.

configure_args="-DFG_DATA_DIR:STRING=/usr/share/flightgear/fgdata
-DOpenGL_GL_PREFERENCE=GLVND -DTRANSLATIONS_SRC_DIR=${wrksrc}/fgdata/Translations"
hostmakedepends="fltk gettext pkg-config $(vopt_if qt qt5-tools)"
Expand All @@ -11,16 +12,19 @@ makedepends="MesaLib-devel boost-devel freealut-devel libevent-devel
sqlite-devel osg-devel plib-devel libcurl-devel simgear
$(vopt_if qt 'qt5-devel qt5-tools-devel qt5-declarative-devel qt5-svg-devel')"
depends="flightgear-data>=${version}"

short_desc="Sophisticated flight simulator"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2.0-or-later"
homepage="http://www.flightgear.org/"

Comment on lines +15 to +20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or these two.

distfiles="
$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/${pkgname}-${version}.tar.bz2
$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/FlightGear-${version}-data.tar.bz2"
checksum="
1f07e8ef2c558dae3b9738e313b57e711d38e569f85d49fc2c5ae647e3949a17
2196f4ffcdeaae3a8b0a2b6ebf62a456bfd0198abb6c0619f763204d89804a03"
07d6fed32498d60c0bc27803330aa0d8f7cfb9260ab17df2a13af0d68383259e
c11a6c6dd596a82dd9bf59326c2ef7fb971ba79a236b4036db633bb6721a41ff"

python_version=2

nocross=https://build.voidlinux.org/builders/armv7l-musl_builder/builds/4773/steps/shell_3/logs/stdio
Expand Down
7 changes: 4 additions & 3 deletions srcpkgs/simgear/template
@@ -1,8 +1,9 @@
# Template file for 'simgear'
pkgname=simgear
version=2020.1.3
version=2020.3.6
revision=1
# XXX: always keep in sync with flightgear version!
# Always keep in sync with flightgear version!

build_style=cmake
configure_args="-DENABLE_TESTS=OFF -Wdev"
hostmakedepends="pkg-config"
Expand All @@ -13,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2.0-or-later"
homepage="http://www.flightgear.org/"
distfiles="$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=66da2c4f68058f6854206f2dd9c03c9223851ade24a50216e88b4e50598c13d1
checksum=ec3eca44d21f7e052beafc1b9e2d57c16fbc1ad5f033abc967b57afd02c35669

# Suppress warnings regarding auto_ptr
CXXFLAGS="-Wno-deprecated-declarations"