Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.4.2
@ 2022-01-29  7:02 gbeliako
  2022-01-29  7:25 ` [PR PATCH] [Updated] " gbeliako
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: gbeliako @ 2022-01-29  7:02 UTC (permalink / raw)
  To: ml

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

There is a new 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
<!---->


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: 2003 bytes --]

From 6995adbe321ec725ecf7f396fa35521ffaf0dbc3 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 | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index e7d356bfa31d..c1bbf183b93b 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,12 +1,12 @@
 # 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
+hostmakedepends="pkg-config inkscape "
+makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel openssl-devel qt5-webengine-devel
  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
@@ -20,8 +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
-make_check=ci-skip
+checksum=2519d2329e19f805609aa92aa4bcbc0b8afbfb68b067e963aa849da50b236c5d
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
@@ -39,6 +38,10 @@ if [ "$CROSS_BUILD" ]; then
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	#probides argp library
+	makedepends+=" argp-standalone"
+fi
 
 subpackages="nextcloud-client-kwallet nextcloud-client-devel"
 subpackages+=" $(vopt_if dolphin 'nextcloud-client-dolphin')"

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2022-07-07  2:14 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29  7:02 [PR PATCH] nextcloud-client: update to 3.4.2 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
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

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).