LGOGDownloader: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:32 +07:00
parent 50c6985612
commit 402cafe5fb
2 changed files with 16 additions and 2 deletions

View file

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

View file

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