From 4995aecb35ca885c6fb7d75aa4f30100e454bb17 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 28 2014 10:25:05 +0000 Subject: Add bootstrap toggle for initial boostrapping when gtk3 is not yet built --- diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 8d3b2ae..8448ebf 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -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 - 3.14.0-2 +- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built + * Tue Sep 23 2014 Kalev Lember - 3.14.0-1 - Update to 3.14.0