package created using the webbuild interface [release 5.26.1-1mamba;Sat Oct 22 2022]
This commit is contained in:
parent
a263565d20
commit
426f7d970d
@ -1,2 +1,4 @@
|
||||
# plasma-remotecontrollers
|
||||
|
||||
Translates events from various input devices to keypresses on a keyboard and pointer events (mouse movement).
|
||||
|
||||
|
86
plasma-remotecontrollers.spec
Normal file
86
plasma-remotecontrollers.spec
Normal file
@ -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 <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: 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 <silvan.calarco@mambasoft.it> 5.26.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user