1 |
papoteur |
1898901 |
# |
2 |
|
|
# Please do not update/rebuild/touch this package before asking first |
3 |
daviddavid |
1923497 |
# to the KDE Team |
4 |
papoteur |
1898901 |
# This package is part of the KDE Stack. |
5 |
|
|
# |
6 |
|
|
|
7 |
daviddavid |
1923497 |
%define rel 1 |
8 |
|
|
|
9 |
papoteur |
1898901 |
Name: plasma-remotecontrollers |
10 |
daviddavid |
1930086 |
Version: 5.26.5 |
11 |
daviddavid |
1923497 |
Release: %mkrel %rel |
12 |
papoteur |
1898901 |
Summary: Translate various input device events into keyboard and pointer events |
13 |
|
|
License: Multiples |
14 |
|
|
Group: Graphical desktop/KDE |
15 |
daviddavid |
1923497 |
URL: https://plasma-bigscreen.org/ |
16 |
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz |
17 |
|
|
|
18 |
papoteur |
1898901 |
Patch1: plasma-remotecontrollers-v5.26.1-udev-path.patch |
19 |
|
|
|
20 |
daviddavid |
1923497 |
BuildRequires: kf5-rpm-macros |
21 |
papoteur |
1898901 |
|
22 |
|
|
BuildRequires: cmake(KF5KCMUtils) |
23 |
|
|
BuildRequires: cmake(KF5Config) |
24 |
|
|
BuildRequires: cmake(KF5CoreAddons) |
25 |
|
|
BuildRequires: cmake(KF5Declarative) |
26 |
|
|
BuildRequires: cmake(KF5I18n) |
27 |
|
|
BuildRequires: cmake(KF5Package) |
28 |
|
|
BuildRequires: cmake(KF5WindowSystem) |
29 |
|
|
BuildRequires: cmake(KF5Solid) |
30 |
|
|
BuildRequires: cmake(KF5Notifications) |
31 |
|
|
BuildRequires: cmake(LibTaskManager) |
32 |
|
|
BuildRequires: cmake(PlasmaWaylandProtocols) |
33 |
|
|
|
34 |
|
|
BuildRequires: cmake(Qt5Core) |
35 |
|
|
BuildRequires: cmake(Qt5DBus) |
36 |
|
|
BuildRequires: cmake(Qt5Gui) |
37 |
|
|
BuildRequires: cmake(Qt5WaylandClient) |
38 |
|
|
BuildRequires: pkgconfig(libcec) |
39 |
|
|
BuildRequires: pkgconfig(libevdev) |
40 |
daviddavid |
1923500 |
#BuildRequires: pkgconfig(libxwiimote) |
41 |
papoteur |
1898901 |
BuildRequires: pkgconfig(wayland-protocols) |
42 |
|
|
|
43 |
|
|
|
44 |
|
|
%description |
45 |
daviddavid |
1923497 |
Remote control interface for Plasma, primarily for use with plasma-bigscreen. |
46 |
|
|
Translate various input device events into keyboard and pointer events. |
47 |
papoteur |
1898901 |
|
48 |
daviddavid |
1923499 |
%files -f %{name}.lang |
49 |
daviddavid |
1923497 |
%{_kf5_categoriesdir}/plasma-remotecontrollers.categories |
50 |
papoteur |
1898901 |
%{_qt5_settingsdir}/autostart/org.kde.plasma-remotecontrollers.desktop |
51 |
|
|
%{_qt5_settingsdir}/plasma-remotecontrollersrc |
52 |
daviddavid |
1923497 |
%{_kf5_bindir}/plasma-remotecontrollers |
53 |
papoteur |
1898901 |
%{_qt5_plugindir}/kcms/kcm_mediacenter_remotecontrollers.so |
54 |
daviddavid |
1923497 |
%{_kf5_qmldir}/org/kde/plasma/remotecontrollers/ |
55 |
|
|
%{_kf5_applicationsdir}/org.kde.plasma-remotecontrollers.desktop |
56 |
|
|
%{_kf5_datadir}/dbus-1/interfaces/org.kde.plasma-remotecontrollers.CEC.xml |
57 |
|
|
%{_kf5_datadir}/dbus-1/interfaces/org.kde.plasma-remotecontrollers.EVDEV.xml |
58 |
|
|
%{_kf5_knotificationsdir}/plasma-remotecontrollers.notifyrc |
59 |
|
|
%{_kf5_datadir}/kpackage/kcms/kcm_mediacenter_remotecontrollers/ |
60 |
|
|
%{_kf5_services}/kcm_mediacenter_remotecontrollers.desktop |
61 |
|
|
%{_kf5_metainfodir}/org.kde.plasma.remotecontrollers.metainfo.xml |
62 |
papoteur |
1898901 |
%{_udevrulesdir}/40-uinput.rules |
63 |
|
|
|
64 |
|
|
#-------------------------------------------------------------------- |
65 |
|
|
|
66 |
|
|
%prep |
67 |
daviddavid |
1923497 |
%autosetup -p1 |
68 |
papoteur |
1898901 |
|
69 |
|
|
%build |
70 |
|
|
%cmake_kf5 |
71 |
|
|
|
72 |
|
|
%cmake_build |
73 |
|
|
|
74 |
|
|
%install |
75 |
|
|
%cmake_install |
76 |
daviddavid |
1923499 |
|
77 |
|
|
%find_lang %{name} --all-name |