- add missing gtk-update-icon-cache goo

- remove cache file on pkg_delete

ok jasper@
This commit is contained in:
ajacoutot 2008-10-08 11:40:32 +00:00
parent f3b571fdcf
commit 066290dc81
4 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2007/11/17 23:35:59 steven Exp $
# $OpenBSD: Makefile,v 1.9 2008/10/08 11:40:32 ajacoutot Exp $
COMMENT= high-color icon theme shell for GNOME and KDE
DISTNAME= hicolor-icon-theme-0.10
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
HOMEPAGE= http://www.freedesktop.org/Standards/icon-theme-spec

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2007/11/17 23:35:59 steven Exp $
@comment $OpenBSD: PLIST,v 1.6 2008/10/08 11:40:32 ajacoutot Exp $
share/icons/
share/icons/hicolor/
share/icons/hicolor/128x128/
@ -314,4 +314,6 @@ share/icons/hicolor/scalable/stock/net/
share/icons/hicolor/scalable/stock/object/
share/icons/hicolor/scalable/stock/table/
share/icons/hicolor/scalable/stock/text/
@extra share/icons/hicolor/icon-theme.cache
@unexec-delete rm -f share/icons/hicolor/icon-theme.cache
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2008/07/13 17:02:24 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2008/10/08 11:40:32 ajacoutot Exp $
COMMENT= Tango icon theme for GNOME and KDE
DISTNAME= tango-icon-theme-0.8.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
HOMEPAGE= http://tango.freedesktop.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2008/07/13 17:02:24 jasper Exp $
@comment $OpenBSD: PLIST,v 1.5 2008/10/08 11:40:32 ajacoutot Exp $
@comment lib/locale/
share/icons/
share/icons/Tango/
@ -4249,3 +4249,6 @@ share/icons/Tango/scalable/status/weather-showers.svg
share/icons/Tango/scalable/status/weather-snow.svg
share/icons/Tango/scalable/status/weather-storm.svg
share/icons/Tango/scalable/status/xfce-trash_full.svg
@unexec-delete rm -f share/icons/Tango/icon-theme.cache
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true