Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.11.0
@ 2023-12-12 14:36 mdkcore0
  2023-12-12 14:54 ` [PR PATCH] [Updated] " mdkcore0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mdkcore0 @ 2023-12-12 14:36 UTC (permalink / raw)
  To: ml

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

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

#### 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) WIP


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

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

From 9884d629cc7ed289180a0076d701d94c511b9bc2 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 12 Dec 2023 11:33:44 -0300
Subject: [PATCH] nextcloud-client: update to 3.11.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 5bada5e710fec..be87542a2858e 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.10.1
+version=3.11.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -Wno-dev"
@@ -19,7 +19,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=11355941f2b2d83a72868c3dd6101ec1968e6cabb67834a0684ba860faedcee4
+checksum=75d53751411a7544ed5b9f23c3e71c19a96f4096313d76dad77314c3773319d9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
@ 2023-12-12 14:54 ` mdkcore0
  2024-01-04 23:27 ` mdkcore0
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2023-12-12 14:54 UTC (permalink / raw)
  To: ml

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

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

#### 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) WIP


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

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

From c123ec56e587bcd17b7f9b9b786191dbec5b8b4d Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 12 Dec 2023 11:33:44 -0300
Subject: [PATCH] nextcloud-client: update to 3.11.0

---
 .../patches/revert-mandatory-webengine.patch  | 77 -------------------
 srcpkgs/nextcloud-client/template             |  6 +-
 2 files changed, 3 insertions(+), 80 deletions(-)
 delete mode 100644 srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch

diff --git a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch b/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
deleted file mode 100644
index 76aa42fdf54b4f..00000000000000
--- a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 02dd76cdcec49e49b60f99a98dbe241007f548d1 Mon Sep 17 00:00:00 2001
-From: Rodrigo Oliveira <mdkcore@qtrnn.io>
-Date: Thu, 23 Feb 2023 12:56:27 -0300
-Subject: [PATCH] Revert "makes Qt WebEngine optional only on macOS"
-
-This reverts commit b81cdf177d3410db45e6f97eb3575ceddabb73dd.
----
- src/CMakeLists.txt | 53 ++--------------------------------------------
- 1 file changed, 2 insertions(+), 51 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index a4d06844a..cd3805799 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -4,57 +4,8 @@ endif()
- 
- include(ECMEnableSanitizers)
- 
--set(REQUIRED_QT_VERSION "5.15.0")
--
--find_package(Qt5Core ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Core PROPERTIES
--    DESCRIPTION "Qt5 Core component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Network ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Network PROPERTIES
--    DESCRIPTION "Qt5 Network component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Xml ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Xml PROPERTIES
--    DESCRIPTION "Qt5 Xml component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Concurrent ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Concurrent PROPERTIES
--    DESCRIPTION "Qt5 Concurrent component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5WebEngineWidgets ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE REQUIRED
--    )
--endif()
--
--find_package(Qt5WebEngine ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE REQUIRED
--    )
--endif()
-+find_package(Qt5 5.15 COMPONENTS Core Network Xml Concurrent REQUIRED)
-+find_package(Qt5 5.15 COMPONENTS WebEngineWidgets WebEngine)
- 
- if(Qt5WebEngine_FOUND AND Qt5WebEngineWidgets_FOUND)
-   add_compile_definitions(WITH_WEBENGINE=1)
--- 
-2.39.2
-
diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 5bada5e710fec2..89d4dabc1eb548 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,9 +1,9 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.10.1
+version=3.11.0
 revision=1
 build_style=cmake
-configure_args="-DBUILD_UPDATER=NO -Wno-dev"
+configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=NO -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
@@ -19,7 +19,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=11355941f2b2d83a72868c3dd6101ec1968e6cabb67834a0684ba860faedcee4
+checksum=75d53751411a7544ed5b9f23c3e71c19a96f4096313d76dad77314c3773319d9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
  2023-12-12 14:54 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-01-04 23:27 ` mdkcore0
  2024-01-05 15:36 ` mdkcore0
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2024-01-04 23:27 UTC (permalink / raw)
  To: ml

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

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

#### 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 (crossbuild) WIP


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

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

From 6104867be32e050c05a374a6ad123a4e7524b38a Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 12 Dec 2023 11:33:44 -0300
Subject: [PATCH 1/2] nextcloud-client: update to 3.11.0

---
 .../patches/revert-mandatory-webengine.patch  | 77 -------------------
 srcpkgs/nextcloud-client/template             |  6 +-
 2 files changed, 3 insertions(+), 80 deletions(-)
 delete mode 100644 srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch

diff --git a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch b/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
deleted file mode 100644
index 76aa42fdf54b4..0000000000000
--- a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 02dd76cdcec49e49b60f99a98dbe241007f548d1 Mon Sep 17 00:00:00 2001
-From: Rodrigo Oliveira <mdkcore@qtrnn.io>
-Date: Thu, 23 Feb 2023 12:56:27 -0300
-Subject: [PATCH] Revert "makes Qt WebEngine optional only on macOS"
-
-This reverts commit b81cdf177d3410db45e6f97eb3575ceddabb73dd.
----
- src/CMakeLists.txt | 53 ++--------------------------------------------
- 1 file changed, 2 insertions(+), 51 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index a4d06844a..cd3805799 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -4,57 +4,8 @@ endif()
- 
- include(ECMEnableSanitizers)
- 
--set(REQUIRED_QT_VERSION "5.15.0")
--
--find_package(Qt5Core ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Core PROPERTIES
--    DESCRIPTION "Qt5 Core component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Network ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Network PROPERTIES
--    DESCRIPTION "Qt5 Network component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Xml ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Xml PROPERTIES
--    DESCRIPTION "Qt5 Xml component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Concurrent ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Concurrent PROPERTIES
--    DESCRIPTION "Qt5 Concurrent component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5WebEngineWidgets ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE REQUIRED
--    )
--endif()
--
--find_package(Qt5WebEngine ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE REQUIRED
--    )
--endif()
-+find_package(Qt5 5.15 COMPONENTS Core Network Xml Concurrent REQUIRED)
-+find_package(Qt5 5.15 COMPONENTS WebEngineWidgets WebEngine)
- 
- if(Qt5WebEngine_FOUND AND Qt5WebEngineWidgets_FOUND)
-   add_compile_definitions(WITH_WEBENGINE=1)
--- 
-2.39.2
-
diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 5bada5e710fec..89d4dabc1eb54 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,9 +1,9 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.10.1
+version=3.11.0
 revision=1
 build_style=cmake
-configure_args="-DBUILD_UPDATER=NO -Wno-dev"
+configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=NO -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
@@ -19,7 +19,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=11355941f2b2d83a72868c3dd6101ec1968e6cabb67834a0684ba860faedcee4
+checksum=75d53751411a7544ed5b9f23c3e71c19a96f4096313d76dad77314c3773319d9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

From fc7eae72c18f52d5a7b21b1c15a82e7279fa88fe Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 4 Jan 2024 20:27:23 -0300
Subject: [PATCH 2/2] WIP

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

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 89d4dabc1eb54..3febbae67b657 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -3,13 +3,17 @@ pkgname=nextcloud-client
 version=3.11.0
 revision=1
 build_style=cmake
-configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=NO -Wno-dev"
+# configure_args="-DBUILD_UPDATER=NO -DBUILD_WITH_WEBENGINE=NO -Wno-dev"
+configure_args="-DBUILD_UPDATER=NO -Wno-dev"
 hostmakedepends="pkg-config inkscape"
+# makedepends="qt5-plugin-mysql qt5-plugin-sqlite qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-tds qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
 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 qt5-plugin-mysql qt5-plugin-sqlite"
 depends="qt5-graphicaleffects"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
  2023-12-12 14:54 ` [PR PATCH] [Updated] " mdkcore0
  2024-01-04 23:27 ` mdkcore0
@ 2024-01-05 15:36 ` mdkcore0
  2024-01-05 20:19 ` mdkcore0
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2024-01-05 15:36 UTC (permalink / raw)
  To: ml

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

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

#### 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 (crossbuild) WIP


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

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

From d006f162b81f9d79a34341a430cf6f3bd0906d2e Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Fri, 5 Jan 2024 12:26:56 -0300
Subject: [PATCH] nextcloud-client: update to 3.11.0

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

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 5bada5e710fec..b761bc9b4da5b 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.10.1
+version=3.11.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_UPDATER=NO -Wno-dev"
@@ -8,6 +8,7 @@ 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"
@@ -19,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=11355941f2b2d83a72868c3dd6101ec1968e6cabb67834a0684ba860faedcee4
+checksum=75d53751411a7544ed5b9f23c3e71c19a96f4096313d76dad77314c3773319d9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
                   ` (2 preceding siblings ...)
  2024-01-05 15:36 ` mdkcore0
@ 2024-01-05 20:19 ` mdkcore0
  2024-01-05 21:25 ` mdkcore0
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2024-01-05 20:19 UTC (permalink / raw)
  To: ml

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

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

#### 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 (crossbuild) WIP


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

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

From df9da75991ad96529abd312d6a905cf40abe8240 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Fri, 5 Jan 2024 12:26:56 -0300
Subject: [PATCH] nextcloud-client: update to 3.11.0

Removed the patch to revert the mandatory webengine dependency, as
upstream have added a build argument to disable it [1].

[1] https://github.com/nextcloud/desktop/commit/56f043f375d886a7a3a699466f91bfc2f7f21bbe
---
 .../patches/revert-mandatory-webengine.patch  | 77 -------------------
 srcpkgs/nextcloud-client/template             |  7 +-
 2 files changed, 4 insertions(+), 80 deletions(-)
 delete mode 100644 srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch

diff --git a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch b/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
deleted file mode 100644
index 76aa42fdf54b4..0000000000000
--- a/srcpkgs/nextcloud-client/patches/revert-mandatory-webengine.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 02dd76cdcec49e49b60f99a98dbe241007f548d1 Mon Sep 17 00:00:00 2001
-From: Rodrigo Oliveira <mdkcore@qtrnn.io>
-Date: Thu, 23 Feb 2023 12:56:27 -0300
-Subject: [PATCH] Revert "makes Qt WebEngine optional only on macOS"
-
-This reverts commit b81cdf177d3410db45e6f97eb3575ceddabb73dd.
----
- src/CMakeLists.txt | 53 ++--------------------------------------------
- 1 file changed, 2 insertions(+), 51 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index a4d06844a..cd3805799 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -4,57 +4,8 @@ endif()
- 
- include(ECMEnableSanitizers)
- 
--set(REQUIRED_QT_VERSION "5.15.0")
--
--find_package(Qt5Core ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Core PROPERTIES
--    DESCRIPTION "Qt5 Core component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Network ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Network PROPERTIES
--    DESCRIPTION "Qt5 Network component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Xml ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Xml PROPERTIES
--    DESCRIPTION "Qt5 Xml component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5Concurrent ${REQUIRED_QT_VERSION} CONFIG QUIET)
--set_package_properties(Qt5Concurrent PROPERTIES
--    DESCRIPTION "Qt5 Concurrent component."
--    TYPE REQUIRED
--)
--
--find_package(Qt5WebEngineWidgets ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngineWidgets PROPERTIES
--        DESCRIPTION "Qt5 WebEngineWidgets component."
--        TYPE REQUIRED
--    )
--endif()
--
--find_package(Qt5WebEngine ${REQUIRED_QT_VERSION} CONFIG QUIET)
--if(APPLE)
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE RECOMMENDED
--    )
--else()
--    set_package_properties(Qt5WebEngine PROPERTIES
--        DESCRIPTION "Qt5 WebEngine component."
--        TYPE REQUIRED
--    )
--endif()
-+find_package(Qt5 5.15 COMPONENTS Core Network Xml Concurrent REQUIRED)
-+find_package(Qt5 5.15 COMPONENTS WebEngineWidgets WebEngine)
- 
- if(Qt5WebEngine_FOUND AND Qt5WebEngineWidgets_FOUND)
-   add_compile_definitions(WITH_WEBENGINE=1)
--- 
-2.39.2
-
diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index 5bada5e710fec..5532db0fc634a 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,13 +1,14 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.10.1
+version=3.11.0
 revision=1
 build_style=cmake
-configure_args="-DBUILD_UPDATER=NO -Wno-dev"
+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"
@@ -19,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=11355941f2b2d83a72868c3dd6101ec1968e6cabb67834a0684ba860faedcee4
+checksum=75d53751411a7544ed5b9f23c3e71c19a96f4096313d76dad77314c3773319d9
 # https://github.com/void-linux/void-packages/pull/33358#discussion_r724518549
 make_check=ci-skip
 

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

* Re: nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
                   ` (3 preceding siblings ...)
  2024-01-05 20:19 ` mdkcore0
@ 2024-01-05 21:25 ` mdkcore0
  2024-01-05 21:26 ` mdkcore0
  2024-01-23 19:14 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2024-01-05 21:25 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/47713#issuecomment-1879275068

Comment:
Remove the patch to disable WebEngine, as upstream offer a [build option](https://github.com/nextcloud/desktop/commit/56f043f375d886a7a3a699466f91bfc2f7f21bbe) to do that now.

Also, had to include some qt5-plugins to proper compile, as they are [using a new FinSQLLite3](https://github.com/nextcloud/desktop/commit/d7a2aa7449e82dca7270f150396a667caf52e55d) cmake module, so it would be great if more people test this package before merging :)

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

* Re: nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
                   ` (4 preceding siblings ...)
  2024-01-05 21:25 ` mdkcore0
@ 2024-01-05 21:26 ` mdkcore0
  2024-01-23 19:14 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2024-01-05 21:26 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/47713#issuecomment-1879275068

