|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: plasma-breeze
|
|
|
|
|
Version: 5.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -42,6 +42,12 @@ BuildRequires: libxcb-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
|
|
|
|
|
# icon optimizations
|
|
|
|
|
BuildRequires: hardlink
|
|
|
|
|
# for optimizegraphics
|
|
|
|
|
BuildRequires: kde-dev-scripts
|
|
|
|
|
BuildRequires: time
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
@ -105,6 +111,18 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}_kde4
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
## icon optimizations
|
|
|
|
|
for theme in breeze_cursors breeze breeze-dark Breeze_Snow; do
|
|
|
|
|
pushd %{buildroot}%{_datadir}/icons/${theme}
|
|
|
|
|
du -s .
|
|
|
|
|
time optimizegraphics ||:
|
|
|
|
|
du -s .
|
|
|
|
|
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/${theme}
|
|
|
|
|
du -s .
|
|
|
|
|
popd
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
@ -165,6 +183,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
|
|
|
|
|
- breeze-icon-theme: optimizegraphics,hardlink optimizations
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-1
|
|
|
|
|
- 5.4.1
|
|
|
|
|
|
|
|
|
|