Add bootstrap toggle for initial boostrapping when gtk3 is not yet built
This commit is contained in:
parent
40bed7d72d
commit
4995aecb35
@ -1,6 +1,9 @@
|
||||
# Set boostrap to 1 for initial bootstrapping when gtk3 is not yet built
|
||||
%global bootstrap 0
|
||||
|
||||
Name: adwaita-icon-theme
|
||||
Version: 3.14.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Adwaita icon theme
|
||||
|
||||
License: LGPLv3+ or CC-BY-SA
|
||||
@ -11,7 +14,9 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: librsvg2
|
||||
%if ! 0%{bootstrap}
|
||||
BuildRequires: /usr/bin/gtk-encode-symbolic-svg
|
||||
%endif
|
||||
BuildRequires: /usr/bin/gtk-update-icon-cache
|
||||
|
||||
# Replace adwaita-cursor-theme subpackage from gnome-themes-standard
|
||||
@ -61,8 +66,10 @@ gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%{_datadir}/icons/Adwaita/24x24/
|
||||
%{_datadir}/icons/Adwaita/32x32/
|
||||
%{_datadir}/icons/Adwaita/48x48/
|
||||
%if ! 0%{bootstrap}
|
||||
%{_datadir}/icons/Adwaita/64x64/
|
||||
%{_datadir}/icons/Adwaita/96x96/
|
||||
%endif
|
||||
%{_datadir}/icons/Adwaita/256x256/
|
||||
%{_datadir}/icons/Adwaita/cursors/
|
||||
%{_datadir}/icons/Adwaita/scalable/
|
||||
@ -74,6 +81,9 @@ gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
|
||||
- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built
|
||||
|
||||
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user