mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Use framework instead of @exec to generate GTK icons cache
This commit is contained in:
parent
7a4bf7c495
commit
bca9860bb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417068
@ -23,7 +23,8 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \
|
||||
USES= gettext pkgconfig waf
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= gtkhtml4 intlhack gtk30 gconf2 libgsf
|
||||
USE_GNOME= gtkhtml4 intlhack gtk30 gconf2 libgsf \
|
||||
gtk-update-icon-cache
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
@unexec /bin/rm %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true
|
||||
bin/xiphos
|
||||
bin/xiphos-nav
|
||||
share/applications/xiphos.desktop
|
||||
@ -222,5 +221,3 @@ share/omf/xiphos/xiphos-fr.omf
|
||||
%%DATADIR%%/xiphos-button-125.png
|
||||
%%DATADIR%%/xiphos-x-16.png
|
||||
%%DATADIR%%/xiphos.xpm
|
||||
@exec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true
|
||||
@unexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user