Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openttd: update to 1.10.1
@ 2020-04-19 13:27 stimut
  2020-04-19 15:03 ` sgn
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: stimut @ 2020-04-19 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/stimut/void-packages openttd-update-to-1.10.1
https://github.com/void-linux/void-packages/pull/21151

openttd: update to 1.10.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openttd-update-to-1.10.1-21151.patch --]
[-- Type: text/x-diff, Size: 1911 bytes --]

From bdccbc766d442787488e66aca9a3d57bb5227603 Mon Sep 17 00:00:00 2001
From: Tim Brown <stimut@gmail.com>
Date: Sun, 19 Apr 2020 23:28:24 +1000
Subject: [PATCH] openttd: update to 1.10.1

---
 srcpkgs/openttd/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index 71439c6a741..d5d03a463ff 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,11 +1,11 @@
 # Template file for 'openttd'
 pkgname=openttd
-version=1.9.3
+version=1.10.1
 revision=1
-_gfxver=0.5.5
+_gfxver=0.6.0
 _sfxver=0.2.3
 build_style=gnu-configure
-hostmakedepends="pkg-config unzip"
+hostmakedepends="pkg-config unzip tar"
 makedepends="SDL-devel icu-devel fontconfig-devel libpng-devel lzo-devel liblzma-devel
  libxdg-basedir-devel"
 depends="openttd-data hicolor-icon-theme"
@@ -14,11 +14,11 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
 license="GPL-2 Custom"
 homepage="https://www.openttd.org/"
 distfiles="https://proxy.binaries.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz
- https://bundles.openttdcoop.org/opengfx/releases/${_gfxver}/opengfx-${_gfxver}.zip
- https://bundles.openttdcoop.org/opensfx/releases/${_sfxver}/opensfx-${_sfxver}.zip"
-checksum="1988e17f5b6f4b8f423c849ef1c579c21f678722ae4440f87b27a5fea6385846
- c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe
- 3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662"
+ https://cdn.openttd.org/opengfx-releases/${_gfxver}/opengfx-${_gfxver}-all.zip
+ https://cdn.openttd.org/opensfx-releases/${_sfxver}/opensfx-${_sfxver}-all.zip"
+checksum="0d22a3c50f7a321f4f211594f4987ac16c381e8e3e40f116848e63e91e7fbb9b
+ d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774
+ 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02"
 
 
 CXXFLAGS=' -DU_USING_ICU_NAMESPACE=1'

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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
@ 2020-04-19 15:03 ` sgn
  2020-04-19 22:45 ` [PR PATCH] [Updated] " stimut
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-04-19 15:03 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616155987

Comment:
Please fix `xlint`

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

* Re: [PR PATCH] [Updated] openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
  2020-04-19 15:03 ` sgn
@ 2020-04-19 22:45 ` stimut
  2020-04-19 22:47 ` stimut
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: stimut @ 2020-04-19 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/stimut/void-packages openttd-update-to-1.10.1
https://github.com/void-linux/void-packages/pull/21151

openttd: update to 1.10.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openttd-update-to-1.10.1-21151.patch --]
[-- Type: text/x-diff, Size: 1985 bytes --]

From b67a3dc557b1d8b3f48ef8442f34083b4c0906b1 Mon Sep 17 00:00:00 2001
From: Tim Brown <stimut@gmail.com>
Date: Sun, 19 Apr 2020 23:28:24 +1000
Subject: [PATCH] openttd: update to 1.10.1

---
 srcpkgs/openttd/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index 71439c6a741..7979d90f680 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,24 +1,24 @@
 # Template file for 'openttd'
 pkgname=openttd
-version=1.9.3
+version=1.10.1
 revision=1
-_gfxver=0.5.5
+_gfxver=0.6.0
 _sfxver=0.2.3
 build_style=gnu-configure
-hostmakedepends="pkg-config unzip"
+hostmakedepends="pkg-config unzip tar"
 makedepends="SDL-devel icu-devel fontconfig-devel libpng-devel lzo-devel liblzma-devel
  libxdg-basedir-devel"
 depends="openttd-data hicolor-icon-theme"
 short_desc="Open Source version of Transport Tycoon Deluxe"
 maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="GPL-2 Custom"
