innoextract: for boost-1.88

This commit is contained in:
Đoàn Trần Công Danh 2025-08-08 22:01:01 +07:00
parent 7c6673efc7
commit 3966729610
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/src/stream/slice.cpp
+++ b/src/stream/slice.cpp
@@ -26,7 +26,7 @@
#include <boost/cstdint.hpp>
#include <boost/algorithm/string/predicate.hpp>
-#include <boost/filesystem/operations.hpp>
+#include <boost/filesystem.hpp>
#include <boost/range/size.hpp>
#include "util/console.hpp"

View file

@ -1,13 +1,18 @@
# Template file for 'innoextract' # Template file for 'innoextract'
pkgname=innoextract pkgname=innoextract
version=1.9 version=1.9
revision=5 revision=6
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules" hostmakedepends="extra-cmake-modules"
makedepends="boost-devel liblzma-devel" makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams
libboost_date_time libboost_program_options liblzma-devel"
short_desc="Tool to unpack installers created by Inno Setup" short_desc="Tool to unpack installers created by Inno Setup"
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>" maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
license="Zlib" license="Zlib"
homepage="http://constexpr.org/innoextract/" homepage="http://constexpr.org/innoextract/"
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz" distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126 checksum=6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126
post_patch() {
sed -i '/cmake_minimum_required/d' cmake/*.cmake
}