@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.10.0
Release: 1 %{?dist}
Release: 2 %{?dist}
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPLv2+ and LGPLv2+ and BSD
@ -17,6 +17,11 @@ URL: http://www.kde.org
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-framework-%{version}.tar.xz
## upstream patches
Patch12: 0012-fix-panel-background-coloring.patch
# needed by patch12, to apply binary git patch
BuildRequires: git-core
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
BuildRequires: libXrender-devel
@ -74,16 +79,18 @@ developing applications that use %{name}.
%prep
%setup -q -n %{framework}-framework-%{version}
%autosetup -n %{framework}-framework-%{version} -Sgit
%build
mkdir -p %{_target_platform}
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang plasma5_qt --with-qt --all-name
@ -121,6 +128,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Tue May 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.10.0-2
- Panel stays light when theme is set to 'Breeze Dark' (kde#347143)
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0