summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-30 18:42:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-30 18:42:11 +0800
commit28f19517e1cbc59f3b89951b84d0359df0d2978d (patch)
tree512fa10d942c2eee11d39f3cd35ddc5388e33eae /x11-toolkits/gtk20/files
parentb64ff37c30d4c72cf32c0acaa9b3be5e55f59a2d (diff)
downloadmarcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.gz
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.bz2
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.lz
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.xz
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.zst
marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.zip
Update to 2.17.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12355 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r--x11-toolkits/gtk20/files/patch-ai12
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c8
2 files changed, 10 insertions, 10 deletions
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);
}