From f1e4e12110fd2d23dd6271b9159616e0339a599a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:01:10 +0700 Subject: [PATCH] TSC: for boost-1.88 --- srcpkgs/TSC/patches/boost-1.88.patch | 10 ++++++++++ srcpkgs/TSC/template | 5 +++-- srcpkgs/mruby2/template | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/TSC/patches/boost-1.88.patch diff --git a/srcpkgs/TSC/patches/boost-1.88.patch b/srcpkgs/TSC/patches/boost-1.88.patch new file mode 100644 index 00000000000..060e5437628 --- /dev/null +++ b/srcpkgs/TSC/patches/boost-1.88.patch @@ -0,0 +1,10 @@ +--- a/tsc/src/core/global_basic.hpp ++++ b/tsc/src/core/global_basic.hpp +@@ -77,7 +77,6 @@ + // Boost + #include + #include +-#include + #include + #include + #include diff --git a/srcpkgs/TSC/template b/srcpkgs/TSC/template index c9621fd4f77..acec64c4523 100644 --- a/srcpkgs/TSC/template +++ b/srcpkgs/TSC/template @@ -1,7 +1,7 @@ # Template file for 'TSC' pkgname=TSC version=2.1.0 -revision=7 +revision=8 build_wrksrc=tsc build_style=cmake build_helper="qemu" @@ -10,7 +10,8 @@ configure_args="-DFIXED_DATA_DIR=/usr/share/TSC -DBINARY_DIR=/usr/bin # Hard to build vendored mruby # Don't work with mruby 3 hostmakedepends="bison gperf pkg-config gettext mruby2" -makedepends="SFML-devel boost-devel cegui-devel devil-devel gettext-devel +makedepends="SFML-devel boost-devel-minimal libboost_chrono libboost_thread + libboost_filesystem cegui-devel devil-devel gettext-devel glew-devel libvorbis-devel libxml++-devel libXt-devel tinyclipboard-devel pcre-devel mruby2" short_desc="OSS 2D platform game" diff --git a/srcpkgs/mruby2/template b/srcpkgs/mruby2/template index 29f73ff211b..f4405e9e908 100644 --- a/srcpkgs/mruby2/template +++ b/srcpkgs/mruby2/template @@ -7,7 +7,7 @@ short_desc="Lightweight implementation of the Ruby language (Ruby 1.9)" maintainer="Orphaned " license="MIT" homepage="https://mruby.org/" -distfiles="https://github.com/mruby/mruby/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/mruby/mruby/archive/${version}.tar.gz" checksum=4dc0017e36d15e81dc85953afb2a643ba2571574748db0d8ede002cefbba053b lib32disabled=yes provides="mruby-${version}_${revision}"