[neon/kde/kate/Neon/unstable_jammy] debian/patches: delete upstreamed patch
Carlos De Maine
null at kde.org
Tue Jul 2 03:16:37 BST 2024
Git commit d93d78deee731855c5a9f4a3fcd82d804a31f1bb by Carlos De Maine.
Committed on 02/07/2024 at 02:16.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
delete upstreamed patch
D +0 -25 debian/patches/diff.patch
D +0 -1 debian/patches/series
https://invent.kde.org/neon/kde/kate/-/commit/d93d78deee731855c5a9f4a3fcd82d804a31f1bb
diff --git a/debian/patches/diff.patch b/debian/patches/diff.patch
deleted file mode 100644
index 0ec5dac..0000000
--- a/debian/patches/diff.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6a5042d00ee383b229629977ab8ccf3b3bbf76ad Mon Sep 17 00:00:00 2001
-From: Kevin Ottens <kevin.ottens at enioka.com>
-Date: Wed, 12 Jun 2024 17:51:47 +0200
-Subject: [PATCH] Add an objectName to the centralWidget
-
-This should make it easier to write appiumtests by having a well known
-name for this frame.
----
- apps/lib/katemdi.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/apps/lib/katemdi.cpp b/apps/lib/katemdi.cpp
-index 4fe0b25c6b..62c3d85ae0 100644
---- a/apps/lib/katemdi.cpp
-+++ b/apps/lib/katemdi.cpp
-@@ -1520,6 +1520,7 @@ MainWindow::MainWindow(QWidget *parent)
- {
- // central frame for all stuff
- QFrame *hb = new QFrame(this);
-+ hb->setObjectName("KateCentralWidget");
- setCentralWidget(hb);
-
- // top level vbox for all stuff + bottom bar
---
-GitLab
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1f62bb3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-diff.patch
More information about the Neon-commits
mailing list