[neon/extras/calligra/Neon/unstable] debian/patches: Revert "K_PLUGIN_CLASS_WITH_JSON.diff"
Carlos De Maine
null at kde.org
Fri Apr 3 14:20:36 BST 2026
Git commit c9e8fea3bf69985711bffdb260191d501db15ffd by Carlos De Maine.
Committed on 03/04/2026 at 13:20.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "K_PLUGIN_CLASS_WITH_JSON.diff"
This reverts commit 95012e57136a2db825933c91bdbce625ebc61f06
D +0 -103 debian/patches/K_PLUGIN_CLASS_WITH_JSON.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/extras/calligra/-/commit/c9e8fea3bf69985711bffdb260191d501db15ffd
diff --git a/debian/patches/K_PLUGIN_CLASS_WITH_JSON.diff b/debian/patches/K_PLUGIN_CLASS_WITH_JSON.diff
deleted file mode 100644
index ea2887c..0000000
--- a/debian/patches/K_PLUGIN_CLASS_WITH_JSON.diff
+++ /dev/null
@@ -1,103 +0,0 @@
-diff --git a/extras/okularodpgenerator/OkularOdpGeneratorPlugin.cpp b/extras/okularodpgenerator/OkularOdpGeneratorPlugin.cpp
-index 21bf63b5c1d..f0c7d752307 100644
---- a/extras/okularodpgenerator/OkularOdpGeneratorPlugin.cpp
-+++ b/extras/okularodpgenerator/OkularOdpGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdpGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdpGenerator, "libokularGenerator_odp.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdpGenerator, "libokularGenerator_odp.json")
-
- #include "OkularOdpGeneratorPlugin.moc"
-
-diff --git a/extras/okularodtgenerator/OkularOdtGeneratorPlugin.cpp b/extras/okularodtgenerator/OkularOdtGeneratorPlugin.cpp
-index 1cfee5224dc..216bc5508ce 100644
---- a/extras/okularodtgenerator/OkularOdtGeneratorPlugin.cpp
-+++ b/extras/okularodtgenerator/OkularOdtGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdtGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdtGenerator, "libokularGenerator_odt.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdtGenerator, "libokularGenerator_odt.json")
-
- #include "OkularOdtGeneratorPlugin.moc"
-
-diff --git a/filters/stage/powerpoint/OkularPptGeneratorPlugin.cpp b/filters/stage/powerpoint/OkularPptGeneratorPlugin.cpp
-index 895e3d6f3f2..a1ea85e6c20 100644
---- a/filters/stage/powerpoint/OkularPptGeneratorPlugin.cpp
-+++ b/filters/stage/powerpoint/OkularPptGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdpGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdpGenerator, "libokularGenerator_ppt.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdpGenerator, "libokularGenerator_ppt.json")
-
- #include "OkularPptGeneratorPlugin.moc"
-
-diff --git a/filters/stage/pptx/OkularPptxGeneratorPlugin.cpp b/filters/stage/pptx/OkularPptxGeneratorPlugin.cpp
-index 29e6601a76e..e3fbc170412 100644
---- a/filters/stage/pptx/OkularPptxGeneratorPlugin.cpp
-+++ b/filters/stage/pptx/OkularPptxGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdpGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdpGenerator, "libokularGenerator_pptx.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdpGenerator, "libokularGenerator_pptx.json")
-
- #include "OkularPptxGeneratorPlugin.moc"
-
-diff --git a/filters/words/docx/import/OkularDocxGeneratorPlugin.cpp b/filters/words/docx/import/OkularDocxGeneratorPlugin.cpp
-index 4cf3d1f0f2a..05cc96ab742 100644
---- a/filters/words/docx/import/OkularDocxGeneratorPlugin.cpp
-+++ b/filters/words/docx/import/OkularDocxGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdtGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdtGenerator, "libokularGenerator_docx.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdtGenerator, "libokularGenerator_docx.json")
-
- #include "OkularDocxGeneratorPlugin.moc"
-
-diff --git a/filters/words/msword-odf/OkularDocGeneratorPlugin.cpp b/filters/words/msword-odf/OkularDocGeneratorPlugin.cpp
-index 7cd7e694830..62c4abc813c 100644
---- a/filters/words/msword-odf/OkularDocGeneratorPlugin.cpp
-+++ b/filters/words/msword-odf/OkularDocGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdtGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdtGenerator, "libokularGenerator_doc.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdtGenerator, "libokularGenerator_doc.json")
-
- #include "OkularDocGeneratorPlugin.moc"
-
-diff --git a/filters/words/rtf/import/OkularRtfGeneratorPlugin.cpp b/filters/words/rtf/import/OkularRtfGeneratorPlugin.cpp
-index 9063c47649d..b13dff374eb 100644
---- a/filters/words/rtf/import/OkularRtfGeneratorPlugin.cpp
-+++ b/filters/words/rtf/import/OkularRtfGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdtGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdtGenerator, "libokularGenerator_rtf.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdtGenerator, "libokularGenerator_rtf.json")
-
- #include "OkularRtfGeneratorPlugin.moc"
-
-diff --git a/filters/words/wordperfect/import/OkularWpdGeneratorPlugin.cpp b/filters/words/wordperfect/import/OkularWpdGeneratorPlugin.cpp
-index 558da444656..ab6f5a999c8 100644
---- a/filters/words/wordperfect/import/OkularWpdGeneratorPlugin.cpp
-+++ b/filters/words/wordperfect/import/OkularWpdGeneratorPlugin.cpp
-@@ -6,6 +6,6 @@
-
- #include <OkularOdtGenerator.h>
-
--OKULAR_EXPORT_PLUGIN(OkularOdtGenerator, "libokularGenerator_wpd.json")
-+K_PLUGIN_CLASS_WITH_JSON(OkularOdtGenerator, "libokularGenerator_wpd.json")
-
- #include "OkularWpdGeneratorPlugin.moc"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 36f1016..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-K_PLUGIN_CLASS_WITH_JSON.diff
More information about the Neon-commits
mailing list