+license="GPL-2.0-only, Zlib"
 homepage="https://www.openttd.org/"
 distfiles="https://proxy.binaries.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz
- https://bundles.openttdcoop.org/opengfx/releases/${_gfxver}/opengfx-${_gfxver}.zip
- https://bundles.openttdcoop.org/opensfx/releases/${_sfxver}/opensfx-${_sfxver}.zip"
-checksum="1988e17f5b6f4b8f423c849ef1c579c21f678722ae4440f87b27a5fea6385846
- c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe
- 3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662"
+ https://cdn.openttd.org/opengfx-releases/${_gfxver}/opengfx-${_gfxver}-all.zip
+ https://cdn.openttd.org/opensfx-releases/${_sfxver}/opensfx-${_sfxver}-all.zip"
+checksum="0d22a3c50f7a321f4f211594f4987ac16c381e8e3e40f116848e63e91e7fbb9b
+ d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774
+ 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02"
 
 
 CXXFLAGS=' -DU_USING_ICU_NAMESPACE=1'

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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
  2020-04-19 15:03 ` sgn
  2020-04-19 22:45 ` [PR PATCH] [Updated] " stimut
@ 2020-04-19 22:47 ` stimut
  2020-04-19 23:36 ` sgn
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: stimut @ 2020-04-19 22:47 UTC (permalink / raw)
  To: ml

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

New comment by stimut on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616238340

Comment:
> Please fix `xlint`

Done.

As an aside, is there a way of getting the same `xlint` that travis uses? The `xlint` from `xtools` didn't give me that same feedback.

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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
                   ` (2 preceding siblings ...)
  2020-04-19 22:47 ` stimut
@ 2020-04-19 23:36 ` sgn
  2020-04-19 23:37 ` not-chicken
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-04-19 23:36 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616244473

Comment:
`xlint srcpkgs/openttd/template`
Does it work for you?

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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
                   ` (3 preceding siblings ...)
  2020-04-19 23:36 ` sgn
@ 2020-04-19 23:37 ` not-chicken
  2020-04-19 23:37 ` sgn
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-19 23:37 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616244479

Comment:
> As an aside, is there a way of getting the same `xlint` that travis uses? The `xlint` from `xtools` didn't give me that same feedback.

You have to install `spdx-licenses-list` on your system.



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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
                   ` (4 preceding siblings ...)
  2020-04-19 23:37 ` not-chicken
@ 2020-04-19 23:37 ` sgn
  2020-04-20  2:29 ` stimut
  2020-04-20 14:03 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-04-19 23:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616244473

Comment:
`xlint srcpkgs/openttd/template`
Does it work for you?

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

* Re: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
                   ` (5 preceding siblings ...)
  2020-04-19 23:37 ` sgn
@ 2020-04-20  2:29 ` stimut
  2020-04-20 14:03 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: stimut @ 2020-04-20  2:29 UTC (permalink / raw)
  To: ml

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

New comment by stimut on void-packages repository

https://github.com/void-linux/void-packages/pull/21151#issuecomment-616275442

Comment:
> You have to install `spdx-licenses-list` on your system.

That did it. Thanks.

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

* Re: [PR PATCH] [Merged]: openttd: update to 1.10.1
  2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
                   ` (6 preceding siblings ...)
  2020-04-20  2:29 ` stimut
@ 2020-04-20 14:03 ` Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: Hoshpak @ 2020-04-20 14:03 UTC (permalink / raw)
  To: ml

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

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

openttd: update to 1.10.1
https://github.com/void-linux/void-packages/pull/21151

Description:


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

end of thread, other threads:[~2020-04-20 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 13:27 [PR PATCH] openttd: update to 1.10.1 stimut
2020-04-19 15:03 ` sgn
2020-04-19 22:45 ` [PR PATCH] [Updated] " stimut
2020-04-19 22:47 ` stimut
2020-04-19 23:36 ` sgn
2020-04-19 23:37 ` not-chicken
2020-04-19 23:37 ` sgn
2020-04-20  2:29 ` stimut
2020-04-20 14:03 ` [PR PATCH] [Merged]: " Hoshpak

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