|
|
@ -1,5 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global kf5_version_min 5.42
|
|
|
|
%global kf5_version_min 5.69
|
|
|
|
|
|
|
|
|
|
|
|
%global synaptics 1
|
|
|
|
%global synaptics 1
|
|
|
|
%global scim 1
|
|
|
|
%global scim 1
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
Name: plasma-desktop
|
|
|
|
Name: plasma-desktop
|
|
|
|
Summary: Plasma Desktop shell
|
|
|
|
Summary: Plasma Desktop shell
|
|
|
|
Version: 5.19.0
|
|
|
|
Version: 5.19.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and (GPLv2 or GPLv3)
|
|
|
|
License: GPLv2+ and (GPLv2 or GPLv3)
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
@ -37,7 +37,6 @@ Patch100: plasma-desktop-5.8-default_favorites.patch
|
|
|
|
Patch200: https://gitweb.gentoo.org/proj/kde.git/plain/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-override-include-dirs.patch
|
|
|
|
Patch200: https://gitweb.gentoo.org/proj/kde.git/plain/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-override-include-dirs.patch
|
|
|
|
# use this bundled copy (from f31) if not provided already
|
|
|
|
# use this bundled copy (from f31) if not provided already
|
|
|
|
Source200: synaptics-properties.h
|
|
|
|
Source200: synaptics-properties.h
|
|
|
|
Patch201: plasma-desktop-5.18.4.1-synaptics_includes.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# filter qmk/plugins provides
|
|
|
|
# filter qmk/plugins provides
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_qmldir}/.*\\.so|%{_kf5_qtplugindir}/.*\\.so)$
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_qmldir}/.*\\.so|%{_kf5_qtplugindir}/.*\\.so)$
|
|
|
@ -192,11 +191,10 @@ BuildArch: noarch
|
|
|
|
## upstream patches
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
## upstreamable patches
|
|
|
|
#%patch200 -p1
|
|
|
|
%patch200 -p1
|
|
|
|
%if ! 0%{?synaptics}
|
|
|
|
%if ! 0%{?synaptics}
|
|
|
|
install -pD %{SOURCE200} 3rdparty/xorg/synaptics-properties.h
|
|
|
|
install -pD %{SOURCE200} 3rdparty/xorg/synaptics-properties.h
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
#%patch201 -p1 -b .synaptics_includes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## downstream patches
|
|
|
|
## downstream patches
|
|
|
|
%patch100 -p1
|
|
|
|
%patch100 -p1
|
|
|
@ -220,7 +218,7 @@ sed -i.breeze_ver \
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} .. \
|
|
|
|
%{cmake_kf5} .. \
|
|
|
|
%{?!synaptics:-DSynaptics_INCLUDE_DIRS:PATH="$(pwd)/../3rdparty"}
|
|
|
|
%{?!synaptics:-DSynaptics_INCLUDE_DIRS:PATH="$(pwd)/../3rdparty/xorg"}
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
@ -350,6 +348,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.{kfontview,k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 10 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.19.0-2
|
|
|
|
|
|
|
|
- adjust synaptics hacks (for rhel8), bump kf5 dep
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 9 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.0-1
|
|
|
|
* Tue Jun 9 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.0-1
|
|
|
|
- 5.19.0
|
|
|
|
- 5.19.0
|
|
|
|
|
|
|
|
|
|
|
|