BR: AppStreamQt libudev xorg-input

epel9
Rex Dieter 7 years ago
parent cb32ee84ff
commit b70ff5d74d

@ -4,7 +4,7 @@
Name: plasma-desktop
Summary: Plasma Desktop shell
Version: 5.12.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and (GPLv2 or GPLv3)
URL: https://cgit.kde.org/%{name}.git
@ -82,6 +82,7 @@ BuildRequires: plasma-breeze >= %{majmin_ver}
BuildRequires: plasma-workspace-devel >= %{majmin_ver}
# Optional
BuildRequires: cmake(AppStreamQt)
BuildRequires: kf5-kactivities-devel >= %{kf5_version_min}
BuildRequires: kf5-kactivities-stats-devel >= %{kf5_version_min}
BuildRequires: libcanberra-devel
@ -93,8 +94,6 @@ BuildRequires: desktop-file-utils
# xorg-x11 doesn't have hw_server and disable for s390/s390x
%ifnarch s390 s390x
# for kcm_touchpad
BuildRequires: xorg-x11-drv-synaptics-devel
# KCM touchpad has been merged to plasma-desktop in 5.3
Provides: kcm_touchpad = %{version}-%{release}
Obsoletes: kcm_touchpad < 5.3.0
@ -103,10 +102,13 @@ BuildRequires: xorg-x11-server-devel
Requires: kf5-kded
# for kcm_keyboard
BuildRequires: pkgconfig(libudev)
Requires: iso-codes
# for kcm_input
BuildRequires: xorg-x11-drv-evdev-devel
# for kcm_input, kcm_touchpad
BuildRequires: pkgconfig(xorg-evdev)
BuildRequires: pkgconfig(xorg-libinput)
BuildRequires: pkgconfig(xorg-synaptics)
%endif
# Desktop
@ -300,6 +302,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.{kfontview,k
%changelog
* Fri Mar 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
- BR: AppStreamQt libudev xorg-input
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
- 5.12.3

Loading…
Cancel
Save