diff --git a/.gitignore b/.gitignore index 33848ef..6bbd27b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /plasma-framework-5.8.0.tar.xz /plasma-framework-5.9.0.tar.xz /plasma-framework-5.10.0.tar.xz +/0012-fix-panel-background-coloring.patch diff --git a/kf5-plasma.spec b/kf5-plasma.spec index 030bab0..4e7627e 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -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 5.10.0-2 +- Panel stays light when theme is set to 'Breeze Dark' (kde#347143) + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 diff --git a/sources b/sources index 55dcca5..41d65cd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3435d5f1771a227368e2579ccd347a90 plasma-framework-5.10.0.tar.xz +b4c772192c8471a740a0efa7191c6671 0012-fix-panel-background-coloring.patch