diff --git a/breeze5-icons.changes b/breeze5-icons.changes index 5466f7b..82cf6a4 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 5 22:54:47 UTC 2021 - Fabian Vogt + +- Disable BINARY_ICONS_RESOURCE, it duplicates the size for no good reason +- Switch to hardlinks for %fdupes + ------------------------------------------------------------------- Sat Dec 5 18:56:08 UTC 2020 - Christophe Giboudeaux diff --git a/breeze5-icons.spec b/breeze5-icons.spec index aeebf6f..e637363 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -1,7 +1,7 @@ # # spec file for package breeze5-icons # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,8 +41,8 @@ BuildRequires: hicolor-icon-theme BuildRequires: libxml2-tools BuildRequires: python3 BuildRequires: python3-lxml -BuildRequires: cmake(Qt5Core) >= 5.13.0 -BuildRequires: cmake(Qt5Test) >= 5.13.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 BuildArch: noarch %description @@ -52,7 +52,7 @@ Breeze-icons is a freedesktop.org compatible icon theme. %autosetup -p1 -n breeze-icons-%{version} %build - %cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=ON + %cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=OFF %cmake_build %install @@ -62,7 +62,7 @@ Breeze-icons is a freedesktop.org compatible icon theme. ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze/preferences/32/yast-software.svg ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze-dark/preferences/32/yast-software.svg - %fdupes -s %{buildroot}%{_kf5_iconsdir} + %fdupes %{buildroot}%{_kf5_iconsdir} %icon_theme_cache_create_ghost breeze %icon_theme_cache_create_ghost breeze-dark