From 396672961035e82b367633293e39e0c23fd1b574 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:01 +0700 Subject: [PATCH] innoextract: for boost-1.88 --- srcpkgs/innoextract/patches/boost-1.88.patch | 11 +++++++++++ srcpkgs/innoextract/template | 9 +++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/innoextract/patches/boost-1.88.patch diff --git a/srcpkgs/innoextract/patches/boost-1.88.patch b/srcpkgs/innoextract/patches/boost-1.88.patch new file mode 100644 index 00000000000..966026af0fa --- /dev/null +++ b/srcpkgs/innoextract/patches/boost-1.88.patch @@ -0,0 +1,11 @@ +--- a/src/stream/slice.cpp ++++ b/src/stream/slice.cpp +@@ -26,7 +26,7 @@ + + #include + #include +-#include ++#include + #include + + #include "util/console.hpp" diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template index 03046857247..b051abafcc6 100644 --- a/srcpkgs/innoextract/template +++ b/srcpkgs/innoextract/template @@ -1,13 +1,18 @@ # Template file for 'innoextract' pkgname=innoextract version=1.9 -revision=5 +revision=6 build_style=cmake 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" maintainer="Antonio Malcolm " license="Zlib" homepage="http://constexpr.org/innoextract/" distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz" checksum=6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126 + +post_patch() { + sed -i '/cmake_minimum_required/d' cmake/*.cmake +}