Revert network icons to fix missing icons in plasma-nm

epel9
Jan Grulich 9 years ago
parent fbbf7e8df5
commit 8eb11a48d5

1
.gitignore vendored

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

@ -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 <jgrulich@redhat.com> - 5.16.0-3
- Revert network icons to fix missing icons in plasma-nm
* Thu Nov 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.16.0-2
- .spec cosmetics, use %%license
- add env script invalidate plasma cache on version upgrades

@ -1 +1,2 @@
bf64d612d33c73c51841d74540cc119f plasma-framework-5.16.0.tar.xz
abbdfe0d17631d7204a53039af5121cc network.svgz

Loading…
Cancel
Save