Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] goxel: update to 0.14.0.
@ 2024-02-11 22:46 Johnnynator
  2024-02-11 23:55 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: Johnnynator @ 2024-02-11 22:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages goxel
https://github.com/void-linux/void-packages/pull/48663

goxel: update to 0.14.0.
None

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

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

From 1efcf47d1756881ca91fa455083fd9fdd66c7681 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 11 Feb 2024 23:35:58 +0100
Subject: [PATCH] goxel: update to 0.14.0.

---
 srcpkgs/goxel/patches/musl.patch | 11 -----------
 srcpkgs/goxel/template           | 10 +++++-----
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/goxel/patches/musl.patch

diff --git a/srcpkgs/goxel/patches/musl.patch b/srcpkgs/goxel/patches/musl.patch
deleted file mode 100644
index de4a2299a1296..0000000000000
--- a/srcpkgs/goxel/patches/musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ext_src/yocto/ext/filesystem.hpp	2020-01-04 07:42:25.000000000 +0100
-+++ b/ext_src/yocto/ext/filesystem.hpp	2020-01-04 07:42:25.000000000 +0100
-@@ -1525,7 +1525,7 @@
-     std::string msg = toUtf8(std::wstring((LPWSTR)msgBuf));
-     LocalFree(msgBuf);
-     return msg;
--#elif defined(GHC_OS_MACOS) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !defined(_GNU_SOURCE)) || (defined(GHC_OS_ANDROID) && __ANDROID_API__ < 23) || defined(EMSCRIPTEN)
-+#elif defined(GHC_OS_MACOS) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !defined(_GNU_SOURCE)) || (defined(GHC_OS_ANDROID) && __ANDROID_API__ < 23) || defined(EMSCRIPTEN) || !defined(__GLIBC__)
-     char buffer[512];
-     int rc = strerror_r(code ? code : errno, buffer, sizeof(buffer));
-     return rc == 0 ? (const char*)buffer : "Error in strerror_r!";
diff --git a/srcpkgs/goxel/template b/srcpkgs/goxel/template
index 79268eaf8c1aa..5577fa52b5e4d 100644
--- a/srcpkgs/goxel/template
+++ b/srcpkgs/goxel/template
@@ -1,6 +1,6 @@
 # Template file for 'goxel'
 pkgname=goxel
-version=0.12.0
+version=0.14.0
 revision=1
 build_style=scons
 make_build_args="mode=release werror=0"
@@ -9,9 +9,9 @@ makedepends="glfw-devel gtk+3-devel"
 short_desc="Open Source 3D voxel editor"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
-homepage="https://guillaumechereau.github.io/goxel/"
-distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
-checksum=e3825625e1af9f58593695b0129e39f68a8f3c7d5696c096b8ed2d8b9ac69430
+homepage="https://goxel.xyz/"
+distfiles="https://github.com/guillaumechereau/goxel/archive/refs/tags/v${version}.tar.gz"
+checksum=f22aef2cd520f0a13a6fb08c63c6c0f8abc9c9814b6e9ce8978fc834a1824696
 
 pre_build() {
 	if [ "$CROSS_BUILD" ];then
@@ -33,5 +33,5 @@ do_install() {
 		vinstall data/icons/icon${size}.png 644 \
 			usr/share/icons/hicolor/${size}x${size}/apps goxel.png
 	done
-	vinstall snap/gui/io.github.guillaumechereau.Goxel.appdata.xml 644 usr/share/metainfo
+	vinstall snap/gui/io.github.guillaumechereau.Goxel.metainfo.xml 644 usr/share/metainfo
 }

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

* Re: [PR PATCH] [Merged]: goxel: update to 0.14.0.
  2024-02-11 22:46 [PR PATCH] goxel: update to 0.14.0 Johnnynator
@ 2024-02-11 23:55 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2024-02-11 23:55 UTC (permalink / raw)
  To: ml

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

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

goxel: update to 0.14.0.
https://github.com/void-linux/void-packages/pull/48663

Description:
None

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

end of thread, other threads:[~2024-02-11 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 22:46 [PR PATCH] goxel: update to 0.14.0 Johnnynator
2024-02-11 23:55 ` [PR PATCH] [Merged]: " Johnnynator

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