Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flightgear/simgear: update to 2020.3.6
@ 2021-03-18 10:54 lufv
  2021-03-18 15:02 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lufv @ 2021-03-18 10:54 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] flightgear/simgear: update to 2020.3.6
  2021-03-18 10:54 [PR PATCH] flightgear/simgear: update to 2020.3.6 lufv
@ 2021-03-18 15:02 ` ericonr
  2021-03-18 15:02 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-18 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29563#discussion_r596948392

Comment:
Or these two.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] flightgear/simgear: update to 2020.3.6
  2021-03-18 10:54 [PR PATCH] flightgear/simgear: update to 2020.3.6 lufv
  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
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-18 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29563#discussion_r596948268

Comment:
Please don't add this new line.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: flightgear/simgear: update to 2020.3.6
  2021-03-18 10:54 [PR PATCH] flightgear/simgear: update to 2020.3.6 lufv
  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
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-03-23 13:29 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/29563#issuecomment-1076376670

Comment:
#33117

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: flightgear/simgear: update to 2020.3.6
  2021-03-18 10:54 [PR PATCH] flightgear/simgear: update to 2020.3.6 lufv
                   ` (2 preceding siblings ...)
  2022-03-23 13:29 ` paper42
@ 2022-03-23 13:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-03-23 13:29 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

flightgear/simgear: update to 2020.3.6
https://github.com/void-linux/void-packages/pull/29563

Description:
<!-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-23 13:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 10:54 [PR PATCH] flightgear/simgear: update to 2020.3.6 lufv
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

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).