[neon/kf6/kf6-kirigami/Neon/stable] debian/patches: Revert "backport as per kde-distro list recommendations"

Carlos De Maine null at kde.org
Wed Dec 24 01:33:36 GMT 2025


Git commit 4d54cdae9b47aa176d3ec9246165673bfcf4a88f by Carlos De Maine.
Committed on 24/12/2025 at 01:33.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "backport as per kde-distro list recommendations"

This reverts commit 28cf98c21dcf74744533e4a36537e98cd4382bd0.

D  +0    -15   debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
D  +0    -13   debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
D  +0    -3    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-kirigami/-/commit/4d54cdae9b47aa176d3ec9246165673bfcf4a88f

diff --git a/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff b/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
deleted file mode 100644
index ee1ec0d..0000000
--- a/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/controls/SwipeListItem.qml b/src/controls/SwipeListItem.qml
-index 208b047bd6a4e1d14f9eb79cf3cbc9a7b7103f49..9cc32e4aaa4fdee1fc482b5798c9ccb30d14f96e 100644
---- a/src/controls/SwipeListItem.qml
-+++ b/src/controls/SwipeListItem.qml
-@@ -190,8 +190,8 @@ QQC2.SwipeDelegate {
-     LayoutMirroring.childrenInherit: true
- 
-     hoverEnabled: true
--    implicitHeight: Math.max(actionsLayout.implicitHeight, contentItem.implicitHeight) + topPadding + bottomPadding
--    implicitWidth: Math.max(actionsLayout.implicitWidth, contentItem.implicitWidth) + leftPadding + rightPadding
-+    implicitHeight: Math.max(actionsLayout.implicitHeight, implicitContentHeight) + topPadding + bottomPadding
-+    implicitWidth: Math.max(actionsLayout.implicitWidth, implicitContentWidth) + leftPadding + rightPadding
-     width: parent ? parent.width : implicitWidth
- 
-     Keys.onTabPressed: (event) => {
diff --git a/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff b/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
deleted file mode 100644
index fde55b2..0000000
--- a/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/controls/SwipeListItem.qml b/src/controls/SwipeListItem.qml
-index 441d807127e5471fdadd8feac2dc4343855e89bf..208b047bd6a4e1d14f9eb79cf3cbc9a7b7103f49 100644
---- a/src/controls/SwipeListItem.qml
-+++ b/src/controls/SwipeListItem.qml
-@@ -191,6 +191,8 @@ QQC2.SwipeDelegate {
- 
-     hoverEnabled: true
-     implicitHeight: Math.max(actionsLayout.implicitHeight, contentItem.implicitHeight) + topPadding + bottomPadding
-+    implicitWidth: Math.max(actionsLayout.implicitWidth, contentItem.implicitWidth) + leftPadding + rightPadding
-+    width: parent ? parent.width : implicitWidth
- 
-     Keys.onTabPressed: (event) => {
-         if (actionsLayout.hasVisibleActions) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 46084a1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
-50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
-


More information about the Neon-commits mailing list