owncloudclient: update to 2.7.1

This commit is contained in:
Nathan Owens 2020-11-20 17:48:39 -06:00 committed by Andrew J. Hesford
parent 49f2bdc730
commit d1d6e9f4c8
2 changed files with 6 additions and 15 deletions

View file

@ -1,10 +0,0 @@
--- src/libsync/networkjobs.cpp 2020-01-28 15:57:39.000000000 +0100
+++ src/libsync/networkjobs.cpp 2020-08-31 21:06:43.744784467 +0200
@@ -31,6 +31,7 @@
#include <QJsonObject>
#ifndef TOKEN_AUTH_ONLY
#include <QPainter>
+#include <QPainterPath>
#endif
#include "networkjobs.h"

View file

@ -1,21 +1,22 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=2.6.3.14058
version=2.7.1
revision=1
wrksrc=client-${version}
build_style=cmake
configure_args="-Wno-dev -DNO_SHIBBOLETH=TRUE"
hostmakedepends="pkg-config"
hostmakedepends="pkg-config extra-cmake-modules"
makedepends="qtkeychain-qt5-devel sqlite-devel qt5-declarative-devel
qt5-tools-devel qt5-plugin-odbc qt5-plugin-tds qt5-plugin-pgsql qt5-plugin-mysql
qt5-plugin-sqlite"
depends="qt5-plugin-sqlite"
conf_files="/etc/ownCloud/sync-exclude.lst"
short_desc="Connect to ownCloud servers"
maintainer="Nathan Owens <ndowens04@gmail.com>"
maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.owncloud.org"
distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz"
checksum=e3d38de31e041f0e1836b2b74acfc1fc76eea4955968952a65643cbf36a493f5
distfiles="https://github.com/owncloud/client/archive/v${version}.tar.gz"
checksum=77fe458edeb141fd93bf713f1fa1412f2d7cc7ccae26de816e09d9b5168a5293
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"