diff --git a/README.md b/README.md index 833aa08..c269f9f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # plasma-remotecontrollers +Translates events from various input devices to keypresses on a keyboard and pointer events (mouse movement). + diff --git a/plasma-remotecontrollers.spec b/plasma-remotecontrollers.spec new file mode 100644 index 0000000..06eef18 --- /dev/null +++ b/plasma-remotecontrollers.spec @@ -0,0 +1,86 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: plasma-remotecontrollers +Version: 5.26.1 +Release: 1mamba +Summary: Translates events from various input devices to keypresses on a keyboard and pointer events (mouse movement) +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://kde.org +Source: https://download.kde.org/stable/plasma/%{version}/plasma-remotecontrollers-%{version}.tar.xz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libcec-devel +BuildRequires: libcec-p8-platform-devel +BuildRequires: libevdev-devel +BuildRequires: libgcc +BuildRequires: libkauth-devel +BuildRequires: libkcmutils-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkdeclarative-devel +BuildRequires: libki18n-devel +BuildRequires: libkitemmodels-devel +BuildRequires: libknotifications-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libplasma-workspace-devel +BuildRequires: libsolid-devel +BuildRequires: libstdc++6-devel +BuildRequires: libwayland-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel +BuildRequires: qt5-qtwayland-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules + +%description +Translates events from various input devices to keypresses on a keyboard and pointer events (mouse movement). + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_sysconfdir}/xdg/autostart/org.kde.plasma-remotecontrollers.desktop +%{_sysconfdir}/xdg/plasma-remotecontrollersrc +%{_bindir}/plasma-remotecontrollers +%{_datadir}/applications/org.kde.plasma-remotecontrollers.desktop +%{_datadir}/metainfo/org.kde.plasma.remotecontrollers.metainfo.xml +%{_libdir}/udev/rules.d/40-uinput.rules +%{_libdir}/qt5/plugins/kcms/kcm_mediacenter_remotecontrollers.so +%dir %{_libdir}/qt5/qml/org/kde/plasma/remotecontrollers +%{_libdir}/qt5/qml/org/kde/plasma/remotecontrollers/* +%{_datadir}/dbus-1/interfaces/org.kde.plasma-remotecontrollers.*.xml +%{_datadir}/knotifications5/plasma-remotecontrollers.notifyrc +%dir %{_datadir}/kpackage/kcms/kcm_mediacenter_remotecontrollers +%{_datadir}/kpackage/kcms/kcm_mediacenter_remotecontrollers/* +%{_datadir}/kservices5/kcm_mediacenter_remotecontrollers.desktop +%{_datadir}/qlogging-categories5/plasma-remotecontrollers.categories +%doc LICENSES + +%changelog +* Sat Oct 22 2022 Silvan Calarco 5.26.1-1mamba +- package created using the webbuild interface