summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-05 20:22:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-05 20:22:20 +0800
commite661ecd360fa15a3c1cc40b79f5698ace0ca9201 (patch)
treeac0c98543b236b822786c1d0d05cd5070929d66a /x11-toolkits/gtk20
parent4358a3a69bd61600d4e8d84cbb8a10d7897acf53 (diff)
downloadmarcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar.gz
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar.bz2
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar.lz
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar.xz
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.tar.zst
marcuscom-ports-e661ecd360fa15a3c1cc40b79f5698ace0ca9201.zip
Update to 2.27.11.
Something ate the locales. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12779 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/gtk20/distinfo6
-rw-r--r--x11-toolkits/gtk20/files/patch-ah12
-rw-r--r--x11-toolkits/gtk20/files/patch-ai12
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in13
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_Makefile.in14
-rw-r--r--x11-toolkits/gtk20/pkg-plist205
7 files changed, 32 insertions, 234 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index da6c29c83..67b38d5d6 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.167 2009/08/18 04:01:40 ahze Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.168 2009/08/25 09:00:42 kwm Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.17.9
+PORTVERSION= 2.17.11
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index 6567248cb..af7b94945 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gtk+-2.17.9.tar.bz2) = 44323cc81628be422c59059086e33353
-SHA256 (gnome2/gtk+-2.17.9.tar.bz2) = 6c922a637b264dd98caa64fc3c70dc50bffc4b3cad2626862729eb0e9eecc266
-SIZE (gnome2/gtk+-2.17.9.tar.bz2) = 18784320
+MD5 (gnome2/gtk+-2.17.11.tar.bz2) = 46b3b78d9140b40efe8efaa8c477d1cd
+SHA256 (gnome2/gtk+-2.17.11.tar.bz2) = dbbb13462ec385ba6803f08b5c6d15342b74282828b2fe699e75723aa0e89c70
+SIZE (gnome2/gtk+-2.17.11.tar.bz2) = 18920203
diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah
index 88bfe209d..416fbb3f0 100644
--- a/x11-toolkits/gtk20/files/patch-ah
+++ b/x11-toolkits/gtk20/files/patch-ah
@@ -1,11 +1,11 @@
---- docs/Makefile.in.orig Fri Oct 24 21:47:52 2003
-+++ docs/Makefile.in Fri Oct 24 23:35:09 2003
-@@ -179,7 +179,7 @@
+--- docs/Makefile.in.orig 2009-09-05 11:12:17.000000000 +0200
++++ docs/Makefile.in 2009-09-05 11:16:52.000000000 +0200
+@@ -228,7 +228,7 @@ LTLIBOBJS = @LTLIBOBJS@
+ LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
+ LT_VERSION_INFO = @LT_VERSION_INFO@
MAINT = @MAINT@
- MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
- MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
+ MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
- MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai
index 90998384a..0a4e1022f 100644
--- a/x11-toolkits/gtk20/files/patch-ai
+++ b/x11-toolkits/gtk20/files/patch-ai
@@ -1,11 +1,11 @@
---- 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 = \
+--- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200
++++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200
+@@ -359,7 +359,7 @@ XVFB_START = \
+ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY
-
-SUBDIRS = gdk-pixbuf gdk gtk libgail-util
+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util
-
GITIGNOREFILES = */*.1
- subdir = docs/reference
+ all: all-recursive
+
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
index 1bedfdf55..04ce78984 100644
--- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
+++ b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
@@ -1,15 +1,14 @@
---- gdk-pixbuf/Makefile.in.orig Wed Mar 2 15:56:36 2005
-+++ gdk-pixbuf/Makefile.in Wed Mar 2 15:57:08 2005
-@@ -519,10 +519,10 @@
-
- bin_PROGRAMS = gdk-pixbuf-csource gdk-pixbuf-query-loaders
+--- gdk-pixbuf/Makefile.in.orig 2009-09-05 11:19:07.000000000 +0200
++++ gdk-pixbuf/Makefile.in 2009-09-05 11:20:19.000000000 +0200
+@@ -1322,9 +1322,9 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loade
+ LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS)
+ test_gdk_pixbuf_LDADD = $(LDADDS)
gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c
-gdk_pixbuf_csource_LDADD = $(LDADDS)
+gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS)
-
gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS)
-gdk_pixbuf_query_loaders_LDADD = $(LDADDS)
+gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS)
-
gdk_pixbuf_query_loaders_SOURCES = queryloaders.c
+ #
diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
index 610ece8f3..8037cf952 100644
--- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
+++ b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
@@ -1,16 +1,14 @@
---- gtk/Makefile.in.orig Sat May 6 04:47:11 2006
-+++ gtk/Makefile.in Sat May 6 04:48:06 2006
-@@ -1009,11 +1009,11 @@ LDADDS = \
- bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache
+--- gtk/Makefile.in.orig 2009-09-05 11:21:40.000000000 +0200
++++ gtk/Makefile.in 2009-09-05 11:22:57.000000000 +0200
+@@ -1310,9 +1310,9 @@ LDADDS = \
+ bin_SCRIPTS = gtk-builder-convert
gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS)
-gtk_query_immodules_2_0_LDADD = $(LDADDS)
+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS)
-
gtk_query_immodules_2_0_SOURCES = queryimmodules.c
-
-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
+gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS)
-
- gtk_update_icon_cache_SOURCES = updateiconcache.c
+ gtk_update_icon_cache_SOURCES = \
+ updateiconcache.c
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index 7ec8c057a..978498aec 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -437,6 +437,8 @@ share/gtk-2.0/demo/infobar.c
share/gtk-2.0/demo/list_store.c
share/gtk-2.0/demo/links.c
share/gtk-2.0/demo/menus.c
+share/gtk-2.0/demo/offscreen_window.c
+share/gtk-2.0/demo/offscreen_window2.c
share/gtk-2.0/demo/panes.c
share/gtk-2.0/demo/pickers.c
share/gtk-2.0/demo/pixbufs.c
@@ -449,208 +451,7 @@ share/gtk-2.0/demo/textscroll.c
share/gtk-2.0/demo/textview.c
share/gtk-2.0/demo/tree_store.c
share/gtk-2.0/demo/ui_manager.c
-share/locale/af/LC_MESSAGES/gtk20-properties.mo
-share/locale/af/LC_MESSAGES/gtk20.mo
-share/locale/am/LC_MESSAGES/gtk20-properties.mo
-share/locale/am/LC_MESSAGES/gtk20.mo
-share/locale/ang/LC_MESSAGES/gtk20-properties.mo
-share/locale/ang/LC_MESSAGES/gtk20.mo
-share/locale/ar/LC_MESSAGES/gtk20-properties.mo
-share/locale/ar/LC_MESSAGES/gtk20.mo
-share/locale/as/LC_MESSAGES/gtk20-properties.mo
-share/locale/as/LC_MESSAGES/gtk20.mo
-share/locale/ast/LC_MESSAGES/gtk20-properties.mo
-share/locale/ast/LC_MESSAGES/gtk20.mo
-share/locale/az/LC_MESSAGES/gtk20-properties.mo
-share/locale/az/LC_MESSAGES/gtk20.mo
-share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
-share/locale/az_IR/LC_MESSAGES/gtk20.mo
-share/locale/be/LC_MESSAGES/gtk20-properties.mo
-share/locale/be/LC_MESSAGES/gtk20.mo
-share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
-share/locale/be@latin/LC_MESSAGES/gtk20.mo
-share/locale/bg/LC_MESSAGES/gtk20-properties.mo
-share/locale/bg/LC_MESSAGES/gtk20.mo
-share/locale/bn/LC_MESSAGES/gtk20-properties.mo
-share/locale/bn/LC_MESSAGES/gtk20.mo
-share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
-share/locale/bn_IN/LC_MESSAGES/gtk20.mo
-share/locale/br/LC_MESSAGES/gtk20-properties.mo
-share/locale/br/LC_MESSAGES/gtk20.mo
-share/locale/bs/LC_MESSAGES/gtk20-properties.mo
-share/locale/bs/LC_MESSAGES/gtk20.mo
-share/locale/ca/LC_MESSAGES/gtk20-properties.mo
-share/locale/ca/LC_MESSAGES/gtk20.mo
-share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo
-share/locale/ca@valencia/LC_MESSAGES/gtk20.mo
-share/locale/crh/LC_MESSAGES/gtk20-properties.mo
-share/locale/crh/LC_MESSAGES/gtk20.mo
-share/locale/cs/LC_MESSAGES/gtk20-properties.mo
-share/locale/cs/LC_MESSAGES/gtk20.mo
-share/locale/cy/LC_MESSAGES/gtk20-properties.mo
-share/locale/cy/LC_MESSAGES/gtk20.mo
-share/locale/da/LC_MESSAGES/gtk20-properties.mo
-share/locale/da/LC_MESSAGES/gtk20.mo
-share/locale/de/LC_MESSAGES/gtk20-properties.mo
-share/locale/de/LC_MESSAGES/gtk20.mo
-share/locale/dz/LC_MESSAGES/gtk20-properties.mo
-share/locale/dz/LC_MESSAGES/gtk20.mo
-share/locale/el/LC_MESSAGES/gtk20-properties.mo
-share/locale/el/LC_MESSAGES/gtk20.mo
-share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
-share/locale/en_CA/LC_MESSAGES/gtk20.mo
-share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
-share/locale/en_GB/LC_MESSAGES/gtk20.mo
-share/locale/eo/LC_MESSAGES/gtk20-properties.mo
-share/locale/eo/LC_MESSAGES/gtk20.mo
-share/locale/es/LC_MESSAGES/gtk20-properties.mo
-share/locale/es/LC_MESSAGES/gtk20.mo
-share/locale/et/LC_MESSAGES/gtk20-properties.mo
-share/locale/et/LC_MESSAGES/gtk20.mo
-share/locale/eu/LC_MESSAGES/gtk20-properties.mo
-share/locale/eu/LC_MESSAGES/gtk20.mo
-share/locale/fa/LC_MESSAGES/gtk20-properties.mo
-share/locale/fa/LC_MESSAGES/gtk20.mo
-share/locale/fi/LC_MESSAGES/gtk20-properties.mo
-share/locale/fi/LC_MESSAGES/gtk20.mo
-share/locale/fr/LC_MESSAGES/gtk20-properties.mo
-share/locale/fr/LC_MESSAGES/gtk20.mo
-share/locale/ga/LC_MESSAGES/gtk20-properties.mo
-share/locale/ga/LC_MESSAGES/gtk20.mo
-share/locale/gl/LC_MESSAGES/gtk20-properties.mo
-share/locale/gl/LC_MESSAGES/gtk20.mo
-share/locale/gu/LC_MESSAGES/gtk20-properties.mo
-share/locale/gu/LC_MESSAGES/gtk20.mo
-share/locale/he/LC_MESSAGES/gtk20-properties.mo
-share/locale/he/LC_MESSAGES/gtk20.mo
-share/locale/hi/LC_MESSAGES/gtk20-properties.mo
-share/locale/hi/LC_MESSAGES/gtk20.mo
-share/locale/hr/LC_MESSAGES/gtk20-properties.mo
-share/locale/hr/LC_MESSAGES/gtk20.mo
-share/locale/hu/LC_MESSAGES/gtk20-properties.mo
-share/locale/hu/LC_MESSAGES/gtk20.mo
-share/locale/hy/LC_MESSAGES/gtk20-properties.mo
-share/locale/hy/LC_MESSAGES/gtk20.mo
-share/locale/ia/LC_MESSAGES/gtk20-properties.mo
-share/locale/ia/LC_MESSAGES/gtk20.mo
-share/locale/id/LC_MESSAGES/gtk20-properties.mo
-share/locale/id/LC_MESSAGES/gtk20.mo
-share/locale/io/LC_MESSAGES/gtk20-properties.mo
-share/locale/io/LC_MESSAGES/gtk20.mo
-share/locale/is/LC_MESSAGES/gtk20-properties.mo
-share/locale/is/LC_MESSAGES/gtk20.mo
-share/locale/it/LC_MESSAGES/gtk20-properties.mo
-share/locale/it/LC_MESSAGES/gtk20.mo
-share/locale/ja/LC_MESSAGES/gtk20-properties.mo
-share/locale/ja/LC_MESSAGES/gtk20.mo
-share/locale/ka/LC_MESSAGES/gtk20-properties.mo
-share/locale/ka/LC_MESSAGES/gtk20.mo
-share/locale/kn/LC_MESSAGES/gtk20-properties.mo
-share/locale/kn/LC_MESSAGES/gtk20.mo
-share/locale/ko/LC_MESSAGES/gtk20-properties.mo
-share/locale/ko/LC_MESSAGES/gtk20.mo
-share/locale/ku/LC_MESSAGES/gtk20-properties.mo
-share/locale/ku/LC_MESSAGES/gtk20.mo
-share/locale/li/LC_MESSAGES/gtk20-properties.mo
-share/locale/li/LC_MESSAGES/gtk20.mo
-share/locale/lt/LC_MESSAGES/gtk20-properties.mo
-share/locale/lt/LC_MESSAGES/gtk20.mo
-share/locale/lv/LC_MESSAGES/gtk20-properties.mo
-share/locale/lv/LC_MESSAGES/gtk20.mo
-share/locale/mai/LC_MESSAGES/gtk20-properties.mo
-share/locale/mai/LC_MESSAGES/gtk20.mo
-share/locale/mi/LC_MESSAGES/gtk20-properties.mo
-share/locale/mi/LC_MESSAGES/gtk20.mo
-share/locale/mk/LC_MESSAGES/gtk20-properties.mo
-share/locale/mk/LC_MESSAGES/gtk20.mo
-share/locale/ml/LC_MESSAGES/gtk20-properties.mo
-share/locale/ml/LC_MESSAGES/gtk20.mo
-share/locale/mn/LC_MESSAGES/gtk20-properties.mo
-share/locale/mn/LC_MESSAGES/gtk20.mo
-share/locale/mr/LC_MESSAGES/gtk20-properties.mo
-share/locale/mr/LC_MESSAGES/gtk20.mo
-share/locale/ms/LC_MESSAGES/gtk20-properties.mo
-share/locale/ms/LC_MESSAGES/gtk20.mo
-share/locale/nb/LC_MESSAGES/gtk20-properties.mo
-share/locale/nb/LC_MESSAGES/gtk20.mo
-share/locale/ne/LC_MESSAGES/gtk20-properties.mo
-share/locale/ne/LC_MESSAGES/gtk20.mo
-share/locale/nl/LC_MESSAGES/gtk20-properties.mo
-share/locale/nl/LC_MESSAGES/gtk20.mo
-share/locale/nn/LC_MESSAGES/gtk20-properties.mo
-share/locale/nn/LC_MESSAGES/gtk20.mo
-share/locale/nso/LC_MESSAGES/gtk20-properties.mo
-share/locale/nso/LC_MESSAGES/gtk20.mo
-share/locale/oc/LC_MESSAGES/gtk20-properties.mo
-share/locale/oc/LC_MESSAGES/gtk20.mo
-share/locale/or/LC_MESSAGES/gtk20-properties.mo
-share/locale/or/LC_MESSAGES/gtk20.mo
-share/locale/pa/LC_MESSAGES/gtk20-properties.mo
-share/locale/pa/LC_MESSAGES/gtk20.mo
-share/locale/pl/LC_MESSAGES/gtk20-properties.mo
-share/locale/pl/LC_MESSAGES/gtk20.mo
-share/locale/ps/LC_MESSAGES/gtk20-properties.mo
-share/locale/ps/LC_MESSAGES/gtk20.mo
-share/locale/pt/LC_MESSAGES/gtk20-properties.mo
-share/locale/pt/LC_MESSAGES/gtk20.mo
-share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
-share/locale/pt_BR/LC_MESSAGES/gtk20.mo
-share/locale/ro/LC_MESSAGES/gtk20-properties.mo
-share/locale/ro/LC_MESSAGES/gtk20.mo
-share/locale/ru/LC_MESSAGES/gtk20-properties.mo
-share/locale/ru/LC_MESSAGES/gtk20.mo
-share/locale/rw/LC_MESSAGES/gtk20-properties.mo
-share/locale/rw/LC_MESSAGES/gtk20.mo
-share/locale/si/LC_MESSAGES/gtk20-properties.mo
-share/locale/si/LC_MESSAGES/gtk20.mo
-share/locale/sk/LC_MESSAGES/gtk20-properties.mo
-share/locale/sk/LC_MESSAGES/gtk20.mo
-share/locale/sl/LC_MESSAGES/gtk20-properties.mo
-share/locale/sl/LC_MESSAGES/gtk20.mo
-share/locale/sq/LC_MESSAGES/gtk20-properties.mo
-share/locale/sq/LC_MESSAGES/gtk20.mo
-share/locale/sr/LC_MESSAGES/gtk20-properties.mo
-share/locale/sr/LC_MESSAGES/gtk20.mo
-share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
-share/locale/sr@ije/LC_MESSAGES/gtk20.mo
-share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo
-share/locale/sr@latin/LC_MESSAGES/gtk20.mo
-share/locale/sv/LC_MESSAGES/gtk20-properties.mo
-share/locale/sv/LC_MESSAGES/gtk20.mo
-share/locale/ta/LC_MESSAGES/gtk20-properties.mo
-share/locale/ta/LC_MESSAGES/gtk20.mo
-share/locale/te/LC_MESSAGES/gtk20-properties.mo
-share/locale/te/LC_MESSAGES/gtk20.mo
-share/locale/th/LC_MESSAGES/gtk20-properties.mo
-share/locale/th/LC_MESSAGES/gtk20.mo
-share/locale/tk/LC_MESSAGES/gtk20-properties.mo
-share/locale/tk/LC_MESSAGES/gtk20.mo
-share/locale/tr/LC_MESSAGES/gtk20-properties.mo
-share/locale/tr/LC_MESSAGES/gtk20.mo
-share/locale/tt/LC_MESSAGES/gtk20-properties.mo
-share/locale/tt/LC_MESSAGES/gtk20.mo
-share/locale/uk/LC_MESSAGES/gtk20-properties.mo
-share/locale/uk/LC_MESSAGES/gtk20.mo
-share/locale/ur/LC_MESSAGES/gtk20-properties.mo
-share/locale/ur/LC_MESSAGES/gtk20.mo
-share/locale/uz/LC_MESSAGES/gtk20-properties.mo
-share/locale/uz/LC_MESSAGES/gtk20.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
-share/locale/vi/LC_MESSAGES/gtk20-properties.mo
-share/locale/vi/LC_MESSAGES/gtk20.mo
-share/locale/wa/LC_MESSAGES/gtk20-properties.mo
-share/locale/wa/LC_MESSAGES/gtk20.mo
-share/locale/xh/LC_MESSAGES/gtk20-properties.mo
-share/locale/xh/LC_MESSAGES/gtk20.mo
-share/locale/yi/LC_MESSAGES/gtk20-properties.mo
-share/locale/yi/LC_MESSAGES/gtk20.mo
-share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
-share/locale/zh_CN/LC_MESSAGES/gtk20.mo
-share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
-share/locale/zh_HK/LC_MESSAGES/gtk20.mo
-share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
-share/locale/zh_TW/LC_MESSAGES/gtk20.mo
+@comment Oh no, something ate the locales.
share/themes/Default/gtk-2.0-key/gtkrc
share/themes/Emacs/gtk-2.0-key/gtkrc
share/themes/Raleigh/gtk-2.0/gtkrc