From 066290dc819ea5be05902b722fb9e6b0227ba995 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 8 Oct 2008 11:40:32 +0000 Subject: [PATCH] - add missing gtk-update-icon-cache goo - remove cache file on pkg_delete ok jasper@ --- x11/hicolor-icon-theme/Makefile | 4 ++-- x11/hicolor-icon-theme/pkg/PLIST | 6 ++++-- x11/tango-icon-theme/Makefile | 4 ++-- x11/tango-icon-theme/pkg/PLIST | 5 ++++- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/x11/hicolor-icon-theme/Makefile b/x11/hicolor-icon-theme/Makefile index 585f80c61c1..adec34ebbce 100644 --- a/x11/hicolor-icon-theme/Makefile +++ b/x11/hicolor-icon-theme/Makefile @@ -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 diff --git a/x11/hicolor-icon-theme/pkg/PLIST b/x11/hicolor-icon-theme/pkg/PLIST index 91aec4464e1..9c2d0b2214a 100644 --- a/x11/hicolor-icon-theme/pkg/PLIST +++ b/x11/hicolor-icon-theme/pkg/PLIST @@ -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 diff --git a/x11/tango-icon-theme/Makefile b/x11/tango-icon-theme/Makefile index 2dcda4c80c9..1362efb1f80 100644 --- a/x11/tango-icon-theme/Makefile +++ b/x11/tango-icon-theme/Makefile @@ -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/ diff --git a/x11/tango-icon-theme/pkg/PLIST b/x11/tango-icon-theme/pkg/PLIST index d912542fe48..4884c975779 100644 --- a/x11/tango-icon-theme/pkg/PLIST +++ b/x11/tango-icon-theme/pkg/PLIST @@ -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