Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.12.5
@ 2024-05-07 18:54 mdkcore0
  2024-05-14 17:22 ` cinerea0
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mdkcore0 @ 2024-05-07 18:54 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mdkcore0 against master on the void-packages repository

https://github.com/mdkcore0/void-packages update-nextcloud
https://github.com/void-linux/void-packages/pull/50235

nextcloud-client: update to 3.12.5
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From a7403ed91400615616e33b3621294593c692bd67 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 7 May 2024 14:22:18 -0300
Subject: [PATCH] nextcloud-client: update to 3.12.5

---
 srcpkgs/nextcloud-client/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index e329c3ccd4712b..d90816b0173c1d 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.12.4
+version=3.12.5
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -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=317728270d1671e09fbd874f8348a6501c381808864d8ef1716b21080c1ff9d8
+checksum=06762f7e7079ce398c2440ac41a395d7bdba3f5e4055339975721ce45582223b
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: nextcloud-client: update to 3.12.5
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
@ 2024-05-14 17:22 ` cinerea0
  2024-05-14 17:27 ` mdkcore0
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-05-14 17:22 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50235#issuecomment-2110755326

Comment:
Version 3.13.0 is now available.

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

* Re: nextcloud-client: update to 3.12.5
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
  2024-05-14 17:22 ` cinerea0
@ 2024-05-14 17:27 ` mdkcore0
  2024-05-17  0:04 ` [PR PATCH] [Updated] " mdkcore0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-05-14 17:27 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50235#issuecomment-2110763553

Comment:
oh, will bump and test it tonight, thanks!

On May 14, 2024 5:23:17 PM UTC, cinerea0 ***@***.***> wrote:
>Version 3.13.0 is now available.
>


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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.12.5
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
  2024-05-14 17:22 ` cinerea0
  2024-05-14 17:27 ` mdkcore0
@ 2024-05-17  0:04 ` mdkcore0
  2024-05-17  0:30 ` [PR PATCH] [Updated] nextcloud-client: update to 3.13.0 mdkcore0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-05-17  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-nextcloud
https://github.com/void-linux/void-packages/pull/50235

nextcloud-client: update to 3.12.5
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From 99fd2aec364c36c9db368a4c81e71796c500884a Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 7 May 2024 14:22:18 -0300
Subject: [PATCH] nextcloud-client: update to 3.13.0

---
 srcpkgs/nextcloud-client/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index e329c3ccd4712b..a75f5ce6c337b6 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.12.4
+version=3.13.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -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=317728270d1671e09fbd874f8348a6501c381808864d8ef1716b21080c1ff9d8
+checksum=ed2338eab4d6b77e29c53e765afa08940191326182e18f05c4e62059ffa74da9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.13.0
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
                   ` (2 preceding siblings ...)
  2024-05-17  0:04 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-05-17  0:30 ` mdkcore0
  2024-05-17  0:31 ` mdkcore0
  2024-05-20 16:59 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-05-17  0:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-nextcloud
https://github.com/void-linux/void-packages/pull/50235

nextcloud-client: update to 3.13.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From 98e890302e7d39a215259132e42b12d7fd6fd183 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 7 May 2024 14:22:18 -0300
Subject: [PATCH] nextcloud-client: update to 3.13.0

---
 srcpkgs/nextcloud-client/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index e329c3ccd4712b..94b17d0bc2431e 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.12.4
+version=3.13.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -11,7 +11,7 @@ makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
  qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
  $(vopt_if webengine 'qt5-webengine-devel')"
-depends="qt5-graphicaleffects"
+depends="qt5-graphicaleffects kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -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=317728270d1671e09fbd874f8348a6501c381808864d8ef1716b21080c1ff9d8
+checksum=ed2338eab4d6b77e29c53e765afa08940191326182e18f05c4e62059ffa74da9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: nextcloud-client: update to 3.13.0
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
                   ` (3 preceding siblings ...)
  2024-05-17  0:30 ` [PR PATCH] [Updated] nextcloud-client: update to 3.13.0 mdkcore0
@ 2024-05-17  0:31 ` mdkcore0
  2024-05-20 16:59 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-05-17  0:31 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50235#issuecomment-2116424301

Comment:
> oh, will bump and test it tonight, thanks!

updated to 3.13.0



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

* Re: [PR PATCH] [Merged]: nextcloud-client: update to 3.13.0
  2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
                   ` (4 preceding siblings ...)
  2024-05-17  0:31 ` mdkcore0
@ 2024-05-20 16:59 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-05-20 16:59 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

nextcloud-client: update to 3.13.0
https://github.com/void-linux/void-packages/pull/50235

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

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

end of thread, other threads:[~2024-05-20 16:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 18:54 [PR PATCH] nextcloud-client: update to 3.12.5 mdkcore0
2024-05-14 17:22 ` cinerea0
2024-05-14 17:27 ` mdkcore0
2024-05-17  0:04 ` [PR PATCH] [Updated] " mdkcore0
2024-05-17  0:30 ` [PR PATCH] [Updated] nextcloud-client: update to 3.13.0 mdkcore0
2024-05-17  0:31 ` mdkcore0
2024-05-20 16:59 ` [PR PATCH] [Merged]: " cinerea0

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