From 6b78067707be41ff92050be97863eb8283c7a4eb Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 19 Feb 2008 14:57:34 +0000 Subject: [PATCH] - add missing gtk-update-icon-cache goos to speed up icons loading ok jasper@ --- x11/gnome/icon-theme/Makefile | 6 +++--- x11/gnome/icon-theme/pkg/PLIST | 4 +++- x11/gnome/themes-extras/Makefile | 4 ++-- x11/gnome/themes-extras/pkg/PLIST | 8 +++++++- x11/gnome/themes/Makefile | 4 ++-- x11/gnome/themes/pkg/PLIST | 20 +++++++++++++++++++- 6 files changed, 36 insertions(+), 10 deletions(-) diff --git a/x11/gnome/icon-theme/Makefile b/x11/gnome/icon-theme/Makefile index 1b5dd6c85c4..3148870f5a1 100644 --- a/x11/gnome/icon-theme/Makefile +++ b/x11/gnome/icon-theme/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.14 2008/02/04 17:55:18 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2008/02/19 14:57:34 ajacoutot Exp $ COMMENT= base icon theme for GNOME GNOME_PROJECT= gnome-icon-theme GNOME_VERSION= 2.20.0 CATEGORIES= x11 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 -# GPL +# GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/x11/gnome/icon-theme/pkg/PLIST b/x11/gnome/icon-theme/pkg/PLIST index 3c596c94169..b211750d9ff 100644 --- a/x11/gnome/icon-theme/pkg/PLIST +++ b/x11/gnome/icon-theme/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.12 2007/10/24 15:50:41 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.13 2008/02/19 14:57:34 ajacoutot Exp $ lib/pkgconfig/ lib/pkgconfig/gnome-icon-theme.pc share/icons/ @@ -6515,3 +6515,5 @@ share/icons/gnome/scalable/status/xfce-trash_full.svg share/icons/gnome/scalable/stock/ share/icons/gnome/scalable/stock/generic/ share/icons/gnome/scalable/stock/generic/stock_person.svg +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome diff --git a/x11/gnome/themes-extras/Makefile b/x11/gnome/themes-extras/Makefile index ba62d3224fa..4efceea20cb 100644 --- a/x11/gnome/themes-extras/Makefile +++ b/x11/gnome/themes-extras/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2008/02/04 17:55:19 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2008/02/19 14:57:34 ajacoutot Exp $ COMMENT= themes collection for GNOME GNOME_PROJECT= gnome-themes-extras GNOME_VERSION= 2.20 CATEGORIES= x11 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 TAR= ${LOCALBASE}/bin/gtar diff --git a/x11/gnome/themes-extras/pkg/PLIST b/x11/gnome/themes-extras/pkg/PLIST index 14194cf5411..2c99d008d5c 100644 --- a/x11/gnome/themes-extras/pkg/PLIST +++ b/x11/gnome/themes-extras/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/10/25 15:22:49 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.3 2008/02/19 14:57:34 ajacoutot Exp $ share/icons/Foxtrot/ share/icons/Foxtrot/16x16/ share/icons/Foxtrot/16x16/actions/ @@ -5396,3 +5396,9 @@ share/themes/Darklooks/ share/themes/Darklooks/gtk-2.0/ share/themes/Darklooks/gtk-2.0/gtkrc share/themes/Darklooks/index.theme +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Foxtrot/index.theme +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Foxtrot/index.theme +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Gion/index.theme +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Gion/index.theme +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Neu/index.theme +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Neu/index.theme diff --git a/x11/gnome/themes/Makefile b/x11/gnome/themes/Makefile index 2877a6af477..3eaaa05719c 100644 --- a/x11/gnome/themes/Makefile +++ b/x11/gnome/themes/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.23 2008/02/04 17:55:19 jasper Exp $ +# $OpenBSD: Makefile,v 1.24 2008/02/19 14:57:34 ajacoutot Exp $ COMMENT= themes collection for GNOME GNOME_PROJECT= gnome-themes GNOME_VERSION= 2.20.2 CATEGORIES= x11 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 # LGPL PERMIT_PACKAGE_CDROM= Yes diff --git a/x11/gnome/themes/pkg/PLIST b/x11/gnome/themes/pkg/PLIST index 271d79de268..c9f48a18396 100644 --- a/x11/gnome/themes/pkg/PLIST +++ b/x11/gnome/themes/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.16 2007/10/25 14:00:37 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.17 2008/02/19 14:57:34 ajacoutot Exp $ @conflict gtk2-clearlooks-engine-* share/icons/Crux/ share/icons/Crux/16x16/ @@ -3127,3 +3127,21 @@ share/themes/Mist/metacity-1/metacity-theme-1.xml share/themes/Simple/ share/themes/Simple/gtk-2.0/ share/themes/Simple/gtk-2.0/gtkrc +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Crux +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Crux +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrast-SVG +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrast-SVG +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastInverse +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastInverse +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastLargePrint +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastLargePrint +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastLargePrintInverse +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastLargePrintInverse +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LargePrint +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LargePrint +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LowContrast +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LowContrast +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LowContrastLargePrint +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LowContrastLargePrint +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Mist +@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Mist