[packages/kp6-plasma-bigscreen] - move udev rules to proper place
qboosh
qboosh at pld-linux.org
Sun Jul 12 13:26:21 CEST 2026
commit dd154d9ebc956da9cf94ef3c834f56d96b274e1e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 12 13:23:27 2026 +0200
- move udev rules to proper place
kp6-plasma-bigscreen.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/kp6-plasma-bigscreen.spec b/kp6-plasma-bigscreen.spec
index cfd238d..48b4065 100644
--- a/kp6-plasma-bigscreen.spec
+++ b/kp6-plasma-bigscreen.spec
@@ -70,6 +70,7 @@ sposób.
%{!?with_tests:-DBUILD_TESTING=OFF} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DHTML_INSTALL_DIR=%{_kdedocdir}
+
%ninja_build -C build
%if %{with tests}
@@ -78,9 +79,14 @@ ctest
%install
rm -rf $RPM_BUILD_ROOT
+
%ninja_install -C build
#sed -i -e 's|bin/env python3|bin/python3|' $RPM_BUILD_ROOT%{_bindir}/mycroft-skill-launcher.py
+# cmakefiles install it to KDE libdir
+install -d $RPM_BUILD_ROOT/lib
+%{__mv} $RPM_BUILD_ROOT%{_libdir}/udev $RPM_BUILD_ROOT/lib
+
%find_lang %{kpname} --all-name --with-kde
%clean
@@ -108,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_mediacenter_webapps.so
%{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_mediacenter_wifi.so
%{_libdir}/qt6/qml/org/kde/bigscreen
-%{_libdir}/udev/rules.d/40-uinput.rules
+/lib/udev/rules.d/40-uinput.rules
%{_desktopdir}/kcm_mediacenter_audiodevice.desktop
%{_desktopdir}/kcm_mediacenter_bigscreen_settings.desktop
%{_desktopdir}/kcm_mediacenter_bluetooth.desktop
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-plasma-bigscreen.git/commitdiff/b36756bf29c3392f670ac531fd65ec6b8fef952a
More information about the pld-cvs-commit
mailing list