diff --git a/.gitignore b/.gitignore index 45c0c4b..117829d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /plasma-framework-5.14.0.tar.xz /plasma-framework-5.15.0.tar.xz /plasma-framework-5.16.0.tar.xz +/network.svgz diff --git a/kf5-plasma.spec b/kf5-plasma.spec index b80fc7d..92f1d39 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -20,6 +20,10 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework} # hackish cache invalidation Source10: fedora-plasma-cache.sh.in +# revert new network icons which are not complete +# https://bugs.kde.org/show_bug.cgi?id=355412 +Source100: network.svgz + ## upstream patches BuildRequires: cmake @@ -99,6 +103,7 @@ developing applications that use %{name}. %autosetup -n %{framework}-framework-%{version} -p1 install -m644 -p %{SOURCE10} . +install -m644 -p %{SOURCE100} src/desktoptheme/breeze/icons/ %build mkdir %{_target_platform} @@ -154,6 +159,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Fri Dec 04 2015 Jan Grulich - 5.16.0-3 +- Revert network icons to fix missing icons in plasma-nm + * Thu Nov 19 2015 Rex Dieter - 5.16.0-2 - .spec cosmetics, use %%license - add env script invalidate plasma cache on version upgrades diff --git a/sources b/sources index bfeb1d9..222e154 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ bf64d612d33c73c51841d74540cc119f plasma-framework-5.16.0.tar.xz +abbdfe0d17631d7204a53039af5121cc network.svgz