Github messages for voidlinux
 help / color / mirror / Atom feed
From: gbeliako <gbeliako@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nextcloud-client: update to 3.4.2
Date: Sun, 30 Jan 2022 09:24:55 +0100	[thread overview]
Message-ID: <20220130082455.mScHilJ6BwlnY178O7B0kbLaULMoqar8FQhxmlpVck8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35286@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

There is an updated pull request by gbeliako against master on the void-packages repository

https://github.com/gbeliako/void-packages nextcloud-client-branch
https://github.com/void-linux/void-packages/pull/35286

nextcloud-client: update to 3.4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
(CROSSBUILD)
  - armv7hf-musl 
  - armv7lhf
  - armv6hf
<!---->


A patch file from https://github.com/void-linux/void-packages/pull/35286.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nextcloud-client-branch-35286.patch --]
[-- Type: text/x-diff, Size: 2280 bytes --]

From 9c0fb463db66c5e1419920710c458a432c0955b5 Mon Sep 17 00:00:00 2001
From: chaquen <void@cgps.xyz>
Date: Sat, 29 Jan 2022 17:59:08 +1100
Subject: [PATCH] nextcloud-client: update to 3.4.2

---
 srcpkgs/nextcloud-client/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index e7d356bfa31d..cc3a91d19e7b 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,13 +1,13 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.3.5
+version=3.4.2
 revision=1
 wrksrc="desktop-${version}"
 build_style=cmake
 configure_args="-Wno-dev"
-hostmakedepends="pkg-config inkscape"
-makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
- qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+hostmakedepends="pkg-config inkscape "
+makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel openssl-devel
+ qt5-location-devel qtkeychain-qt5-devel sqlite-devel sqlite libcloudproviders-devel qt5-qmake qt5-host-tools qt5-tools
  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
  $(vopt_if webengine 'qt5-webengine-devel')"
@@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
 homepage="https://nextcloud.com/clients/"
 changelog="https://github.com/nextcloud/desktop/releases"
 distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
-checksum=5e952be36ab6806ffbab6d216b05bfbd9d7e72687e0d281f492e1059cd34b419
+checksum=2519d2329e19f805609aa92aa4bcbc0b8afbfb68b067e963aa849da50b236c5d
 make_check=ci-skip
 
 build_options="dolphin webengine"
@@ -39,6 +39,14 @@ if [ "$CROSS_BUILD" ]; then
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	#provides argp library
+	makedepends+=" argp-standalone"
+fi
+if [ "$XBPS_TARGET_MACHINE" != "armv7l" ]; then
+	#these packages are broken on that architecture
+	hostmakedepends+=" qt5-devel qt5-webengine-devel qt5-webview-devel"
+fi
 
 subpackages="nextcloud-client-kwallet nextcloud-client-devel"
 subpackages+=" $(vopt_if dolphin 'nextcloud-client-dolphin')"

  parent reply	other threads:[~2022-01-30  8:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-29  7:02 [PR PATCH] " gbeliako
2022-01-29  7:25 ` [PR PATCH] [Updated] " gbeliako
2022-01-29 10:07 ` gbeliako
2022-01-29 10:29 ` gbeliako
2022-01-29 10:51 ` gbeliako
2022-01-29 23:51 ` gbeliako
2022-01-30  2:31 ` gbeliako
2022-01-30  2:48 ` gbeliako
2022-01-30  3:19 ` gbeliako
2022-01-30  4:32 ` gbeliako
2022-01-30  4:38 ` gbeliako
2022-01-30  5:16 ` gbeliako
2022-01-30  5:33 ` gbeliako
2022-01-30  6:40 ` gbeliako
2022-01-30  7:13 ` gbeliako
2022-01-30  7:14 ` gbeliako
2022-01-30  8:24 ` gbeliako [this message]
2022-02-06 23:15 ` [PR REVIEW] " ericonr
2022-02-06 23:15 ` ericonr
2022-02-06 23:15 ` ericonr
2022-02-06 23:15 ` ericonr
2022-02-07  5:25 ` [PR PATCH] [Updated] " gbeliako
2022-02-07  5:29 ` gbeliako
2022-02-07  5:34 ` gbeliako
2022-02-07  6:20 ` gbeliako
2022-02-07  7:11 ` [PR REVIEW] " gbeliako
2022-06-22  2:14 ` github-actions
2022-07-07  2:14 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220130082455.mScHilJ6BwlnY178O7B0kbLaULMoqar8FQhxmlpVck8@z \
    --to=gbeliako@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).