Panel stays light when theme is set to 'Breeze Dark' (kde#347143)

Since 0012-fix-panel-background-coloring.patch is a largish binary patch,
treat it as an extra source (and use lookaside cache), instead of checkin to git
epel9
Rex Dieter 10 years ago
parent 2e914c57e3
commit eb37638b6e

1
.gitignore vendored

@ -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

@ -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

@ -1 +1,2 @@
3435d5f1771a227368e2579ccd347a90 plasma-framework-5.10.0.tar.xz
b4c772192c8471a740a0efa7191c6671 0012-fix-panel-background-coloring.patch

Loading…
Cancel
Save