remove upstream applied patch.
authorSandro Knauß <hefee@debian.org>
Sat, 5 Apr 2025 18:06:02 +0000 (20:06 +0200)
committerSandro Knauß <hefee@debian.org>
Sat, 5 Apr 2025 18:06:02 +0000 (20:06 +0200)
debian/patches/0008-Fix-build-without-WebEngine-OFF.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/0008-Fix-build-without-WebEngine-OFF.patch b/debian/patches/0008-Fix-build-without-WebEngine-OFF.patch
deleted file mode 100644 (file)
index aa46569..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From: =?utf-8?q?Sandro_Knau=C3=9F?= <hefee@debian.org>
-Date: Sun, 9 Mar 2025 01:03:27 +0100
-Subject: Fix build without WebEngine=OFF.
-
-Origin: Debian
-Forwarded: https://github.com/nextcloud/desktop/pull/7988
-Last-Update: 2025-02-09
----
- src/gui/wizard/owncloudwizard.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp
-index 3a20931..be162d1 100644
---- a/src/gui/wizard/owncloudwizard.cpp
-+++ b/src/gui/wizard/owncloudwizard.cpp
-@@ -374,7 +374,9 @@ void OwncloudWizard::displayError(const QString &msg, bool retryHTTPonly)
-     switch (static_cast<WizardCommon::Pages>(currentId())) {
-     case WizardCommon::Page_Welcome:
-     case WizardCommon::Page_Flow2AuthCreds:
-+#ifdef WITH_WEBENGINE
-     case WizardCommon::Page_WebView:
-+#endif // WITH_WEBENGINE
-     case WizardCommon::Page_TermsOfService:
-         break;
index d21f0587be957da8c3ea18540c69d9e3acce2089..b0deb47c44523f92eefd295268cf03f7a962902e 100644 (file)
@@ -5,4 +5,3 @@
 0004-Don-t-use-GuiPrivate.patch
 0006-Revert-better-logs-and-factor-common-code-in-folder-.patch
 0007-Revert-ensure-no-any-user-writable-permissions-in-Ne.patch
-0008-Fix-build-without-WebEngine-OFF.patch