[neon/neon-packaging/kiss/Neon/unstable] debian/patches: patch out runtime requirement

Carlos De Maine null at kde.org
Mon Sep 1 08:36:13 BST 2025


Git commit cf36dbfb49c359eb9a7ca529229bfb974fed9160 by Carlos De Maine.
Committed on 01/09/2025 at 07:36.
Pushed by carlosdem into branch 'Neon/unstable'.

patch out runtime requirement

A  +13   -0    debian/patches/optional.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/kiss/-/commit/cf36dbfb49c359eb9a7ca529229bfb974fed9160

diff --git a/debian/patches/optional.diff b/debian/patches/optional.diff
new file mode 100644
index 0000000..575fba9
--- /dev/null
+++ b/debian/patches/optional.diff
@@ -0,0 +1,13 @@
+diff --git a/modules/keyboard/CMakeLists.txt b/modules/keyboard/CMakeLists.txt
+index dc16840..17aa5a9 100644
+--- a/modules/keyboard/CMakeLists.txt
++++ b/modules/keyboard/CMakeLists.txt
+@@ -9,7 +9,7 @@ ecm_qt_declare_logging_category(logging_SRCS
+     EXPORT INITIALSYSTEMSETUP
+ )
+ 
+-ecm_find_qmlmodule(org.kde.plasma.private.kcm_keyboard REQUIRED)
++#ecm_find_qmlmodule(org.kde.plasma.private.kcm_keyboard REQUIRED)
+ 
+ ecm_add_qml_module(initialstart_keyboard
+     URI "org.kde.initialsystemsetup.keyboard"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..664eeb8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+optional.diff


More information about the Neon-commits mailing list