mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
LGOGDownloader: for boost-1.89
This commit is contained in:
parent
50c6985612
commit
402cafe5fb
2 changed files with 16 additions and 2 deletions
14
srcpkgs/LGOGDownloader/patches/boost-1.89.patch
Normal file
14
srcpkgs/LGOGDownloader/patches/boost-1.89.patch
Normal 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)
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'LGOGDownloader'
|
# Template file for 'LGOGDownloader'
|
||||||
pkgname=LGOGDownloader
|
pkgname=LGOGDownloader
|
||||||
version=3.17
|
version=3.17
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_bool qt USE_QT_GUI)"
|
configure_args="$(vopt_bool qt USE_QT_GUI)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libtidy5-devel tinyxml2-devel libcurl-devel rhash-devel
|
makedepends="libtidy5-devel tinyxml2-devel libcurl-devel rhash-devel
|
||||||
jsoncpp-devel boost-devel-minimal libboost_program_options libboost_iostreams
|
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
|
$(vopt_if qt "qt6-webengine-devel qt6-declarative-devel
|
||||||
qt6-webchannel-devel qt6-location-devel")"
|
qt6-webchannel-devel qt6-location-devel")"
|
||||||
short_desc="Open source downloader for GOG.com games that uses the GOG.com API"
|
short_desc="Open source downloader for GOG.com games that uses the GOG.com API"
|
||||||
|
|
Loading…
Add table
Reference in a new issue