Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.14.0
@ 2024-09-17  2:57 mdkcore0
  2024-09-24  1:15 ` [PR PATCH] [Updated] " mdkcore0
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mdkcore0 @ 2024-09-17  2:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'

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

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

From 67137e4403b0d4c36ffbf29509e59827534d42fd Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # 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.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
@ 2024-09-24  1:15 ` mdkcore0
  2024-09-30 21:06 ` mdkcore0
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-09-24  1:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From 0d95197993e42d61172907dca801841c1c5a1eb1 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/2] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From 8ed4f498d0a22e13077328b1933b259a7b78d39b Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/2] WIP

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

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..371b265afa7cd8 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -5,13 +5,20 @@ revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -26,7 +33,7 @@ make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
  2024-09-24  1:15 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-09-30 21:06 ` mdkcore0
  2024-10-02 21:33 ` mdkcore0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-09-30 21:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From 77108e044a5d1d03df32e45303868a5a5528eea2 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/2] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From a2456fae710fba340b55407f42c9c2133c59297c Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/2] WIP

---
 srcpkgs/nextcloud-client/template | 32 +++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..04ca538483c214 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,17 +1,24 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -20,13 +27,13 @@ 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=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
+checksum=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
  2024-09-24  1:15 ` [PR PATCH] [Updated] " mdkcore0
  2024-09-30 21:06 ` mdkcore0
@ 2024-10-02 21:33 ` mdkcore0
  2024-10-24 20:52 ` mdkcore0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-10-02 21:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From 5569a4af8e0c4147ed85d06db81a51649c29c416 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/2] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From 592ce91e92820d2db014c8d77483190f362dcc73 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/2] WIP

---
 srcpkgs/nextcloud-client/template | 32 +++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..68f2bf86d8194f 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,17 +1,24 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -20,13 +27,13 @@ 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=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
+checksum=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools qt6-declarative-host-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
                   ` (2 preceding siblings ...)
  2024-10-02 21:33 ` mdkcore0
@ 2024-10-24 20:52 ` mdkcore0
  2024-10-25 14:31 ` mdkcore0
  2024-11-08 18:22 ` mdkcore0
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-10-24 20:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From 8b132314d8be32fd1363972cb5d877e97428a253 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/2] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From ac1f1e7e909c3cc62abc5c7ed7a7f019dda3315f Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/2] WIP

---
 srcpkgs/nextcloud-client/template | 32 +++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..68f2bf86d8194f 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,17 +1,24 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -20,13 +27,13 @@ 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=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
+checksum=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools qt6-declarative-host-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
                   ` (3 preceding siblings ...)
  2024-10-24 20:52 ` mdkcore0
@ 2024-10-25 14:31 ` mdkcore0
  2024-11-08 18:22 ` mdkcore0
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-10-25 14:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From dd3e50a68af5255a56be53a6c7a746c39da0c46e Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/3] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From 8ce0cf6172fd377ad87a8358687eecc0dfcb0e83 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/3] WIP

---
 srcpkgs/nextcloud-client/template | 32 +++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..68f2bf86d8194f 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,17 +1,24 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -20,13 +27,13 @@ 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=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
+checksum=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools qt6-declarative-host-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

From 5787c55d14b54415b68ea12bef34f33c747ede1c Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 24 Oct 2024 18:05:13 -0300
Subject: [PATCH 3/3] WIP

---
 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 68f2bf86d8194f..4c4092dac6aa09 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.14.1
+version=3.14.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -27,7 +27,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=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
+checksum=2b2209a47bc4011d7ddf50371138f4c7d8330079ab95d2859dd9b3df314520e4
 # 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.14.0
  2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
                   ` (4 preceding siblings ...)
  2024-10-25 14:31 ` mdkcore0
@ 2024-11-08 18:22 ` mdkcore0
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2024-11-08 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 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/52244

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

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

libpulseaudio-16.1_1: broken, unresolvable shlib `libwebrtc_audio_processing.so.1'
edit: ALSO it is using qt6 by default now, will evaluate changes to include it on this update

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

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

