Github messages for voidlinux
 help / color / mirror / Atom feed
From: lufv <lufv@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] flightgear/simgear: update to 2020.3.6
Date: Thu, 18 Mar 2021 11:54:13 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29563@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

There is a new pull request by lufv against master on the void-packages repository

https://github.com/lufv/void-packages flightgear
https://github.com/void-linux/void-packages/pull/29563

flightgear/simgear: update to 2020.3.6
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

A patch file from https://github.com/void-linux/void-packages/pull/29563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flightgear-29563.patch --]
[-- Type: text/x-diff, Size: 3186 bytes --]

From 72ea43db24d0aae72d2043953e053eb6364e11b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=BCfv?= <sugarsop_reflexional@aleeas.com>
Date: Thu, 18 Mar 2021 11:35:12 +0100
Subject: [PATCH 1/2] simgear: update to 2020.3.6

---
 srcpkgs/simgear/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/simgear/template b/srcpkgs/simgear/template
index eb9e1437efed..7e09929b28ef 100644
--- a/srcpkgs/simgear/template
+++ b/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"
@@ -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"

From 4167ab159e6a853eaf64ab78edcd55a609cdfdbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=BCfv?= <sugarsop_reflexional@aleeas.com>
Date: Thu, 18 Mar 2021 11:36:16 +0100
Subject: [PATCH 2/2] flightgear: update to 2020.3.6

---
 srcpkgs/flightgear/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/flightgear/template b/srcpkgs/flightgear/template
index 5313f97d0c5e..7c1cfab7eee7 100644
--- a/srcpkgs/flightgear/template
+++ b/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
+
 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)"
@@ -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/"
+
 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

             reply	other threads:[~2021-03-18 10:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-18 10:54 lufv [this message]
2021-03-18 15:02 ` [PR REVIEW] " ericonr
2021-03-18 15:02 ` ericonr
2022-03-23 13:29 ` paper42
2022-03-23 13:29 ` [PR PATCH] [Closed]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29563@inbox.vuxu.org \
    --to=lufv@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).