[neon/kde/kmail-account-wizard/Neon/unstable] debian/patches: No need for patch in unstable..

Scarlett Moore null at kde.org
Thu Dec 7 09:15:09 GMT 2023


Git commit 2e8cea2c7b558b78ea686332d5bb7ac865bf2d53 by Scarlett Moore.
Committed on 07/12/2023 at 10:14.
Pushed by scarlettmoore into branch 'Neon/unstable'.

No need for patch in unstable..

D  +0    -1    debian/patches/series
D  +0    -36   debian/patches/upstream_fix_qml.patch

https://invent.kde.org/neon/kde/kmail-account-wizard/-/commit/2e8cea2c7b558b78ea686332d5bb7ac865bf2d53

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f1d7b57..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-upstream_fix_qml.patch
diff --git a/debian/patches/upstream_fix_qml.patch b/debian/patches/upstream_fix_qml.patch
deleted file mode 100644
index 3f22fc3..0000000
--- a/debian/patches/upstream_fix_qml.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From af8baa31c3b922b3457d3d43c78056595da8afb5 Mon Sep 17 00:00:00 2001
-From: Laurent Montel <montel at kde.org>
-Date: Thu, 7 Dec 2023 08:00:57 +0100
-Subject: [PATCH] Fix Bug 478178: QT6 missing qml module ( installed ) for the
- account wizard.
-
-BUG: 478178
----
- src/apps/contents/ui/ConfigurationDelegate.qml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/apps/contents/ui/ConfigurationDelegate.qml b/src/apps/contents/ui/ConfigurationDelegate.qml
-index a71350e..bcd69d1 100644
---- a/src/apps/contents/ui/ConfigurationDelegate.qml
-+++ b/src/apps/contents/ui/ConfigurationDelegate.qml
-@@ -8,7 +8,7 @@ import QtQuick.Controls 2.15 as QQC2
- import QtQuick.Layouts 1.15
- 
- import org.kde.kirigami 2.19 as Kirigami
--import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
-+import org.kde.kirigamiaddons.formcard 1.0 as FormCard
- 
- /**
-  * Form delegate that corresponds to a checkbox.
-@@ -34,7 +34,7 @@ T.RadioDelegate {
-     focusPolicy: Qt.StrongFocus
-     hoverEnabled: true
- 
--    background: MobileForm.FormDelegateBackground { control: root }
-+    background: FormCard.FormDelegateBackground { control: root }
- 
-     Layout.fillWidth: true
- 
--- 
-GitLab
-


More information about the Neon-commits mailing list