mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
LGOGDownloader: update to 3.13
This commit is contained in:
parent
c3cf97957e
commit
da10ba0b15
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'LGOGDownloader'
|
# Template file for 'LGOGDownloader'
|
||||||
pkgname=LGOGDownloader
|
pkgname=LGOGDownloader
|
||||||
version=3.11
|
version=3.13
|
||||||
revision=4
|
revision=1
|
||||||
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="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel
|
makedepends="libtidy5-devel tinyxml2-devel libcurl-devel rhash-devel
|
||||||
jsoncpp-devel boost-devel openssl-devel zlib-devel
|
jsoncpp-devel boost-devel openssl-devel zlib-devel
|
||||||
$(vopt_if qt "qt5-webengine-devel qt5-declarative-devel
|
$(vopt_if qt "qt6-webengine-devel qt6-declarative-devel
|
||||||
qt5-webchannel-devel qt5-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"
|
||||||
maintainer="RunningDroid <runningdroid@zoho.com>"
|
maintainer="RunningDroid <runningdroid@zoho.com>"
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
homepage="https://github.com/Sude-/lgogdownloader"
|
homepage="https://github.com/Sude-/lgogdownloader"
|
||||||
distfiles="https://github.com/Sude-/lgogdownloader/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Sude-/lgogdownloader/archive/v${version}.tar.gz"
|
||||||
checksum=01c9556287d5f49662c2219365b9d306482e8efadc805c3dbb9381d5110df719
|
checksum=c1b6b7c528ba257a2948a9a14e5b1277e2430cc47ae5505a0357853813ed5bd7
|
||||||
|
|
||||||
build_options="qt"
|
build_options="qt"
|
||||||
desc_option_qt="Include QT WebEngine to support solving captchas"
|
desc_option_qt="Include QT WebEngine to support solving captchas"
|
||||||
|
|
Loading…
Add table
Reference in a new issue