rdieter pushed to plasma-desktop (f22). "Only BR xorg-x11-drv-evdev on F>20, F20 has too old version"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 2 17:08:57 UTC 2015


From 573f1c2365eda29a2a73031b416be3c35e716d49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Vr=C3=A1til?= <dvratil at redhat.com>
Date: Fri, 29 May 2015 16:02:10 +0200
Subject: Only BR xorg-x11-drv-evdev on F>20, F20 has too old version


diff --git a/plasma-desktop.spec b/plasma-desktop.spec
index a3b04dd..f586e1c 100644
--- a/plasma-desktop.spec
+++ b/plasma-desktop.spec
@@ -87,7 +87,9 @@ Requires:       kf5-kded
 Requires:       iso-codes
 
 # for kcm_input
+%if 0%{?fedora} > 20
 BuildRequires:  xorg-x11-drv-evdev-devel
+%endif
 
 # Desktop
 Requires:       plasma-workspace
@@ -189,7 +191,9 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %files -f plasmadesktop5.lang
+%if 0%{?fedora} > 20
 %{_bindir}/kapplymousetheme
+%endif
 %{_bindir}/kaccess
 %{_bindir}/kfontinst
 %{_bindir}/kfontview
@@ -213,7 +217,9 @@ fi
 %{_kf5_qmldir}/org/kde/plasma/activityswitcher
 %{_kf5_qmldir}/org/kde/private/desktopcontainment/*
 %{_kf5_datadir}/plasma/*
+%if 0%{?fedora} > 20
 %{_kf5_datadir}/kcminput
+%endif
 %{_kf5_datadir}/color-schemes
 %{_kf5_datadir}/kconf_update/*
 %{_kf5_datadir}/kdisplay
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/plasma-desktop.git/commit/?h=f22&id=573f1c2365eda29a2a73031b416be3c35e716d49


More information about the scm-commits mailing list