From 28f19517e1cbc59f3b89951b84d0359df0d2978d Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 30 May 2009 10:42:11 +0000 Subject: Update to 2.17.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12355 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/gtk20/files/patch-ai | 12 ++++++------ x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'x11-toolkits/gtk20/files') diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai index a7c07057c..90998384a 100644 --- a/x11-toolkits/gtk20/files/patch-ai +++ b/x11-toolkits/gtk20/files/patch-ai @@ -1,11 +1,11 @@ ---- docs/reference/Makefile.in.orig 2008-02-23 10:25:17.000000000 -0500 -+++ docs/reference/Makefile.in 2008-02-23 10:26:36.000000000 -0500 -@@ -372,7 +372,7 @@ +--- docs/reference/Makefile.in.orig 2009-05-30 11:56:11.000000000 +0200 ++++ docs/reference/Makefile.in 2009-05-30 11:59:32.000000000 +0200 +@@ -415,7 +415,7 @@ XVFB_START = \ && DISPLAY=:$$XID && export DISPLAY -SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = # gdk-pixbuf gdk gtk libgail-util ++SUBDIRS = #gdk-pixbuf gdk gtk libgail-util + + GITIGNOREFILES = */*.1 subdir = docs/reference - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c index 354837da5..206257551 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c @@ -1,10 +1,10 @@ ---- gtk/updateiconcache.c.orig 2008-02-16 11:33:25.000000000 -0500 -+++ gtk/updateiconcache.c 2008-02-16 11:33:33.000000000 -0500 -@@ -1477,7 +1477,7 @@ build_cache (const gchar *path) +--- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 ++++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 +@@ -1505,7 +1505,7 @@ opentmp: if (!validate_file (tmp_cache_path)) { g_printerr (_("The generated cache was invalid.\n")); -- //g_unlink (tmp_cache_path); +- /*g_unlink (tmp_cache_path);*/ + g_unlink (tmp_cache_path); exit (1); } -- cgit v1.2.3