nextcloud-client: update to 2.6.3

This commit is contained in:
yopito 2020-02-18 20:20:08 +01:00 committed by Piraty
parent 9be1e39151
commit affcffff4e
1 changed files with 7 additions and 15 deletions

View File

@ -1,21 +1,23 @@
# Template file for 'nextcloud-client'
pkgname=nextcloud-client
version=2.6.2
revision=2
version=2.6.3
revision=1
wrksrc="desktop-${version}"
build_style=cmake
configure_args="-Wno-dev"
configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')"
hostmakedepends="pkg-config"
makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
$(vopt_if dolphin 'extra-cmake-modules kio-devel')"
$(vopt_if dolphin 'extra-cmake-modules kio-devel')
$(vopt_if shibboleth 'qt5-webkit-devel')
$(vopt_if webengine 'qt5-webengine-devel')"
conf_files="/etc/Nextcloud/sync-exclude.lst"
short_desc="NextCloud Desktop client"
maintainer="yopito <pierre.bourgin@free.fr>"
license="GPL-2.0-or-later"
homepage="https://nextcloud.com/clients/"
distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
checksum=bbcb6593134836226640b108da7ad3db061417681e2d843bc371b1d697fb0551
checksum=5a98b828027d65a77a41daff3f678cacef12525099b1fd2f3114551db01ff298
build_options="dolphin shibboleth webengine"
desc_option_dolphin="Build KDE dolphin support"
@ -29,16 +31,6 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
fi
fi
if [ "$build_option_shibboleth" ]; then
makedepends+=" qt5-webkit-devel"
else
configure_args+=" -DNO_SHIBBOLETH=TRUE"
fi
if [ "$build_option_webengine" ]; then
makedepends+=" qt5-webengine-devel"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
# provides desktoptojson