LGOGDownloader: update to 3.6.

This commit is contained in:
RunningDroid 2020-03-15 18:35:48 -04:00 committed by Juan RP
parent fd6825ef85
commit c25781e003

View file

@ -1,18 +1,18 @@
# Template file for 'LGOGDownloader' # Template file for 'LGOGDownloader'
pkgname=LGOGDownloader pkgname=LGOGDownloader
version=3.5 version=3.6
revision=3 revision=1
wrksrc="lgogdownloader-${version}" wrksrc="lgogdownloader-${version}"
build_style=cmake build_style=cmake
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel liboauth-devel makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel
rhash-devel jsoncpp-devel boost-devel libressl-devel zlib-devel" jsoncpp-devel boost-devel libressl-devel zlib-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=a7493f89e80796a4870d8fbc7996ff836b614a81af1471fc67025a4b194f28be checksum=01b6bea07431a7eea7f9aab73c6f3c19fc50f667f72246cf6093d0dd8d3d699b
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"
@ -21,9 +21,3 @@ fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"
fi fi
pre_configure() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
sed -i 's/PRIVATE ${ZLIB_LIBRARIES}/\0\n atomic/' CMakeLists.txt
fi
}