From 402cafe5fb6f932e8a096ae97acdbaa504a8d6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:32 +0700 Subject: [PATCH] LGOGDownloader: for boost-1.89 --- srcpkgs/LGOGDownloader/patches/boost-1.89.patch | 14 ++++++++++++++ srcpkgs/LGOGDownloader/template | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/LGOGDownloader/patches/boost-1.89.patch diff --git a/srcpkgs/LGOGDownloader/patches/boost-1.89.patch b/srcpkgs/LGOGDownloader/patches/boost-1.89.patch new file mode 100644 index 00000000000..6453b2d2609 --- /dev/null +++ b/srcpkgs/LGOGDownloader/patches/boost-1.89.patch @@ -0,0 +1,14 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -16,11 +16,8 @@ endif(USE_QT_GUI) + + find_package(Boost + REQUIRED +- system + filesystem +- regex + program_options +- date_time + iostreams + ) + find_package(CURL 7.55.0 REQUIRED) diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template index fc760cea46a..091a5e3cf80 100644 --- a/srcpkgs/LGOGDownloader/template +++ b/srcpkgs/LGOGDownloader/template @@ -1,13 +1,13 @@ # Template file for 'LGOGDownloader' pkgname=LGOGDownloader version=3.17 -revision=1 +revision=2 build_style=cmake configure_args="$(vopt_bool qt USE_QT_GUI)" hostmakedepends="pkg-config" makedepends="libtidy5-devel tinyxml2-devel libcurl-devel rhash-devel jsoncpp-devel boost-devel-minimal libboost_program_options libboost_iostreams - libboost_date_time libboost_filesystem openssl-devel zlib-devel + libboost_filesystem openssl-devel zlib-devel $(vopt_if qt "qt6-webengine-devel qt6-declarative-devel qt6-webchannel-devel qt6-location-devel")" short_desc="Open source downloader for GOG.com games that uses the GOG.com API"