Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] endless-sky: update to 0.9.9
Date: Sun, 02 Jun 2019 20:21:24 +0200	[thread overview]
Message-ID: <20190602182124.KgJrzaacF5ZsF_Q8kufJCY6rmm6jCa-2UiQ-vZ7db1A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12071@inbox.vuxu.org>

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

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages endlesssky_0999
https://github.com/void-linux/void-packages/pull/12071

endless-sky: update to 0.9.9


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

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

From 40f0b92d7e060661c57b83da260fa0535fa463ba Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 1 Jun 2019 14:23:24 -0500
Subject: [PATCH] endless-sky: update to 0.9.9

---
 srcpkgs/endless-sky/patches/cxx-cross.patch | 11 +++++++++++
 srcpkgs/endless-sky/template                |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/endless-sky/patches/cxx-cross.patch

diff --git a/srcpkgs/endless-sky/patches/cxx-cross.patch b/srcpkgs/endless-sky/patches/cxx-cross.patch
new file mode 100644
index 00000000000..b8ee12c6b98
--- /dev/null
+++ b/srcpkgs/endless-sky/patches/cxx-cross.patch
@@ -0,0 +1,11 @@
+--- SConstruct.orig
++++ SConstruct
+@@ -2,6 +2,8 @@
+ 
+ # Load environment variables, including some that should be renamed.
+ env = Environment(ENV = os.environ)
++if 'CXX' in os.environ:
++	env.Replace(CXX = os.environ['CXX'])
+ if 'CXXFLAGS' in os.environ:
+ 	env.Append(CCFLAGS = os.environ['CXXFLAGS'])
+ if 'LDFLAGS' in os.environ:
diff --git a/srcpkgs/endless-sky/template b/srcpkgs/endless-sky/template
index 4eb72b03315..b9c90b9487e 100644
--- a/srcpkgs/endless-sky/template
+++ b/srcpkgs/endless-sky/template
@@ -1,7 +1,7 @@
 # Template file for 'endless-sky'
 pkgname=endless-sky
-version=0.9.8
-revision=2
+version=0.9.9
+revision=1
 build_style=scons
 makedepends="SDL2-devel glew-devel libjpeg-turbo-devel libmad-devel
  libopenal-devel libpng-devel"
@@ -11,7 +11,7 @@ maintainer="CoolOhm <micvlas@gmail.com>"
 homepage="http://endless-sky.github.io/"
 license="GPL-3.0-or-later"
 distfiles="https://github.com/endless-sky/endless-sky/archive/v${version}.tar.gz"
-checksum=69078c67656709646deb0c46fd960aa905601c23bb47c1696b0962ae8dff6d1e
+checksum=8bb9a17fd28177b2c17cadb282edcf4ef9a8b3de146f177cc4ca37c6f0aed8a5
 
 endless-sky-data_package() {
 	short_desc+=" - data files"

  parent reply	other threads:[~2019-06-02 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01 19:23 [PR PATCH] " voidlinux-github
2019-06-02  6:35 ` voidlinux-github
2019-06-02 18:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-02 18:21 ` voidlinux-github [this message]
2019-06-03 22:58 ` voidlinux-github
2019-06-03 22:58 ` voidlinux-github
2019-06-04  8:51 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190602182124.KgJrzaacF5ZsF_Q8kufJCY6rmm6jCa-2UiQ-vZ7db1A@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).