mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
We no longer need to touch the icon-theme.cache now that gnome-icon-theme
does the right thing.
This commit is contained in:
parent
6ae753bc9f
commit
1c11b9600f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148892
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 2.8.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.8/ \
|
||||
@ -105,8 +105,6 @@ pre-build:
|
||||
@${RM} -rf ${WRKSRC}/docs/gtk.info*
|
||||
|
||||
post-install:
|
||||
-@${TOUCH} -f ${X11BASE}/share/icons/hicolor/icon-theme.cache \
|
||||
2>/dev/null
|
||||
-@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \
|
||||
${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null
|
||||
@${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
|
||||
|
@ -479,7 +479,6 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo
|
||||
share/themes/Default/gtk-2.0-key/gtkrc
|
||||
share/themes/Emacs/gtk-2.0-key/gtkrc
|
||||
share/themes/Raleigh/gtk-2.0/gtkrc
|
||||
@exec /usr/bin/touch -f %%X11BASE%%/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true
|
||||
@exec /usr/bin/find %%X11BASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true
|
||||
@unexec /usr/bin/find %%X11BASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
|
||||
@dirrm share/themes/Raleigh/gtk-2.0
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 2.8.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.8/ \
|
||||
@ -105,8 +105,6 @@ pre-build:
|
||||
@${RM} -rf ${WRKSRC}/docs/gtk.info*
|
||||
|
||||
post-install:
|
||||
-@${TOUCH} -f ${X11BASE}/share/icons/hicolor/icon-theme.cache \
|
||||
2>/dev/null
|
||||
-@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \
|
||||
${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null
|
||||
@${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
|
||||
|
@ -479,7 +479,6 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo
|
||||
share/themes/Default/gtk-2.0-key/gtkrc
|
||||
share/themes/Emacs/gtk-2.0-key/gtkrc
|
||||
share/themes/Raleigh/gtk-2.0/gtkrc
|
||||
@exec /usr/bin/touch -f %%X11BASE%%/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true
|
||||
@exec /usr/bin/find %%X11BASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true
|
||||
@unexec /usr/bin/find %%X11BASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
|
||||
@dirrm share/themes/Raleigh/gtk-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user