openbsd-ports/x11/gtk+3/pkg/PLIST-guic
ajacoutot 41137c110d gtk-update-icon-cache(1) is moving from gtk+2 to gtk+3. This is a requirement
for the upcoming GNOME 3.16 update.

There may be dragons but I need to do this before p2k15!

big thank you to landry@ for running a bulk with the giant diff
and thanks for portbump(1) for giving me back some precious lifetime
2015-03-27 08:09:15 +00:00

8 lines
390 B
Plaintext

@comment $OpenBSD: PLIST-guic,v 1.1 2015/03/27 08:09:15 ajacoutot Exp $
@conflict gtk+2-<2.24.8p0
@pkgpath x11/gtk+2,-guic
@unexec-delete rm -f %D/share/icons/hicolor/icon-theme.cache
@bin bin/gtk-update-icon-cache
@man man/man1/gtk-update-icon-cache.1
@exec /usr/bin/find %D/share/icons -type d -mindepth 1 -maxdepth 1 -exec %D/bin/gtk-update-icon-cache -q -t -f {} \; 2>/dev/null || true