Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] godot: update to 4.1.
@ 2023-07-07  6:55 dataCobra
  2023-07-07  8:43 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2023-07-07  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages godot-4.1
https://github.com/void-linux/void-packages/pull/44898

godot: update to 4.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


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

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

From 4ec640141cbb6ccac9660f81e67eb5920bcfed09 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 7 Jul 2023 06:46:27 +0200
Subject: [PATCH] godot: update to 4.1.

---
 srcpkgs/godot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index 956fe154b59d..ad8e50337a55 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=4.0.3
+version=4.1
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
@@ -24,7 +24,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
-checksum=8d629aa4910bd0b13354a3b96c253fb62df130ff8acb510c81e23cd100bfdc9f
+checksum=ebb1e597d9477d2ff524fa911e7b471c2bfc3d6366025f3980ace7595342034f
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

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

* Re: [PR PATCH] [Updated] godot: update to 4.1.
  2023-07-07  6:55 [PR PATCH] godot: update to 4.1 dataCobra
@ 2023-07-07  8:43 ` dataCobra
  2023-07-08  7:24 ` dataCobra
  2023-07-10  7:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2023-07-07  8:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages godot-4.1
https://github.com/void-linux/void-packages/pull/44898

godot: update to 4.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


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

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

From 07f7c2b808e3fa1432404cd857cf334c5ae1d293 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 7 Jul 2023 10:42:52 +0200
Subject: [PATCH] godot: update to 4.1.

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

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index 956fe154b59d..8c536256c801 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=4.0.3
+version=4.1
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
@@ -24,11 +24,11 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
-checksum=8d629aa4910bd0b13354a3b96c253fb62df130ff8acb510c81e23cd100bfdc9f
+checksum=ebb1e597d9477d2ff524fa911e7b471c2bfc3d6366025f3980ace7595342034f
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
-CFLAGS+=" -fPIE -fPIC"
-LDFLAGS+=" -pie"
+CFLAGS+="-w -fPIE -fPIC"
+LDFLAGS+="-w -pie"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] godot: update to 4.1.
  2023-07-07  6:55 [PR PATCH] godot: update to 4.1 dataCobra
  2023-07-07  8:43 ` [PR PATCH] [Updated] " dataCobra
@ 2023-07-08  7:24 ` dataCobra
  2023-07-10  7:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2023-07-08  7:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages godot-4.1
https://github.com/void-linux/void-packages/pull/44898

godot: update to 4.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


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

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

From 4d04d89dee3590ca9206c433fca77096610c9aa6 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 8 Jul 2023 08:28:13 +0200
Subject: [PATCH] godot: update to 4.1.

---
 srcpkgs/godot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index 956fe154b59d..ad8e50337a55 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=4.0.3
+version=4.1
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
@@ -24,7 +24,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
-checksum=8d629aa4910bd0b13354a3b96c253fb62df130ff8acb510c81e23cd100bfdc9f
+checksum=ebb1e597d9477d2ff524fa911e7b471c2bfc3d6366025f3980ace7595342034f
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

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

* Re: [PR PATCH] [Merged]: godot: update to 4.1.
  2023-07-07  6:55 [PR PATCH] godot: update to 4.1 dataCobra
  2023-07-07  8:43 ` [PR PATCH] [Updated] " dataCobra
  2023-07-08  7:24 ` dataCobra
@ 2023-07-10  7:45 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-10  7:45 UTC (permalink / raw)
  To: ml

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

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

godot: update to 4.1.
https://github.com/void-linux/void-packages/pull/44898

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


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

end of thread, other threads:[~2023-07-10  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07  6:55 [PR PATCH] godot: update to 4.1 dataCobra
2023-07-07  8:43 ` [PR PATCH] [Updated] " dataCobra
2023-07-08  7:24 ` dataCobra
2023-07-10  7:45 ` [PR PATCH] [Merged]: " classabbyamp

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