From bcf0d16ef507376f789ae2c3d60f694475f4df64 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 23 Dec 2022 00:13:03 +0100 Subject: [PATCH] DarkRadiant: update to 3.7.0. --- srcpkgs/DarkRadiant/patches/32.patch | 20 -------------------- srcpkgs/DarkRadiant/template | 6 +++--- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 srcpkgs/DarkRadiant/patches/32.patch diff --git a/srcpkgs/DarkRadiant/patches/32.patch b/srcpkgs/DarkRadiant/patches/32.patch deleted file mode 100644 index 24845c30bc7..00000000000 --- a/srcpkgs/DarkRadiant/patches/32.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- DarkRadiant-2.14.0/radiantcore/model/import/openfbx/ofbx.h 2021-10-30 12:57:00.000000000 +0200 -+++ - 2021-12-07 14:04:32.530489783 +0100 -@@ -1,5 +1,5 @@ - #pragma once -- -+#include - - namespace ofbx - { -@@ -12,8 +12,8 @@ - typedef long long i64; - typedef unsigned long long u64; - #else -- typedef long i64; -- typedef unsigned long u64; -+ typedef int64_t i64; -+ typedef uint64_t u64; - #endif - - static_assert(sizeof(u8) == 1, "u8 is not 1 byte"); diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template index 7192a74ebf5..23cecf8b9dd 100644 --- a/srcpkgs/DarkRadiant/template +++ b/srcpkgs/DarkRadiant/template @@ -1,7 +1,7 @@ # Template file for 'DarkRadiant' pkgname=DarkRadiant -version=2.14.0 -revision=3 +version=3.7.0 +revision=1 build_style=cmake build_helper=cmake-wxWidgets-gtk3 hostmakedepends="pkg-config ruby-asciidoctor" @@ -14,7 +14,7 @@ maintainer="John " license="GPL-2.0-or-later" homepage="https://github.com/codereader/DarkRadiant/" distfiles="https://github.com/codereader/DarkRadiant/archive/${version}.tar.gz" -checksum=cc7802cb362c6b66d0dbd4a5798ebe8d0e069d0e7a05b6f4ab679c167a1d7621 +checksum=c8d52dc1ca98ca10a93bf698e7e12c6ac761f12f8f210e403bad72e842155737 CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/lib/wx/include/gtk3-unicode-3.0" CXXFLAGS="$CXXFLAGS -I${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11/include"