mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nextcloud-client: update to 2.6.3
This commit is contained in:
parent
9be1e39151
commit
affcffff4e
1 changed files with 7 additions and 15 deletions
|
@ -1,21 +1,23 @@
|
||||||
# Template file for 'nextcloud-client'
|
# Template file for 'nextcloud-client'
|
||||||
pkgname=nextcloud-client
|
pkgname=nextcloud-client
|
||||||
version=2.6.2
|
version=2.6.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="desktop-${version}"
|
wrksrc="desktop-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev"
|
configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
|
makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
|
||||||
qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-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"
|
conf_files="/etc/Nextcloud/sync-exclude.lst"
|
||||||
short_desc="NextCloud Desktop client"
|
short_desc="NextCloud Desktop client"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://nextcloud.com/clients/"
|
homepage="https://nextcloud.com/clients/"
|
||||||
distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
|
||||||
checksum=bbcb6593134836226640b108da7ad3db061417681e2d843bc371b1d697fb0551
|
checksum=5a98b828027d65a77a41daff3f678cacef12525099b1fd2f3114551db01ff298
|
||||||
|
|
||||||
build_options="dolphin shibboleth webengine"
|
build_options="dolphin shibboleth webengine"
|
||||||
desc_option_dolphin="Build KDE dolphin support"
|
desc_option_dolphin="Build KDE dolphin support"
|
||||||
|
@ -29,16 +31,6 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||||
fi
|
fi
|
||||||
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
|
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
|
||||||
# provides desktoptojson
|
# provides desktoptojson
|
||||||
|
|
Loading…
Add table
Reference in a new issue