TSC: for boost-1.88

This commit is contained in:
Đoàn Trần Công Danh 2025-08-08 22:01:10 +07:00
parent 92396eb720
commit f1e4e12110
3 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,10 @@
--- a/tsc/src/core/global_basic.hpp
+++ b/tsc/src/core/global_basic.hpp
@@ -77,7 +77,6 @@
// Boost
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
-#include <boost/filesystem/convenience.hpp>
#include <boost/thread/thread.hpp>
#include <boost/chrono.hpp>
#include <boost/system/error_code.hpp>

View file

@ -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"

View file

@ -7,7 +7,7 @@ short_desc="Lightweight implementation of the Ruby language (Ruby 1.9)"
maintainer="Orphaned <orphan@voidlinux.org>"
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}"