Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] godot: add correct build name
@ 2023-10-11  9:49 dataCobra
  2023-10-11 10:20 ` [PR PATCH] [Updated] " dataCobra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2023-10-11  9:49 UTC (permalink / raw)
  To: ml

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

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

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

godot: add correct build name
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

It's a minor change that makes debugging and reporting issues for our package easier.
Instead of ".custom_build" the suffix is ".voidlinux".

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

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

From 94cbfc506180c28ab32a4aada1b4e4067ab9c0d9 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 11 Oct 2023 11:45:21 +0200
Subject: [PATCH] godot: add correct build name

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

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index fdcebd1017566..7216d81137686 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -30,6 +30,7 @@ nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/sh
 CFLAGS+=" -fPIE -fPIC"
 LDFLAGS+=" -pie"
 
+
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" libexecinfo-devel"
 	depends+=" libexecinfo"
@@ -47,6 +48,7 @@ make_build_args+=" arch=$arch"
 
 pre_build() {
 	export CXXFLAGS=" $CXXFLAGS "
+	export BUILD_NAME="voidlinux"
 }
 
 post_patch() {

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

end of thread, other threads:[~2023-10-16 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11  9:49 [PR PATCH] godot: add correct build name dataCobra
2023-10-11 10:20 ` [PR PATCH] [Updated] " dataCobra
2023-10-16 11:17 ` dataCobra
2023-10-16 12:46 ` dataCobra
2023-10-16 21:05 ` [PR PATCH] [Merged]: " Piraty

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