[neon/neon-packaging/plasma-remotecontrollers/Neon/unstable] debian: rename-uiput.diff
Carlos De Maine
null at kde.org
Mon Apr 13 13:05:38 BST 2026
Git commit 9efc7b43e1cec339e86afd7e7fe4461a3e4e029a by Carlos De Maine.
Committed on 13/04/2026 at 12:05.
Pushed by carlosdem into branch 'Neon/unstable'.
rename-uiput.diff
D +0 -1 debian/not-installed
A +20 -0 debian/patches/rename-uinput.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/plasma-remotecontrollers/-/commit/9efc7b43e1cec339e86afd7e7fe4461a3e4e029a
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index a27b630..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/udev/rules.d/40-uinput.rules
\ No newline at end of file
diff --git a/debian/patches/rename-uinput.diff b/debian/patches/rename-uinput.diff
new file mode 100644
index 0000000..71744f2
--- /dev/null
+++ b/debian/patches/rename-uinput.diff
@@ -0,0 +1,20 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0fde276..01d855c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -74,7 +74,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma-remotecontrollers.deskt
+
+ install(FILES plasma-remotecontrollersrc DESTINATION ${KDE_INSTALL_CONFDIR})
+ install(FILES plasma-remotecontrollers.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
+-install(FILES 40-uinput.rules DESTINATION ${KDE_INSTALL_LIBDIR}/udev/rules.d)
++install(FILES 40-plasma-controllers-uinput.rules DESTINATION ${KDE_INSTALL_LIBDIR}/udev/rules.d)
+
+ install(FILES org.kde.plasma.remotecontrollers.metainfo.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
+
+diff --git a/40-plasma-remotecontrollers-uinput.rules b/40-plasma-remotecontrollers-uinput.rules
+new file mode 100644
+index 0000000..78739f0
+--- /dev/null
++++ b/40-plasma-remotecontrollers-uinput.rules
+@@ -0,0 +1 @@
++SUBSYSTEM=="misc", KERNEL=="uinput", MODE="0660", GROUP="input"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..82a657d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+rename-uinput.diff
More information about the Neon-commits
mailing list