From 35a4d9d0ffcdbc02f002bfbb4569d19bf2653126 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 16 Sep 2024 23:48:52 -0300
Subject: [PATCH 1/4] nextcloud-client: update to 3.14.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 bf9bb259f8d153..1d4990d3ec0e90 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.13.3
+version=3.14.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=4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
+checksum=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From 09b84e5dbaa8f2d35643c98a85a964298f1c1524 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 23 Sep 2024 22:15:01 -0300
Subject: [PATCH 2/4] WIP

---
 srcpkgs/nextcloud-client/template | 32 +++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 1d4990d3ec0e90..68f2bf86d8194f 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,17 +1,24 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -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
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+# makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
+#  qt5-location-devel qtkeychain-qt5-devel sqlite-devel libcloudproviders-devel
+#  qt5-quickcontrols2-devel qt5-websockets-devel qt5-svg-devel karchive-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 kguiaddons"
+makedepends="qt6-tools-devel qt6-webchannel-devel qt6-location-devel
+ qtkeychain-qt6-devel sqlite-devel libcloudproviders-devel
+ qt6-declarative-devel qt6-websockets-devel qt6-svg-devel kf6-karchive-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite
+ $(vopt_if dolphin 'extra-cmake-modules kf6-kio-devel')
+ $(vopt_if webengine 'qt6-webengine-devel')"
+depends="qt6-qt5compat kguiaddons"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"
@@ -20,13 +27,13 @@ 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=6296db421df4fd0d8e9adfa8dc249974b314e9dabc00362b4a5e9e9425a09155
+checksum=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 
 build_options="dolphin webengine"
 desc_option_dolphin="Build KDE dolphin support"
-desc_option_webengine="Build Qt5 WebEngine support"
+desc_option_webengine="Build Qt6 WebEngine support"
 build_options_default="dolphin"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
@@ -36,7 +43,8 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	# hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
+	hostmakedepends+=" qt6-tools qt6-declarative-host-tools"
 	# provides desktoptojson
 	hostmakedepends+=" $(vopt_if dolphin 'kcoreaddons')"
 fi
@@ -76,7 +84,7 @@ nextcloud-client-dolphin_package() {
 	depends="nextcloud-client>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/lib/libnextclouddolphinpluginhelper.so
-		vmove usr/lib/qt5
+		vmove usr/lib/qt6
 	}
 }
 

From bb4adaafdc4f946e5f368f5d1db7964bc1630d1f Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 24 Oct 2024 18:05:13 -0300
Subject: [PATCH 3/4] WIP

---
 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 68f2bf86d8194f..4c4092dac6aa09 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.14.1
+version=3.14.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -27,7 +27,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=83ddff511684c7b56a0a428c1a50630042a4c64d7b382d13b083509051cac8b9
+checksum=2b2209a47bc4011d7ddf50371138f4c7d8330079ab95d2859dd9b3df314520e4
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From f254453271eb3ca00989ac045644f275e6eea103 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Fri, 8 Nov 2024 14:14:10 -0300
Subject: [PATCH 4/4] WIP 3.14.3

---
 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 4c4092dac6aa09..4596938d77584d 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.14.2
+version=3.14.3
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=OFF -Wno-dev"
@@ -27,7 +27,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=2b2209a47bc4011d7ddf50371138f4c7d8330079ab95d2859dd9b3df314520e4
+checksum=9b09b82f1ebf08b9c4df2ef2c94a735978f1219418bbf81af4fb89ad94cfa634
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

end of thread, other threads:[~2024-11-08 18:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-17  2:57 [PR PATCH] nextcloud-client: update to 3.14.0 mdkcore0
2024-09-24  1:15 ` [PR PATCH] [Updated] " mdkcore0
2024-09-30 21:06 ` mdkcore0
2024-10-02 21:33 ` mdkcore0
2024-10-24 20:52 ` mdkcore0
2024-10-25 14:31 ` mdkcore0
2024-11-08 18:22 ` mdkcore0

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