forked from pool/breeze5-icons
Accepting request 860550 from home:Vogtinator:branches:KDE:Frameworks5
- Disable BINARY_ICONS_RESOURCE, it duplicates the size for no good reason - Switch to hardlinks for %fdupes OBS-URL: https://build.opensuse.org/request/show/860550 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=171
This commit is contained in:
parent
f1f3d0432c
commit
2ba37a84ee
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 22:54:47 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- 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 <christophe@krop.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user