714dda
# adwaita-icon-theme
714dda
touch --no-create %{gtk3_install_path}/share/icons/Adwaita &>/dev/null || :
714dda
touch --no-create %{gtk3_install_path}/share/icons/hicolor &>/dev/null || :
714dda
%{gtk3_install_path}/bin/gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
714dda
714dda
# glib2
714dda
%{gtk3_install_path}/bin/gio-querymodules-%{__isa_bits} %{gtk3_install_path}/%{_lib}/gio/modules
714dda
714dda
# gtk3
714dda
%{gtk3_install_path}/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache
714dda
%{gtk3_install_path}/bin/glib-compile-schemas %{gtk3_install_path}/share/glib-2.0/schemas &> /dev/null || :
714dda
714dda
# fontconfig
714dda
umask 0022
714dda
714dda
# Force regeneration of all fontconfig cache files
714dda
# The check for existance is needed on dual-arch installs (the second
714dda
#  copy of fontconfig might install the binary instead of the first)
714dda
# The HOME setting is to avoid problems if HOME hasn't been reset
714dda
# FIXME hardcoded version !
714dda
if [ -x %{gtk3_install_path}/bin/fc-cache ] && %{gtk3_install_path}/bin/fc-cache --version 2>&1 | grep -q 2.10.95 ; then
714dda
  HOME=/root %{gtk3_install_path}/bin/fc-cache -f
714dda
fi