Comment:
Remove the patch to disable WebEngine, as upstream offer a [build option](https://github.com/nextcloud/desktop/commit/56f043f375d886a7a3a699466f91bfc2f7f21bbe) to do that now.

Also, had to include some qt5-plugins-* to proper compile, as they are [using a new FinSQLLite3](https://github.com/nextcloud/desktop/commit/d7a2aa7449e82dca7270f150396a667caf52e55d) cmake module, so it would be great if more people test this package before merging :) (possible related issue: https://github.com/void-linux/void-packages/issues/34803)

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

* Re: [PR PATCH] [Merged]: nextcloud-client: update to 3.11.0
  2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
                   ` (5 preceding siblings ...)
  2024-01-05 21:26 ` mdkcore0
@ 2024-01-23 19:14 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2024-01-23 19:14 UTC (permalink / raw)
  To: ml

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

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

nextcloud-client: update to 3.11.0
https://github.com/void-linux/void-packages/pull/47713

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] 8+ messages in thread

end of thread, other threads:[~2024-01-23 19:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 14:36 [PR PATCH] nextcloud-client: update to 3.11.0 mdkcore0
2023-12-12 14:54 ` [PR PATCH] [Updated] " mdkcore0
2024-01-04 23:27 ` mdkcore0
2024-01-05 15:36 ` mdkcore0
2024-01-05 20:19 ` mdkcore0
2024-01-05 21:25 ` mdkcore0
2024-01-05 21:26 ` mdkcore0
2024-01-23 19:14 ` [PR PATCH] [Merged]: " ahesford

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