TheForceEngine: update to 1.22.420.

This commit is contained in:
ErenHDE
2026-04-29 20:10:19 +02:00
committed by Duncan Overbruck
parent f9695e46b7
commit 07bffacd4d
2 changed files with 3 additions and 18 deletions
-10
View File
@@ -1,10 +0,0 @@
--- a/TheForceEngine/TFE_FileSystem/fileutil-posix.cpp 2023-09-28 06:00:17.000000000 +0200
+++ - 2023-09-28 09:33:09.076014188 +0200
@@ -2,6 +2,7 @@
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+3 -8
View File
@@ -1,7 +1,7 @@
# Template file for 'TheForceEngine'
pkgname=TheForceEngine
version=1.09.540
revision=2
version=1.22.420
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="SDL2-devel SDL2_image-devel rtmidi-devel jack-devel glew-devel MesaLib-devel"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://theforceengine.github.io"
distfiles="https://github.com/luciusDXL/TheForceEngine/archive/v${version}.tar.gz"
checksum=ccb7fa9728deb24af5cef04dc9da7afb1f65f532929d02536720d7bd322dc0a0
checksum=a319745b2ec2ff799e3170b77d900d1f77ec2e7f451e534b74f33eb7d7705e8d
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" libexecinfo-devel"
@@ -21,8 +21,3 @@ fi
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="Minimum requirements state 64-bit for GPU renderer"
fi
post_install() {
vinstall "${pkgname}/${pkgname}.desktop" 644 usr/share/applications
vinstall "${pkgname}/${pkgname}.png" 644 usr/share/icons/hicolor/256x256/apps/ ${pkgname}.png
}