plasma-remotecontrollers/plasma-remotecontrollers.spec

132 lines
4.7 KiB
RPMSpec
Raw Permalink Normal View History

%define majver %(echo %version | cut -d. -f1-2)
Name: plasma-remotecontrollers
Version: 5.27.9
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 <silvan.calarco@mambasoft.it>
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: libX11-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: libkdbusaddons-devel
BuildRequires: libkdeclarative-devel
BuildRequires: libki18n-devel
BuildRequires: libkitemmodels-devel
BuildRequires: libknotifications-devel
BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-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
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 5.27.9-1mamba
- automatic version update by autodist
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
- automatic version update by autodist
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.7-1mamba
- automatic version update by autodist
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.6-1mamba
- automatic version update by autodist
* Wed May 10 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
- automatic version update by autodist
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
- automatic version update by autodist
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
- automatic version update by autodist
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
- automatic version update by autodist
* Wed Feb 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1-1mamba
- automatic version update by autodist
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
- automatic version update by autodist
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
- automatic version update by autodist
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
- automatic version update by autodist
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
- automatic version update by autodist
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
- automatic version update by autodist
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
- package created using the webbuild interface