mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
TSC: for boost-1.88
This commit is contained in:
parent
92396eb720
commit
f1e4e12110
3 changed files with 14 additions and 3 deletions
10
srcpkgs/TSC/patches/boost-1.88.patch
Normal file
10
srcpkgs/TSC/patches/boost-1.88.patch
Normal 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>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'TSC'
|
# Template file for 'TSC'
|
||||||
pkgname=TSC
|
pkgname=TSC
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=7
|
revision=8
|
||||||
build_wrksrc=tsc
|
build_wrksrc=tsc
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -10,7 +10,8 @@ configure_args="-DFIXED_DATA_DIR=/usr/share/TSC -DBINARY_DIR=/usr/bin
|
||||||
# Hard to build vendored mruby
|
# Hard to build vendored mruby
|
||||||
# Don't work with mruby 3
|
# Don't work with mruby 3
|
||||||
hostmakedepends="bison gperf pkg-config gettext mruby2"
|
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
|
glew-devel libvorbis-devel libxml++-devel libXt-devel tinyclipboard-devel
|
||||||
pcre-devel mruby2"
|
pcre-devel mruby2"
|
||||||
short_desc="OSS 2D platform game"
|
short_desc="OSS 2D platform game"
|
||||||
|
|
|
@ -7,7 +7,7 @@ short_desc="Lightweight implementation of the Ruby language (Ruby 1.9)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://mruby.org/"
|
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
|
checksum=4dc0017e36d15e81dc85953afb2a643ba2571574748db0d8ede002cefbba053b
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
provides="mruby-${version}_${revision}"
|
provides="mruby-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue