Update nextcloudclient to 3.0.2

Update diff from Adriano Barbosa (maintainer) with a missing runtime fix by
Eric JACQUOT.  Nextcloudclient apparently needs x11/qt5/qtgraphicaleffects
(plugin) at runtime.
This commit is contained in:
rsadowski 2020-10-04 15:48:32 +00:00
parent a0b9566c4d
commit 75cbb9577f
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2020/08/31 06:09:23 rsadowski Exp $ #
# $OpenBSD: Makefile,v 1.10 2020/10/04 15:48:32 rsadowski Exp $ #
COMMENT = desktop sync client for Nextcloud
V = 3.0.1
V = 3.0.2
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@ -35,7 +35,8 @@ BUILD_DEPENDS = devel/gettext,-tools
BUILD_DEPENDS += devel/cmocka
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
x11/gtk+3,-guic \
x11/qt5/qtgraphicaleffects
LIB_DEPENDS = databases/sqlite3 \
devel/libinotify \

View File

@ -1,2 +1,2 @@
SHA256 (nextcloudclient-3.0.1.tar.gz) = X6TZQOHrQjmX2az22OCI6EpZoBW+Sp8f3KVS/xaAgks=
SIZE (nextcloudclient-3.0.1.tar.gz) = 19059671
SHA256 (nextcloudclient-3.0.2.tar.gz) = B9gRHkfItjUfcHQ1XgkTQjYyYvk9gc485F3R745qab0=
SIZE (nextcloudclient-3.0.2.tar.gz) = 19114545

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_gui_wizard_owncloudsetuppage_cpp,v 1.3 2020/08/27 18:19:09 rsadowski Exp $
$OpenBSD: patch-src_gui_wizard_owncloudsetuppage_cpp,v 1.4 2020/10/04 15:48:32 rsadowski Exp $
Index: src/gui/wizard/owncloudsetuppage.cpp
--- src/gui/wizard/owncloudsetuppage.cpp.orig
@ -12,7 +12,7 @@ Index: src/gui/wizard/owncloudsetuppage.cpp
_authTypeKnown = true;
_checking = false;
emit completeChanged();
@@ -254,12 +254,8 @@ int OwncloudSetupPage::nextId() const
@@ -258,12 +258,8 @@ int OwncloudSetupPage::nextId() const
return WizardCommon::Page_HttpCreds;
case DetermineAuthTypeJob::OAuth:
return WizardCommon::Page_OAuthCreds;