[neon/kde/kmail-account-wizard/Neon/unstable] debian/patches: Upstream patch to fix qml failure.

Scarlett Moore null at kde.org
Thu Dec 7 08:38:04 GMT 2023


Git commit 7859d0332f117b708d6e6b4351d4cadcecc9584e by Scarlett Moore.
Committed on 07/12/2023 at 09:37.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Upstream patch to fix qml failure.

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

https://invent.kde.org/neon/kde/kmail-account-wizard/-/commit/7859d0332f117b708d6e6b4351d4cadcecc9584e

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f1d7b57
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+upstream_fix_qml.patch
diff --git a/debian/patches/upstream_fix_qml.patch b/debian/patches/upstream_fix_qml.patch
new file mode 100644
index 0000000..3f22fc3
--- /dev/null
+++ b/debian/patches/upstream_fix_qml.patch
@@ -0,0 +1,36 @@
+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