Accepting request 50736 from GNOME:Factory
Copy from GNOME:Factory/hicolor-icon-theme based on submit request 50736 from user vuntz OBS-URL: https://build.opensuse.org/request/show/50736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hicolor-icon-theme?expand=0&rev=15
This commit is contained in:
commit
26b335785c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 7 14:51:55 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Reformat macros.hicolor so that the generated scriptlet looks a
|
||||||
|
bit nicer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 15:06:12 CEST 2010 - vuntz@opensuse.org
|
Wed Aug 25 15:06:12 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Summary: Fallback Icon Theme
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 6
|
Release: 7
|
||||||
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: macros.hicolor
|
Source1: macros.hicolor
|
||||||
|
@ -40,10 +40,10 @@ touch "%{buildroot}%{_datadir}/icons/%1/icon-theme.cache"
|
|||||||
%else \
|
%else \
|
||||||
ICON_THEME="hicolor" \
|
ICON_THEME="hicolor" \
|
||||||
%endif \
|
%endif \
|
||||||
if test -x /usr/bin/gtk-update-icon-cache; then \
|
if test -x %{_bindir}/gtk-update-icon-cache; then \
|
||||||
/usr/bin/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
%{_bindir}/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
||||||
elif test -x /usr/bin/gtk-update-icon-cache-3.0; then \
|
elif test -x %{_bindir}/gtk-update-icon-cache-3.0; then \
|
||||||
/usr/bin/gtk-update-icon-cache-3.0 --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
%{_bindir}/gtk-update-icon-cache-3.0 --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# On uninstall, update the icon cache. Note: we ignore upgrades (already
|
# On uninstall, update the icon cache. Note: we ignore upgrades (already
|
||||||
@ -55,9 +55,9 @@ if [ $1 -eq 0 ]; then
|
|||||||
%else \
|
%else \
|
||||||
ICON_THEME="hicolor" \
|
ICON_THEME="hicolor" \
|
||||||
%endif \
|
%endif \
|
||||||
if test -x /usr/bin/gtk-update-icon-cache; then \
|
if test -x %{_bindir}/gtk-update-icon-cache; then \
|
||||||
/usr/bin/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
%{_bindir}/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
||||||
elif test -x /usr/bin/gtk-update-icon-cache-3.0; then \
|
elif test -x %{_bindir}/gtk-update-icon-cache-3.0; then \
|
||||||
/usr/bin/gtk-update-icon-cache-3.0 --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
%{_bindir}/gtk-update-icon-cache-3.0 --quiet --force "%{_datadir}/icons/${ICON_THEME}" || true \
|
||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user