aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-30 17:20:22 +0800
committerkwm <kwm@FreeBSD.org>2011-07-30 17:20:22 +0800
commita62cae757688a808afa976415de0ad1de2fca4b9 (patch)
tree3340ef98494c1bf2c67cae30b850dc805e3023d7 /x11-toolkits
parentbeda4282e4a11026847c701177b762e2e72244a1 (diff)
downloadfreebsd-ports-gnome-a62cae757688a808afa976415de0ad1de2fca4b9.tar.gz
freebsd-ports-gnome-a62cae757688a808afa976415de0ad1de2fca4b9.tar.zst
freebsd-ports-gnome-a62cae757688a808afa976415de0ad1de2fca4b9.zip
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile4
-rw-r--r--x11-toolkits/gtk20/Makefile27
-rw-r--r--x11-toolkits/gtk20/distinfo4
-rw-r--r--x11-toolkits/gtk20/files/patch-ah8
-rw-r--r--x11-toolkits/gtk20/files/patch-configure14
-rw-r--r--x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in11
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_Makefile.in24
-rw-r--r--x11-toolkits/gtk20/pkg-plist18
-rw-r--r--x11-toolkits/gtk30-reference/Makefile2
-rw-r--r--x11-toolkits/gtk30-reference/pkg-descr2
-rw-r--r--x11-toolkits/gtk30/Makefile46
-rw-r--r--x11-toolkits/gtk30/distinfo4
-rw-r--r--x11-toolkits/gtk30/files/patch-Makefile.in14
-rw-r--r--x11-toolkits/gtk30/files/patch-ak11
-rw-r--r--x11-toolkits/gtk30/files/patch-configure6
-rw-r--r--x11-toolkits/gtk30/files/patch-docs_Makefile.in (renamed from x11-toolkits/gtk30/files/patch-ah)8
-rw-r--r--x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in (renamed from x11-toolkits/gtk30/files/patch-ai)0
-rw-r--r--x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in12
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_Makefile.in280
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtksignal.h13
-rw-r--r--x11-toolkits/gtk30/pkg-descr4
-rw-r--r--x11-toolkits/gtk30/pkg-plist1285
-rw-r--r--x11-toolkits/gtkmm24-reference/Makefile4
-rw-r--r--x11-toolkits/gtkmm24/Makefile6
-rw-r--r--x11-toolkits/gtkmm24/distinfo4
-rw-r--r--x11-toolkits/gtkmm24/pkg-plist3
-rw-r--r--x11-toolkits/gtkmm30-reference/Makefile13
-rw-r--r--x11-toolkits/gtkmm30-reference/pkg-descr2
-rw-r--r--x11-toolkits/gtkmm30-reference/pkg-plist4
-rw-r--r--x11-toolkits/gtkmm30/Makefile42
-rw-r--r--x11-toolkits/gtkmm30/distinfo4
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in12
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in12
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc21
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_notebook_p.h11
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_scrolledwindow_p.h11
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_scrolledwindow.cc21
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h20
-rw-r--r--x11-toolkits/gtkmm30/pkg-descr2
-rw-r--r--x11-toolkits/gtkmm30/pkg-plist951
40 files changed, 1257 insertions, 1683 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 4ff86255e591..6f39aaad4f1a 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -54,6 +54,8 @@
SUBDIR += gtk12
SUBDIR += gtk20
SUBDIR += gtk20-reference
+ SUBDIR += gtk30
+ SUBDIR += gtk30-reference
SUBDIR += gtkada
SUBDIR += gtkdatabox
SUBDIR += gtkextra
@@ -69,6 +71,8 @@
SUBDIR += gtkmm20-reference
SUBDIR += gtkmm24
SUBDIR += gtkmm24-reference
+ SUBDIR += gtkmm30
+ SUBDIR += gtkmm30-reference
SUBDIR += gtksourceview
SUBDIR += gtksourceview-reference
SUBDIR += gtksourceview-sharp
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index ede6012e5f76..cb0896554cc6 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,12 +3,13 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.209 2010/11/15 21:17:48 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.224 2011/06/16 17:36:39 kwm Exp $
#
+# Remember to update graphics/gtk-update-icon-cache too.
PORTNAME= gtk
-PORTVERSION= 2.22.1
-PORTREVISION?= 1
+PORTVERSION= 2.24.5
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \
@@ -22,11 +23,11 @@ DISTNAME= gtk+-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= Gimp Toolkit for X11 GUI (current stable version)
+COMMENT= Gimp Toolkit for X11 GUI (previous stable version)
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_BZIP2= yes
+USE_XZ= yes
LATEST_LINK= gtk20
.if !defined(REFERENCE_PORT)
@@ -40,16 +41,16 @@ USE_PERL5_BUILD=yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack
+USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache
USE_GETTEXT= yes
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper
+CONFIGURE_ARGS= --enable-static --with-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-MAN1= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1
+MAN1= gtk-query-immodules-2.0.1
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug=yes
@@ -57,7 +58,7 @@ CONFIGURE_ARGS+= --enable-debug=yes
OPTIONS= CUPS "Enable cups printing support" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_CUPS)
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
@@ -77,6 +78,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \
${WRKSRC}/gtk/Makefile.in
+pre-configure:
+.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc)
+ @${ECHO_CMD} "${PKGNAME}: Needs cairo build with X11 support."
+ @${FALSE}
+.endif
+
pre-build:
@${RM} -rf ${WRKSRC}/docs/gtk.info*
@@ -89,6 +96,6 @@ post-install:
${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/docs/reference/gtk/|} \
${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
.endif
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index a6827d508561..53e9d1c878f5 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gtk+-2.22.1.tar.bz2) = 965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07
-SIZE (gnome2/gtk+-2.22.1.tar.bz2) = 18306164
+SHA256 (gnome2/gtk+-2.24.5.tar.xz) = d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3
+SIZE (gnome2/gtk+-2.24.5.tar.xz) = 13252580
diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah
index b6a6a71721f5..cc9e4c46a65a 100644
--- a/x11-toolkits/gtk20/files/patch-ah
+++ b/x11-toolkits/gtk20/files/patch-ah
@@ -1,11 +1,11 @@
---- docs/Makefile.in.orig 2009-12-25 20:26:59.000000000 +0100
-+++ docs/Makefile.in 2009-12-25 20:27:35.000000000 +0100
-@@ -241,7 +241,7 @@
+--- docs/Makefile.in.orig 2010-12-24 00:14:51.000000000 +0100
++++ docs/Makefile.in 2010-12-24 00:15:52.000000000 +0100
+@@ -220,7 +220,7 @@
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
LT_VERSION_INFO = @LT_VERSION_INFO@
MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
+ MANIFEST_TOOL = @MANIFEST_TOOL@
MATH_LIB = @MATH_LIB@
MKDIR_P = @MKDIR_P@
- MKINSTALLDIRS = @MKINSTALLDIRS@
diff --git a/x11-toolkits/gtk20/files/patch-configure b/x11-toolkits/gtk20/files/patch-configure
deleted file mode 100644
index 06a6f7b9fa22..000000000000
--- a/x11-toolkits/gtk20/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig 2009-12-26 21:41:27.000000000 +0100
-+++ configure 2009-12-26 21:51:04.000000000 +0100
-@@ -33884,9 +33884,9 @@
- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
-+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
-+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
- INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
- INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
- INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
diff --git a/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in
new file mode 100644
index 000000000000..b1a3d8374f4b
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/gtk/Makefile.in.orig 2011-03-04 12:25:26.000000000 +0100
++++ docs/reference/gtk/Makefile.in 2011-03-04 12:25:42.000000000 +0100
+@@ -748,7 +748,7 @@
+ @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
+
+ ########################################################################
+-@ENABLE_MAN_TRUE@man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1
++@ENABLE_MAN_TRUE@man_MANS = gtk-query-immodules-2.0.1 gtk-builder-convert.1
+ @ENABLE_MAN_TRUE@BUILT_EXTRA_DIST = $(man_MANS)
+ all: all-am
+
diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
index 82740da0a1b7..9846a2751331 100644
--- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
+++ b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
@@ -2,9 +2,19 @@ Stock icons. This was removed in 2.21.x, however it is used by atleast firefox.
https://bugzilla.gnome.org/show_bug.cgi?id=629878
---- gtk/Makefile.in.orig 2010-11-21 16:06:15.000000000 +0100
-+++ gtk/Makefile.in 2010-11-21 16:36:39.000000000 +0100
-@@ -1352,9 +1352,9 @@
+--- gtk/Makefile.in.orig 2011-03-04 12:02:32.000000000 +0100
++++ gtk/Makefile.in 2011-03-04 12:03:28.000000000 +0100
+@@ -71,8 +71,7 @@
+ @HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_15 = --add-include-path=$(top_builddir)/gdk/x11
+ @HAVE_INTROSPECTION_TRUE@am__append_16 = Gtk-2.0.gir
+ @HAVE_INTROSPECTION_TRUE@am__append_17 = $(gir_DATA) $(typelibs_DATA)
+-bin_PROGRAMS = gtk-query-immodules-2.0$(EXEEXT) \
+- gtk-update-icon-cache$(EXEEXT)
++bin_PROGRAMS = gtk-query-immodules-2.0$(EXEEXT)
+ @OS_WIN32_TRUE@am__append_18 = \
+ @OS_WIN32_TRUE@ $(GTK_UPDATE_ICON_CACHE_MANIFEST)
+
+@@ -1358,9 +1357,9 @@
# gtk-update-icon-cache.exe doesn't require any special privileges.
@OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest
gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS)
@@ -16,7 +26,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629878
gtk_update_icon_cache_SOURCES = updateiconcache.c
STOCK_ICONS = \
stock-icons/16/document-open-recent.png \
-@@ -1595,7 +1595,171 @@
+@@ -1601,7 +1600,171 @@
stock-icons/24/folder-remote.png \
stock-icons/24/user-home.png \
stock-icons/24/user-desktop.png \
@@ -189,10 +199,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629878
@CROSS_COMPILING_FALSE@gtk_update_icon_cache_program = \
@CROSS_COMPILING_FALSE@ ./gtk-update-icon-cache
-@@ -2866,6 +3030,88 @@
+@@ -2873,6 +3036,88 @@
&& $(LN_S) folder.png user-desktop.png \
- && $(RM) text-x-generic.png \
- && $(LN_S) document-x-generic.png text-x-generic.png \
+ && $(RM) user-home.png.png \
+ && $(LN_S) folder.png user-home.png \
+ && $(LN_S) application-exit.png gtk-quit.png \
+ && $(LN_S) dialog-info.png gtk-info.png \
+ && $(LN_S) document-new.png gtk-file.png \
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index 06e2e8485b92..a4ac7f4e6b0f 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -1,7 +1,6 @@
bin/gtk-builder-convert
bin/gtk-demo
bin/gtk-query-immodules-2.0
-bin/gtk-update-icon-cache
etc/gtk-2.0/gtk.immodules
etc/gtk-2.0/im-multipress.conf
include/gail-1.0/gail/gailwidget.h
@@ -87,6 +86,7 @@ include/gtk-2.0/gtk/gtkcolorseldialog.h
include/gtk-2.0/gtk/gtkcombo.h
include/gtk-2.0/gtk/gtkcombobox.h
include/gtk-2.0/gtk/gtkcomboboxentry.h
+include/gtk-2.0/gtk/gtkcomboboxtext.h
include/gtk-2.0/gtk/gtkcontainer.h
include/gtk-2.0/gtk/gtkctree.h
include/gtk-2.0/gtk/gtkcurve.h
@@ -487,8 +487,6 @@ 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/kg/LC_MESSAGES/gtk20-properties.mo
-share/locale/kg/LC_MESSAGES/gtk20.mo
share/locale/kk/LC_MESSAGES/gtk20-properties.mo
share/locale/kk/LC_MESSAGES/gtk20.mo
share/locale/kn/LC_MESSAGES/gtk20-properties.mo
@@ -497,8 +495,6 @@ 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/lg/LC_MESSAGES/gtk20-properties.mo
-share/locale/lg/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
@@ -611,10 +607,12 @@ share/themes/Raleigh/gtk-2.0/gtkrc
@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true
@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
@dirrm share/themes/Raleigh/gtk-2.0
-@dirrm share/themes/Raleigh
+@dirrmtry share/themes/Raleigh
@dirrm share/themes/Emacs/gtk-2.0-key
-@dirrm share/themes/Emacs
+@dirrmtry share/themes/Emacs
@dirrm share/themes/Default/gtk-2.0-key
+@dirrmtry share/themes/Default
+@dirrmtry share/themes
@dirrm share/gtk-2.0/demo
@dirrm share/gtk-2.0
@dirrm include/gtk-unix-print-2.0/gtk
@@ -629,8 +627,6 @@ share/themes/Raleigh/gtk-2.0/gtkrc
@exec /bin/mkdir -p %D/lib/gtk-2.0/modules
@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines
@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders
-@dirrmtry share/themes/Default
-@dirrmtry share/themes
@dirrmtry lib/gtk-2.0/modules
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/printbackends
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/modules
@@ -680,14 +676,10 @@ share/themes/Raleigh/gtk-2.0/gtkrc
@dirrmtry share/locale/mi
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
-@dirrmtry share/locale/lg/LC_MESSAGES
-@dirrmtry share/locale/lg
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/kk/LC_MESSAGES
@dirrmtry share/locale/kk
-@dirrmtry share/locale/kg/LC_MESSAGES
-@dirrmtry share/locale/kg
@dirrmtry share/locale/io/LC_MESSAGES
@dirrmtry share/locale/io
@dirrmtry share/locale/ia/LC_MESSAGES
diff --git a/x11-toolkits/gtk30-reference/Makefile b/x11-toolkits/gtk30-reference/Makefile
index b7beec30130d..092169fe3fa5 100644
--- a/x11-toolkits/gtk30-reference/Makefile
+++ b/x11-toolkits/gtk30-reference/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 2
+PORTREVISION= 0
BOOKS= gdk gtk
diff --git a/x11-toolkits/gtk30-reference/pkg-descr b/x11-toolkits/gtk30-reference/pkg-descr
index f8f8f3b87b74..6b94c24bff4d 100644
--- a/x11-toolkits/gtk30-reference/pkg-descr
+++ b/x11-toolkits/gtk30-reference/pkg-descr
@@ -1,3 +1,3 @@
-This port contains the programming reference for x11-toolkits/gtk20.
+This port contains the programming reference for x11-toolkits/gtk30.
WWW: http://www.gtk.org/
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index ede6012e5f76..66810ba5f052 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.209 2010/11/15 21:17:48 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.35 2011/06/07 13:19:12 kwm Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.22.1
-PORTREVISION?= 1
+PORTVERSION= 3.0.11
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \
@@ -19,15 +19,15 @@ MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
MASTER_SITE_SUBDIR= gtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= gtk+-${PORTVERSION}
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gimp Toolkit for X11 GUI (current stable version)
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_BZIP2= yes
-LATEST_LINK= gtk20
+USE_XZ= yes
+LATEST_LINK= gtk30
.if !defined(REFERENCE_PORT)
@@ -37,19 +37,23 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
USE_GMAKE= yes
USE_PERL5_BUILD=yes
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack
+USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache
USE_GETTEXT= yes
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper
+CONFIGURE_ARGS= --enable-static --enable-xinput=yes
+CONFIGURE_ARGS+=--enable-gtk2-dependency
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0`
-MAN1= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1
+GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml
+
+MAN1= gtk-query-immodules-3.0.1
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug=yes
@@ -57,15 +61,15 @@ CONFIGURE_ARGS+= --enable-debug=yes
OPTIONS= CUPS "Enable cups printing support" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_CUPS)
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
CONFIGURE_ARGS+=--enable-cups=auto
-PLIST_SUB+= CUPS:=""
+PLIST_SUB+= CUPS=""
.else
CONFIGURE_ARGS+=--disable-cups
-PLIST_SUB+= CUPS:="@comment "
+PLIST_SUB+= CUPS="@comment "
.endif
post-patch:
@@ -77,18 +81,24 @@ post-patch:
@${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \
${WRKSRC}/gtk/Makefile.in
+pre-configure:
+.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc)
+ @${ECHO_CMD} "${PKGNAME}: Needs cairo build with X11 support."
+ @${FALSE}
+.endif
+
pre-build:
@${RM} -rf ${WRKSRC}/docs/gtk.info*
post-install:
-@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \
${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null
- @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
- @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/engines
- @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/loaders
+ @${MKDIR} ${PREFIX}/lib/gtk-3.0/modules
+ @${MKDIR} ${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/engines
+ @${MKDIR} ${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/loaders
${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/docs/reference/gtk/|} \
${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
.endif
diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo
index a6827d508561..a6bc1fc3f867 100644
--- a/x11-toolkits/gtk30/distinfo
+++ b/x11-toolkits/gtk30/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gtk+-2.22.1.tar.bz2) = 965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07
-SIZE (gnome2/gtk+-2.22.1.tar.bz2) = 18306164
+SHA256 (gnome3/gtk+-3.0.11.tar.xz) = e2e38b316c4657df0cf376c3b6aad63158a9068c557ad41033a677f29967001b
+SIZE (gnome3/gtk+-3.0.11.tar.xz) = 12673196
diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in
index f2ac7216d525..8f328a491e85 100644
--- a/x11-toolkits/gtk30/files/patch-Makefile.in
+++ b/x11-toolkits/gtk30/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2010-06-27 12:13:41.000000000 +0200
-+++ Makefile.in 2010-06-27 12:14:23.000000000 +0200
-@@ -456,7 +456,7 @@
+--- Makefile.in.orig 2011-02-02 00:09:55.000000000 +0000
++++ Makefile.in 2011-02-02 00:10:16.000000000 +0000
+@@ -418,7 +418,7 @@
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY
--SRC_SUBDIRS = gdk gtk modules demos tests perf
-+SRC_SUBDIRS = gdk gtk modules demos perf
+-SRC_SUBDIRS = gdk gtk modules demos tests perf examples
++SRC_SUBDIRS = gdk gtk modules demos perf examples
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
-
- # require automake 1.4
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ MAINTAINERCLEANFILES = \
diff --git a/x11-toolkits/gtk30/files/patch-ak b/x11-toolkits/gtk30/files/patch-ak
deleted file mode 100644
index 7f8e0eb0c02d..000000000000
--- a/x11-toolkits/gtk30/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002
-+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002
-@@ -315,7 +315,7 @@
- #
- # Rule to install gdkconfig.h header file
- #
--configexecincludedir = $(libdir)/gtk-2.0/include
-+configexecincludedir = $(prefix)/include/gtk-2.0
-
- #note: not gdkconfig.h
- BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h
diff --git a/x11-toolkits/gtk30/files/patch-configure b/x11-toolkits/gtk30/files/patch-configure
index 06a6f7b9fa22..2e625d30e19a 100644
--- a/x11-toolkits/gtk30/files/patch-configure
+++ b/x11-toolkits/gtk30/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2009-12-26 21:41:27.000000000 +0100
-+++ configure 2009-12-26 21:51:04.000000000 +0100
-@@ -33884,9 +33884,9 @@
+--- configure.orig 2011-03-21 20:08:47.000000000 +0100
++++ configure 2011-03-21 20:10:50.000000000 +0100
+@@ -23728,9 +23728,9 @@
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
diff --git a/x11-toolkits/gtk30/files/patch-ah b/x11-toolkits/gtk30/files/patch-docs_Makefile.in
index b6a6a71721f5..cc9e4c46a65a 100644
--- a/x11-toolkits/gtk30/files/patch-ah
+++ b/x11-toolkits/gtk30/files/patch-docs_Makefile.in
@@ -1,11 +1,11 @@
---- docs/Makefile.in.orig 2009-12-25 20:26:59.000000000 +0100
-+++ docs/Makefile.in 2009-12-25 20:27:35.000000000 +0100
-@@ -241,7 +241,7 @@
+--- docs/Makefile.in.orig 2010-12-24 00:14:51.000000000 +0100
++++ docs/Makefile.in 2010-12-24 00:15:52.000000000 +0100
+@@ -220,7 +220,7 @@
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
LT_VERSION_INFO = @LT_VERSION_INFO@
MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
+ MANIFEST_TOOL = @MANIFEST_TOOL@
MATH_LIB = @MATH_LIB@
MKDIR_P = @MKDIR_P@
- MKINSTALLDIRS = @MKINSTALLDIRS@
diff --git a/x11-toolkits/gtk30/files/patch-ai b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in
index a9d1d5f214c3..a9d1d5f214c3 100644
--- a/x11-toolkits/gtk30/files/patch-ai
+++ b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in
diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in
new file mode 100644
index 000000000000..281bb69f5ddd
--- /dev/null
+++ b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in
@@ -0,0 +1,12 @@
+--- docs/reference/gtk/Makefile.in.orig 2011-02-01 22:06:23.000000000 +0000
++++ docs/reference/gtk/Makefile.in 2011-02-01 22:07:12.000000000 +0000
+@@ -735,8 +735,7 @@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_F
+
+ ########################################################################
+ man_MANS = \
+- gtk-query-immodules-3.0.1 \
+- gtk-update-icon-cache.1
++ gtk-query-immodules-3.0.1
+
+ MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
+ all: all-am
diff --git a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-gtk_Makefile.in
deleted file mode 100644
index 82740da0a1b7..000000000000
--- a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in
+++ /dev/null
@@ -1,280 +0,0 @@
-Stock icons. This was removed in 2.21.x, however it is used by atleast firefox.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=629878
-
---- gtk/Makefile.in.orig 2010-11-21 16:06:15.000000000 +0100
-+++ gtk/Makefile.in 2010-11-21 16:36:39.000000000 +0100
-@@ -1352,9 +1352,9 @@
- # gtk-update-icon-cache.exe doesn't require any special privileges.
- @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest
- 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 = $(GDK_PIXBUF_LIBS)
-+gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) $(GLIB_LIBS)
- gtk_update_icon_cache_SOURCES = updateiconcache.c
- STOCK_ICONS = \
- stock-icons/16/document-open-recent.png \
-@@ -1595,7 +1595,171 @@
- stock-icons/24/folder-remote.png \
- stock-icons/24/user-home.png \
- stock-icons/24/user-desktop.png \
-- stock-icons/24/text-x-generic.png
-+ stock-icons/24/text-x-generic.png \
-+ stock-icons/16/gtk-quit.png \
-+ stock-icons/16/gtk-info.png \
-+ stock-icons/16/gtk-file.png \
-+ stock-icons/16/gtk-open.png \
-+ stock-icons/16/gtk-print-preview.png \
-+ stock-icons/16/gtk-print.png \
-+ stock-icons/16/gtk-properties.png \
-+ stock-icons/16/gtk-revert-to-saved-ltr.png \
-+ stock-icons/16/gtk-revert-to-saved-rtl.png \
-+ stock-icons/16/gtk-save-as.png \
-+ stock-icons/16/gtk-new.png \
-+ stock-icons/16/gtk-harddisk.png \
-+ stock-icons/16/gtk-clear.png \
-+ stock-icons/16/gtk-copy.png \
-+ stock-icons/16/gtk-cut.png \
-+ stock-icons/16/gtk-delete.png \
-+ stock-icons/16/gtk-find-and-replace.png \
-+ stock-icons/16/gtk-find.png \
-+ stock-icons/16/gtk-paste.png \
-+ stock-icons/16/gtk-redo-ltr.png \
-+ stock-icons/16/gtk-redo-rtl.png \
-+ stock-icons/16/gtk-select-all.png \
-+ stock-icons/16/gtk-undo-ltr.png \
-+ stock-icons/16/gtk-undo-rtl.png \
-+ stock-icons/16/gtk-directory.png \
-+ stock-icons/16/gtk-unindent-ltr.png \
-+ stock-icons/16/gtk-unindent-rtl.png \
-+ stock-icons/16/gtk-indent-ltr.png \
-+ stock-icons/16/gtk-indent-rtl.png \
-+ stock-icons/16/gtk-justify-center.png \
-+ stock-icons/16/gtk-justify-fill.png \
-+ stock-icons/16/gtk-justify-left.png \
-+ stock-icons/16/gtk-justify-right.png \
-+ stock-icons/16/gtk-bold.png \
-+ stock-icons/16/gtk-italic.png \
-+ stock-icons/16/gtk-strikethrough.png \
-+ stock-icons/16/gtk-underline.png \
-+ stock-icons/16/gtk-goto-bottom.png \
-+ stock-icons/16/gtk-go-down.png \
-+ stock-icons/16/gtk-goto-first-ltr.png \
-+ stock-icons/16/gtk-home.png \
-+ stock-icons/16/gtk-jump-to-ltr.png \
-+ stock-icons/16/gtk-jump-to-rtl.png \
-+ stock-icons/16/gtk-goto-last-ltr.png \
-+ stock-icons/16/gtk-go-forward-ltr.png \
-+ stock-icons/16/gtk-go-back-ltr.png \
-+ stock-icons/16/gtk-goto-top.png \
-+ stock-icons/16/gtk-go-up.png \
-+ stock-icons/16/gtk-about.png \
-+ stock-icons/16/gtk-help.png \
-+ stock-icons/16/gtk-missing-image.png \
-+ stock-icons/16/gtk-add.png \
-+ stock-icons/16/gtk-remove.png \
-+ stock-icons/16/gtk-floppy.png \
-+ stock-icons/16/gtk-cdrom.png \
-+ stock-icons/16/gtk-media-pause.png \
-+ stock-icons/16/gtk-media-play-ltr.png \
-+ stock-icons/16/gtk-media-play-rtl.png \
-+ stock-icons/16/gtk-media-stop.png \
-+ stock-icons/16/gtk-media-record.png \
-+ stock-icons/16/gtk-media-rewind-ltr.png \
-+ stock-icons/16/gtk-media-forward-ltr.png \
-+ stock-icons/16/gtk-media-previous-ltr.png \
-+ stock-icons/16/gtk-media-next-ltr.png \
-+ stock-icons/16/gtk-network.png \
-+ stock-icons/16/gtk-print-error.png \
-+ stock-icons/16/gtk-print-report.png \
-+ stock-icons/16/gtk-print-paused.png \
-+ stock-icons/16/gtk-print-warning.png \
-+ stock-icons/16/gtk-stop.png \
-+ stock-icons/16/gtk-execute.png \
-+ stock-icons/16/gtk-spell-check.png \
-+ stock-icons/16/gtk-fullscreen.png \
-+ stock-icons/16/gtk-refresh.png \
-+ stock-icons/16/gtk-leave-fullscreen.png \
-+ stock-icons/16/gtk-sort-ascending.png \
-+ stock-icons/16/gtk-sort-descending.png \
-+ stock-icons/16/gtk-close.png \
-+ stock-icons/16/gtk-zoom-fit.png \
-+ stock-icons/16/gtk-zoom-in.png \
-+ stock-icons/16/gtk-zoom-100.png \
-+ stock-icons/16/gtk-zoom-out.png \
-+ stock-icons/24/gtk-quit.png \
-+ stock-icons/24/gtk-info.png \
-+ stock-icons/24/gtk-file.png \
-+ stock-icons/24/gtk-open.png \
-+ stock-icons/24/gtk-print-preview.png \
-+ stock-icons/24/gtk-print.png \
-+ stock-icons/24/gtk-properties.png \
-+ stock-icons/24/gtk-revert-to-saved-ltr.png \
-+ stock-icons/24/gtk-revert-to-saved-rtl.png \
-+ stock-icons/24/gtk-save-as.png \
-+ stock-icons/24/gtk-new.png \
-+ stock-icons/24/gtk-harddisk.png \
-+ stock-icons/24/gtk-clear.png \
-+ stock-icons/24/gtk-copy.png \
-+ stock-icons/24/gtk-cut.png \
-+ stock-icons/24/gtk-delete.png \
-+ stock-icons/24/gtk-find-and-replace.png \
-+ stock-icons/24/gtk-find.png \
-+ stock-icons/24/gtk-paste.png \
-+ stock-icons/24/gtk-redo-ltr.png \
-+ stock-icons/24/gtk-redo-rtl.png \
-+ stock-icons/24/gtk-select-all.png \
-+ stock-icons/24/gtk-undo-ltr.png \
-+ stock-icons/24/gtk-undo-rtl.png \
-+ stock-icons/24/gtk-directory.png \
-+ stock-icons/24/gtk-unindent-ltr.png \
-+ stock-icons/24/gtk-unindent-rtl.png \
-+ stock-icons/24/gtk-indent-ltr.png \
-+ stock-icons/24/gtk-indent-rtl.png \
-+ stock-icons/24/gtk-justify-center.png \
-+ stock-icons/24/gtk-justify-fill.png \
-+ stock-icons/24/gtk-justify-left.png \
-+ stock-icons/24/gtk-justify-right.png \
-+ stock-icons/24/gtk-bold.png \
-+ stock-icons/24/gtk-italic.png \
-+ stock-icons/24/gtk-strikethrough.png \
-+ stock-icons/24/gtk-underline.png \
-+ stock-icons/24/gtk-goto-bottom.png \
-+ stock-icons/24/gtk-go-down.png \
-+ stock-icons/24/gtk-goto-first-ltr.png \
-+ stock-icons/24/gtk-home.png \
-+ stock-icons/24/gtk-jump-to-ltr.png \
-+ stock-icons/24/gtk-jump-to-rtl.png \
-+ stock-icons/24/gtk-goto-last-ltr.png \
-+ stock-icons/24/gtk-go-forward-ltr.png \
-+ stock-icons/24/gtk-go-back-ltr.png \
-+ stock-icons/24/gtk-goto-top.png \
-+ stock-icons/24/gtk-go-up.png \
-+ stock-icons/24/gtk-about.png \
-+ stock-icons/24/gtk-help.png \
-+ stock-icons/24/gtk-missing-image.png \
-+ stock-icons/24/gtk-add.png \
-+ stock-icons/24/gtk-remove.png \
-+ stock-icons/24/gtk-floppy.png \
-+ stock-icons/24/gtk-cdrom.png \
-+ stock-icons/24/gtk-media-pause.png \
-+ stock-icons/24/gtk-media-play-ltr.png \
-+ stock-icons/24/gtk-media-play-rtl.png \
-+ stock-icons/24/gtk-media-stop.png \
-+ stock-icons/24/gtk-media-record.png \
-+ stock-icons/24/gtk-media-rewind-ltr.png \
-+ stock-icons/24/gtk-media-forward-ltr.png \
-+ stock-icons/24/gtk-media-previous-ltr.png \
-+ stock-icons/24/gtk-media-next-ltr.png \
-+ stock-icons/24/gtk-network.png \
-+ stock-icons/24/gtk-print-error.png \
-+ stock-icons/24/gtk-print-report.png \
-+ stock-icons/24/gtk-print-paused.png \
-+ stock-icons/24/gtk-print-warning.png \
-+ stock-icons/24/gtk-stop.png \
-+ stock-icons/24/gtk-execute.png \
-+ stock-icons/24/gtk-spell-check.png \
-+ stock-icons/24/gtk-fullscreen.png \
-+ stock-icons/24/gtk-refresh.png \
-+ stock-icons/24/gtk-leave-fullscreen.png \
-+ stock-icons/24/gtk-sort-ascending.png \
-+ stock-icons/24/gtk-sort-descending.png \
-+ stock-icons/24/gtk-close.png \
-+ stock-icons/24/gtk-zoom-fit.png \
-+ stock-icons/24/gtk-zoom-in.png \
-+ stock-icons/24/gtk-zoom-100.png \
-+ stock-icons/24/gtk-zoom-out.png
-
- @CROSS_COMPILING_FALSE@gtk_update_icon_cache_program = \
- @CROSS_COMPILING_FALSE@ ./gtk-update-icon-cache
-@@ -2866,6 +3030,88 @@
- && $(LN_S) folder.png user-desktop.png \
- && $(RM) text-x-generic.png \
- && $(LN_S) document-x-generic.png text-x-generic.png \
-+ && $(LN_S) application-exit.png gtk-quit.png \
-+ && $(LN_S) dialog-info.png gtk-info.png \
-+ && $(LN_S) document-new.png gtk-file.png \
-+ && $(LN_S) document-open.png gtk-open.png \
-+ && $(LN_S) document-print-preview.png gtk-print-preview.png \
-+ && $(LN_S) document-print.png gtk-print.png \
-+ && $(LN_S) document-properties.png gtk-properties.png \
-+ && $(LN_S) document-revert-ltr.png gtk-revert-to-saved-ltr.png \
-+ && $(LN_S) document-revert-rtl.png gtk-revert-to-saved-rtl.png \
-+ && $(LN_S) document-save-as.png gtk-save-as.png \
-+ && $(LN_S) document-x-generic.png gtk-new.png \
-+ && $(LN_S) drive-harddisk.png gtk-harddisk.png \
-+ && $(LN_S) edit-clear.png gtk-clear.png \
-+ && $(LN_S) edit-copy.png gtk-copy.png \
-+ && $(LN_S) edit-cut.png gtk-cut.png \
-+ && $(LN_S) edit-delete.png gtk-delete.png \
-+ && $(LN_S) edit-find-replace.png gtk-find-and-replace.png \
-+ && $(LN_S) edit-find.png gtk-find.png \
-+ && $(LN_S) edit-paste.png gtk-paste.png \
-+ && $(LN_S) edit-redo-ltr.png gtk-redo-ltr.png \
-+ && $(LN_S) edit-redo-rtl.png gtk-redo-rtl.png \
-+ && $(LN_S) edit-select-all.png gtk-select-all.png \
-+ && $(LN_S) edit-undo-ltr.png gtk-undo-ltr.png \
-+ && $(LN_S) edit-undo-rtl.png gtk-undo-rtl.png \
-+ && $(LN_S) folder.png gtk-directory.png \
-+ && $(LN_S) format-indent-less-ltr.png gtk-unindent-ltr.png \
-+ && $(LN_S) format-indent-less-rtl.png gtk-unindent-rtl.png \
-+ && $(LN_S) format-indent-more-ltr.png gtk-indent-ltr.png \
-+ && $(LN_S) format-indent-more-rtl.png gtk-indent-rtl.png \
-+ && $(LN_S) format-justify-center.png gtk-justify-center.png \
-+ && $(LN_S) format-justify-fill.png gtk-justify-fill.png \
-+ && $(LN_S) format-justify-left.png gtk-justify-left.png \
-+ && $(LN_S) format-justify-right.png gtk-justify-right.png \
-+ && $(LN_S) format-text-bold.png gtk-bold.png \
-+ && $(LN_S) format-text-italic.png gtk-italic.png \
-+ && $(LN_S) format-text-strikethrough.png gtk-strikethrough.png \
-+ && $(LN_S) format-text-underline.png gtk-underline.png \
-+ && $(LN_S) go-bottom.png gtk-goto-bottom.png \
-+ && $(LN_S) go-down.png gtk-go-down.png \
-+ && $(LN_S) go-first-ltr.png gtk-goto-first-ltr.png \
-+ && $(LN_S) go-home.png gtk-home.png \
-+ && $(LN_S) go-jump-ltr.png gtk-jump-to-ltr.png \
-+ && $(LN_S) go-jump-rtl.png gtk-jump-to-rtl.png \
-+ && $(LN_S) go-last-ltr.png gtk-goto-last-ltr.png \
-+ && $(LN_S) go-next-ltr.png gtk-go-forward-ltr.png \
-+ && $(LN_S) go-previous-ltr.png gtk-go-back-ltr.png \
-+ && $(LN_S) go-top.png gtk-goto-top.png \
-+ && $(LN_S) go-up.png gtk-go-up.png \
-+ && $(LN_S) help-about.png gtk-about.png \
-+ && $(LN_S) help-contents.png gtk-help.png \
-+ && $(LN_S) image-missing.png gtk-missing-image.png \
-+ && $(LN_S) list-add.png gtk-add.png \
-+ && $(LN_S) list-remove.png gtk-remove.png \
-+ && $(LN_S) media-floppy.png gtk-floppy.png \
-+ && $(LN_S) media-optical.png gtk-cdrom.png \
-+ && $(LN_S) media-playback-pause.png gtk-media-pause.png \
-+ && $(LN_S) media-playback-start-ltr.png gtk-media-play-ltr.png \
-+ && $(LN_S) media-playback-start-rtl.png gtk-media-play-rtl.png \
-+ && $(LN_S) media-playback-stop.png gtk-media-stop.png \
-+ && $(LN_S) media-record.png gtk-media-record.png \
-+ && $(LN_S) media-seek-backward-ltr.png gtk-media-rewind-ltr.png \
-+ && $(LN_S) media-seek-forward-ltr.png gtk-media-forward-ltr.png \
-+ && $(LN_S) media-skip-backward-ltr.png gtk-media-previous-ltr.png \
-+ && $(LN_S) media-skip-forward-ltr.png gtk-media-next-ltr.png \
-+ && $(LN_S) network-idle.png gtk-network.png \
-+ && $(LN_S) printer-error.png gtk-print-error.png \
-+ && $(LN_S) printer-info.png gtk-print-report.png \
-+ && $(LN_S) printer-paused.png gtk-print-paused.png \
-+ && $(LN_S) printer-warning.png gtk-print-warning.png \
-+ && $(LN_S) process-stop.png gtk-stop.png \
-+ && $(LN_S) system-run.png gtk-execute.png \
-+ && $(LN_S) tools-check-spelling.png gtk-spell-check.png \
-+ && $(LN_S) view-fullscreen.png gtk-fullscreen.png \
-+ && $(LN_S) view-refresh.png gtk-refresh.png \
-+ && $(LN_S) view-restore.png gtk-leave-fullscreen.png \
-+ && $(LN_S) view-sort-ascending.png gtk-sort-ascending.png \
-+ && $(LN_S) view-sort-descending.png gtk-sort-descending.png \
-+ && $(LN_S) window-close.png gtk-close.png \
-+ && $(LN_S) zoom-fit-best.png gtk-zoom-fit.png \
-+ && $(LN_S) zoom-in.png gtk-zoom-in.png \
-+ && $(LN_S) zoom-original.png gtk-zoom-100.png \
-+ && $(LN_S) zoom-out.png gtk-zoom-out.png \
- ) done \
- && touch stamp-icons
-
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h
deleted file mode 100644
index c687dec4009b..000000000000
--- a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400
-+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
-@@ -29,7 +29,9 @@
- #ifndef __GTK_SIGNAL_H__
- #define __GTK_SIGNAL_H__
-
--#include <gtk/gtk.h>
-+#include <gtk/gtkenums.h>
-+#include <gtk/gtktypeutils.h>
-+#include <gtk/gtkobject.h>
- #include <gtk/gtkmarshal.h>
-
- G_BEGIN_DECLS
diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr
index 8cee4afc7448..e3c05e990e75 100644
--- a/x11-toolkits/gtk30/pkg-descr
+++ b/x11-toolkits/gtk30/pkg-descr
@@ -3,8 +3,8 @@ essentially provides the building blocks from which GUIs can be
built. It is highly themable, and its functionality is highly
extensible.
-GTK+-2 is a very stable release, similar only in design to GTK+-1.
-GTK+-2 can coexist happily alongside GTK+-1, but applications are
+GTK+-3 is a very stable release, similar only in design to GTK+-2.
+GTK+-3 can coexist happily alongside GTK+-2, but applications are
written for one version or the other.
WWW: http://www.gtk.org/
diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist
index 06e2e8485b92..5d6fdaa46c59 100644
--- a/x11-toolkits/gtk30/pkg-plist
+++ b/x11-toolkits/gtk30/pkg-plist
@@ -1,645 +1,654 @@
-bin/gtk-builder-convert
-bin/gtk-demo
-bin/gtk-query-immodules-2.0
-bin/gtk-update-icon-cache
-etc/gtk-2.0/gtk.immodules
-etc/gtk-2.0/im-multipress.conf
-include/gail-1.0/gail/gailwidget.h
-include/gail-1.0/libgail-util/gail-util.h
-include/gail-1.0/libgail-util/gailmisc.h
-include/gail-1.0/libgail-util/gailtextutil.h
-include/gtk-2.0/gdk/gdk.h
-include/gtk-2.0/gdk/gdkapplaunchcontext.h
-include/gtk-2.0/gdk/gdkcairo.h
-include/gtk-2.0/gdk/gdkcolor.h
-include/gtk-2.0/gdk/gdkcursor.h
-include/gtk-2.0/gdk/gdkdisplay.h
-include/gtk-2.0/gdk/gdkdisplaymanager.h
-include/gtk-2.0/gdk/gdkdnd.h
-include/gtk-2.0/gdk/gdkdrawable.h
-include/gtk-2.0/gdk/gdkenumtypes.h
-include/gtk-2.0/gdk/gdkevents.h
-include/gtk-2.0/gdk/gdkfont.h
-include/gtk-2.0/gdk/gdkgc.h
-include/gtk-2.0/gdk/gdki18n.h
-include/gtk-2.0/gdk/gdkimage.h
-include/gtk-2.0/gdk/gdkinput.h
-include/gtk-2.0/gdk/gdkkeys.h
-include/gtk-2.0/gdk/gdkkeysyms-compat.h
-include/gtk-2.0/gdk/gdkkeysyms.h
-include/gtk-2.0/gdk/gdkpango.h
-include/gtk-2.0/gdk/gdkpixbuf.h
-include/gtk-2.0/gdk/gdkpixmap.h
-include/gtk-2.0/gdk/gdkprivate.h
-include/gtk-2.0/gdk/gdkproperty.h
-include/gtk-2.0/gdk/gdkregion.h
-include/gtk-2.0/gdk/gdkrgb.h
-include/gtk-2.0/gdk/gdkscreen.h
-include/gtk-2.0/gdk/gdkselection.h
-include/gtk-2.0/gdk/gdkspawn.h
-include/gtk-2.0/gdk/gdktestutils.h
-include/gtk-2.0/gdk/gdktypes.h
-include/gtk-2.0/gdk/gdkvisual.h
-include/gtk-2.0/gdk/gdkwindow.h
-include/gtk-2.0/gdk/gdkx.h
-include/gtk-2.0/gdkconfig.h
-include/gtk-2.0/gtk/gtk.h
-include/gtk-2.0/gtk/gtkaboutdialog.h
-include/gtk-2.0/gtk/gtkaccelgroup.h
-include/gtk-2.0/gtk/gtkaccellabel.h
-include/gtk-2.0/gtk/gtkaccelmap.h
-include/gtk-2.0/gtk/gtkaccessible.h
-include/gtk-2.0/gtk/gtkaction.h
-include/gtk-2.0/gtk/gtkactiongroup.h
-include/gtk-2.0/gtk/gtkactivatable.h
-include/gtk-2.0/gtk/gtkadjustment.h
-include/gtk-2.0/gtk/gtkalignment.h
-include/gtk-2.0/gtk/gtkarrow.h
-include/gtk-2.0/gtk/gtkaspectframe.h
-include/gtk-2.0/gtk/gtkassistant.h
-include/gtk-2.0/gtk/gtkbbox.h
-include/gtk-2.0/gtk/gtkbin.h
-include/gtk-2.0/gtk/gtkbindings.h
-include/gtk-2.0/gtk/gtkbox.h
-include/gtk-2.0/gtk/gtkbuildable.h
-include/gtk-2.0/gtk/gtkbuilder.h
-include/gtk-2.0/gtk/gtkbutton.h
-include/gtk-2.0/gtk/gtkcalendar.h
-include/gtk-2.0/gtk/gtkcelleditable.h
-include/gtk-2.0/gtk/gtkcelllayout.h
-include/gtk-2.0/gtk/gtkcellrenderer.h
-include/gtk-2.0/gtk/gtkcellrendereraccel.h
-include/gtk-2.0/gtk/gtkcellrenderercombo.h
-include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
-include/gtk-2.0/gtk/gtkcellrendererprogress.h
-include/gtk-2.0/gtk/gtkcellrendererspin.h
-include/gtk-2.0/gtk/gtkcellrendererspinner.h
-include/gtk-2.0/gtk/gtkcellrenderertext.h
-include/gtk-2.0/gtk/gtkcellrenderertoggle.h
-include/gtk-2.0/gtk/gtkcellview.h
-include/gtk-2.0/gtk/gtkcheckbutton.h
-include/gtk-2.0/gtk/gtkcheckmenuitem.h
-include/gtk-2.0/gtk/gtkclipboard.h
-include/gtk-2.0/gtk/gtkclist.h
-include/gtk-2.0/gtk/gtkcolorbutton.h
-include/gtk-2.0/gtk/gtkcolorsel.h
-include/gtk-2.0/gtk/gtkcolorseldialog.h
-include/gtk-2.0/gtk/gtkcombo.h
-include/gtk-2.0/gtk/gtkcombobox.h
-include/gtk-2.0/gtk/gtkcomboboxentry.h
-include/gtk-2.0/gtk/gtkcontainer.h
-include/gtk-2.0/gtk/gtkctree.h
-include/gtk-2.0/gtk/gtkcurve.h
-include/gtk-2.0/gtk/gtkdebug.h
-include/gtk-2.0/gtk/gtkdialog.h
-include/gtk-2.0/gtk/gtkdnd.h
-include/gtk-2.0/gtk/gtkdrawingarea.h
-include/gtk-2.0/gtk/gtkeditable.h
-include/gtk-2.0/gtk/gtkentry.h
-include/gtk-2.0/gtk/gtkentrybuffer.h
-include/gtk-2.0/gtk/gtkentrycompletion.h
-include/gtk-2.0/gtk/gtkenums.h
-include/gtk-2.0/gtk/gtkeventbox.h
-include/gtk-2.0/gtk/gtkexpander.h
-include/gtk-2.0/gtk/gtkfilechooser.h
-include/gtk-2.0/gtk/gtkfilechooserbutton.h
-include/gtk-2.0/gtk/gtkfilechooserdialog.h
-include/gtk-2.0/gtk/gtkfilechooserwidget.h
-include/gtk-2.0/gtk/gtkfilefilter.h
-include/gtk-2.0/gtk/gtkfilesel.h
-include/gtk-2.0/gtk/gtkfixed.h
-include/gtk-2.0/gtk/gtkfontbutton.h
-include/gtk-2.0/gtk/gtkfontsel.h
-include/gtk-2.0/gtk/gtkframe.h
-include/gtk-2.0/gtk/gtkgamma.h
-include/gtk-2.0/gtk/gtkgc.h
-include/gtk-2.0/gtk/gtkhandlebox.h
-include/gtk-2.0/gtk/gtkhbbox.h
-include/gtk-2.0/gtk/gtkhbox.h
-include/gtk-2.0/gtk/gtkhpaned.h
-include/gtk-2.0/gtk/gtkhruler.h
-include/gtk-2.0/gtk/gtkhscale.h
-include/gtk-2.0/gtk/gtkhscrollbar.h
-include/gtk-2.0/gtk/gtkhseparator.h
-include/gtk-2.0/gtk/gtkhsv.h
-include/gtk-2.0/gtk/gtkiconfactory.h
-include/gtk-2.0/gtk/gtkicontheme.h
-include/gtk-2.0/gtk/gtkiconview.h
-include/gtk-2.0/gtk/gtkinfobar.h
-include/gtk-2.0/gtk/gtkimage.h
-include/gtk-2.0/gtk/gtkimagemenuitem.h
-include/gtk-2.0/gtk/gtkimcontext.h
-include/gtk-2.0/gtk/gtkimcontextsimple.h
-include/gtk-2.0/gtk/gtkimmodule.h
-include/gtk-2.0/gtk/gtkimmulticontext.h
-include/gtk-2.0/gtk/gtkinputdialog.h
-include/gtk-2.0/gtk/gtkinvisible.h
-include/gtk-2.0/gtk/gtkitem.h
-include/gtk-2.0/gtk/gtkitemfactory.h
-include/gtk-2.0/gtk/gtklabel.h
-include/gtk-2.0/gtk/gtklayout.h
-include/gtk-2.0/gtk/gtklinkbutton.h
-include/gtk-2.0/gtk/gtklist.h
-include/gtk-2.0/gtk/gtklistitem.h
-include/gtk-2.0/gtk/gtkliststore.h
-include/gtk-2.0/gtk/gtkmain.h
-include/gtk-2.0/gtk/gtkmarshal.h
-include/gtk-2.0/gtk/gtkmenu.h
-include/gtk-2.0/gtk/gtkmenubar.h
-include/gtk-2.0/gtk/gtkmenuitem.h
-include/gtk-2.0/gtk/gtkmenushell.h
-include/gtk-2.0/gtk/gtkmenutoolbutton.h
-include/gtk-2.0/gtk/gtkmessagedialog.h
-include/gtk-2.0/gtk/gtkmisc.h
-include/gtk-2.0/gtk/gtkmodules.h
-include/gtk-2.0/gtk/gtkmountoperation.h
-include/gtk-2.0/gtk/gtknotebook.h
-include/gtk-2.0/gtk/gtkobject.h
-include/gtk-2.0/gtk/gtkoffscreenwindow.h
-include/gtk-2.0/gtk/gtkoldeditable.h
-include/gtk-2.0/gtk/gtkoptionmenu.h
-include/gtk-2.0/gtk/gtkorientable.h
-include/gtk-2.0/gtk/gtkpagesetup.h
-include/gtk-2.0/gtk/gtkpaned.h
-include/gtk-2.0/gtk/gtkpapersize.h
-include/gtk-2.0/gtk/gtkpixmap.h
-include/gtk-2.0/gtk/gtkplug.h
-include/gtk-2.0/gtk/gtkpreview.h
-include/gtk-2.0/gtk/gtkprintcontext.h
-include/gtk-2.0/gtk/gtkprintoperation.h
-include/gtk-2.0/gtk/gtkprintoperationpreview.h
-include/gtk-2.0/gtk/gtkprintsettings.h
-include/gtk-2.0/gtk/gtkprivate.h
-include/gtk-2.0/gtk/gtkprogress.h
-include/gtk-2.0/gtk/gtkprogressbar.h
-include/gtk-2.0/gtk/gtkradioaction.h
-include/gtk-2.0/gtk/gtkradiobutton.h
-include/gtk-2.0/gtk/gtkradiomenuitem.h
-include/gtk-2.0/gtk/gtkradiotoolbutton.h
-include/gtk-2.0/gtk/gtkrange.h
-include/gtk-2.0/gtk/gtkrc.h
-include/gtk-2.0/gtk/gtkrecentaction.h
-include/gtk-2.0/gtk/gtkrecentchooser.h
-include/gtk-2.0/gtk/gtkrecentchooserdialog.h
-include/gtk-2.0/gtk/gtkrecentchoosermenu.h
-include/gtk-2.0/gtk/gtkrecentchooserwidget.h
-include/gtk-2.0/gtk/gtkrecentfilter.h
-include/gtk-2.0/gtk/gtkrecentmanager.h
-include/gtk-2.0/gtk/gtkruler.h
-include/gtk-2.0/gtk/gtkscale.h
-include/gtk-2.0/gtk/gtkscalebutton.h
-include/gtk-2.0/gtk/gtkscrollbar.h
-include/gtk-2.0/gtk/gtkscrolledwindow.h
-include/gtk-2.0/gtk/gtkselection.h
-include/gtk-2.0/gtk/gtkseparator.h
-include/gtk-2.0/gtk/gtkseparatormenuitem.h
-include/gtk-2.0/gtk/gtkseparatortoolitem.h
-include/gtk-2.0/gtk/gtksettings.h
-include/gtk-2.0/gtk/gtkshow.h
-include/gtk-2.0/gtk/gtksignal.h
-include/gtk-2.0/gtk/gtksizegroup.h
-include/gtk-2.0/gtk/gtksocket.h
-include/gtk-2.0/gtk/gtkspinbutton.h
-include/gtk-2.0/gtk/gtkspinner.h
-include/gtk-2.0/gtk/gtkstatusbar.h
-include/gtk-2.0/gtk/gtkstatusicon.h
-include/gtk-2.0/gtk/gtkstock.h
-include/gtk-2.0/gtk/gtkstyle.h
-include/gtk-2.0/gtk/gtktable.h
-include/gtk-2.0/gtk/gtktearoffmenuitem.h
-include/gtk-2.0/gtk/gtktestutils.h
-include/gtk-2.0/gtk/gtktext.h
-include/gtk-2.0/gtk/gtktextbuffer.h
-include/gtk-2.0/gtk/gtktextbufferrichtext.h
-include/gtk-2.0/gtk/gtktextchild.h
-include/gtk-2.0/gtk/gtktextdisplay.h
-include/gtk-2.0/gtk/gtktextiter.h
-include/gtk-2.0/gtk/gtktextlayout.h
-include/gtk-2.0/gtk/gtktextmark.h
-include/gtk-2.0/gtk/gtktexttag.h
-include/gtk-2.0/gtk/gtktexttagtable.h
-include/gtk-2.0/gtk/gtktextview.h
-include/gtk-2.0/gtk/gtktipsquery.h
-include/gtk-2.0/gtk/gtktoggleaction.h
-include/gtk-2.0/gtk/gtktogglebutton.h
-include/gtk-2.0/gtk/gtktoggletoolbutton.h
-include/gtk-2.0/gtk/gtktoolbar.h
-include/gtk-2.0/gtk/gtktoolbutton.h
-include/gtk-2.0/gtk/gtktoolitem.h
-include/gtk-2.0/gtk/gtktoolitemgroup.h
-include/gtk-2.0/gtk/gtktoolpalette.h
-include/gtk-2.0/gtk/gtktoolshell.h
-include/gtk-2.0/gtk/gtktooltip.h
-include/gtk-2.0/gtk/gtktooltips.h
-include/gtk-2.0/gtk/gtktree.h
-include/gtk-2.0/gtk/gtktreednd.h
-include/gtk-2.0/gtk/gtktreeitem.h
-include/gtk-2.0/gtk/gtktreemodel.h
-include/gtk-2.0/gtk/gtktreemodelfilter.h
-include/gtk-2.0/gtk/gtktreemodelsort.h
-include/gtk-2.0/gtk/gtktreeselection.h
-include/gtk-2.0/gtk/gtktreesortable.h
-include/gtk-2.0/gtk/gtktreestore.h
-include/gtk-2.0/gtk/gtktreeview.h
-include/gtk-2.0/gtk/gtktreeviewcolumn.h
-include/gtk-2.0/gtk/gtktypebuiltins.h
-include/gtk-2.0/gtk/gtktypeutils.h
-include/gtk-2.0/gtk/gtkuimanager.h
-include/gtk-2.0/gtk/gtkvbbox.h
-include/gtk-2.0/gtk/gtkvbox.h
-include/gtk-2.0/gtk/gtkversion.h
-include/gtk-2.0/gtk/gtkviewport.h
-include/gtk-2.0/gtk/gtkvolumebutton.h
-include/gtk-2.0/gtk/gtkvpaned.h
-include/gtk-2.0/gtk/gtkvruler.h
-include/gtk-2.0/gtk/gtkvscale.h
-include/gtk-2.0/gtk/gtkvscrollbar.h
-include/gtk-2.0/gtk/gtkvseparator.h
-include/gtk-2.0/gtk/gtkwidget.h
-include/gtk-2.0/gtk/gtkwindow.h
-include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h
-include/gtk-unix-print-2.0/gtk/gtkprinter.h
-include/gtk-unix-print-2.0/gtk/gtkprintjob.h
-include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h
-include/gtk-unix-print-2.0/gtk/gtkunixprint.h
-lib/girepository-1.0/Gdk-2.0.typelib
-lib/girepository-1.0/GdkX11-2.0.typelib
-lib/girepository-1.0/Gtk-2.0.typelib
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.so
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.a
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.la
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.so
-%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.a
-%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.la
-%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.so
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.a
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.la
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.so
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.a
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.la
-lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.so
-lib/gtk-2.0/modules/libferret.a
-lib/gtk-2.0/modules/libferret.la
-lib/gtk-2.0/modules/libferret.so
-lib/gtk-2.0/modules/libgail.a
-lib/gtk-2.0/modules/libgail.la
-lib/gtk-2.0/modules/libgail.so
-lib/libgailutil.a
-lib/libgailutil.la
-lib/libgailutil.so
-lib/libgailutil.so.18
-lib/libgdk-x11-2.0.a
-lib/libgdk-x11-2.0.la
-lib/libgdk-x11-2.0.so
-lib/libgdk-x11-2.0.so.0
-lib/libgtk-x11-2.0.a
-lib/libgtk-x11-2.0.la
-lib/libgtk-x11-2.0.so
-lib/libgtk-x11-2.0.so.0
-libdata/pkgconfig/gail.pc
-libdata/pkgconfig/gdk-2.0.pc
-libdata/pkgconfig/gdk-x11-2.0.pc
-libdata/pkgconfig/gtk+-2.0.pc
-libdata/pkgconfig/gtk+-unix-print-2.0.pc
-libdata/pkgconfig/gtk+-x11-2.0.pc
-share/aclocal/gtk-2.0.m4
-share/gir-1.0/Gdk-2.0.gir
-share/gir-1.0/GdkX11-2.0.gir
-share/gir-1.0/Gtk-2.0.gir
-share/gtk-2.0/demo/alphatest.png
-share/gtk-2.0/demo/apple-red.png
-share/gtk-2.0/demo/appwindow.c
-share/gtk-2.0/demo/assistant.c
-share/gtk-2.0/demo/background.jpg
-share/gtk-2.0/demo/builder.c
-share/gtk-2.0/demo/button_box.c
-share/gtk-2.0/demo/changedisplay.c
-share/gtk-2.0/demo/clipboard.c
-share/gtk-2.0/demo/colorsel.c
-share/gtk-2.0/demo/combobox.c
-share/gtk-2.0/demo/demo.ui
-share/gtk-2.0/demo/dialog.c
-share/gtk-2.0/demo/drawingarea.c
-share/gtk-2.0/demo/editable_cells.c
-share/gtk-2.0/demo/entry_buffer.c
-share/gtk-2.0/demo/entry_completion.c
-share/gtk-2.0/demo/expander.c
-share/gtk-2.0/demo/floppybuddy.gif
-share/gtk-2.0/demo/gnome-applets.png
-share/gtk-2.0/demo/gnome-calendar.png
-share/gtk-2.0/demo/gnome-foot.png
-share/gtk-2.0/demo/gnome-fs-directory.png
-share/gtk-2.0/demo/gnome-fs-regular.png
-share/gtk-2.0/demo/gnome-gimp.png
-share/gtk-2.0/demo/gnome-gmush.png
-share/gtk-2.0/demo/gnome-gsame.png
-share/gtk-2.0/demo/gnu-keys.png
-share/gtk-2.0/demo/gtk-logo-rgb.gif
-share/gtk-2.0/demo/hypertext.c
-share/gtk-2.0/demo/iconview.c
-share/gtk-2.0/demo/iconview_edit.c
-share/gtk-2.0/demo/images.c
-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
-share/gtk-2.0/demo/printing.c
-share/gtk-2.0/demo/rotated_text.c
-share/gtk-2.0/demo/search_entry.c
-share/gtk-2.0/demo/sizegroup.c
-share/gtk-2.0/demo/spinner.c
-share/gtk-2.0/demo/stock_browser.c
-share/gtk-2.0/demo/textscroll.c
-share/gtk-2.0/demo/textview.c
-share/gtk-2.0/demo/toolpalette.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/kg/LC_MESSAGES/gtk20-properties.mo
-share/locale/kg/LC_MESSAGES/gtk20.mo
-share/locale/kk/LC_MESSAGES/gtk20-properties.mo
-share/locale/kk/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/lg/LC_MESSAGES/gtk20-properties.mo
-share/locale/lg/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/my/LC_MESSAGES/gtk20-properties.mo
-share/locale/my/LC_MESSAGES/gtk20.mo
-share/locale/nb/LC_MESSAGES/gtk20-properties.mo
-share/locale/nb/LC_MESSAGES/gtk20.mo
-share/locale/nds/LC_MESSAGES/gtk20-properties.mo
-share/locale/nds/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/ug/LC_MESSAGES/gtk20-properties.mo
-share/locale/ug/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
-share/themes/Default/gtk-2.0-key/gtkrc
-share/themes/Emacs/gtk-2.0-key/gtkrc
-share/themes/Raleigh/gtk-2.0/gtkrc
+bin/gtk-query-immodules-3.0
+bin/gtk3-demo
+etc/gtk-3.0/im-multipress.conf
+include/gail-3.0/gail/gailwidget.h
+include/gail-3.0/libgail-util/gail-util.h
+include/gail-3.0/libgail-util/gailmisc.h
+include/gail-3.0/libgail-util/gailtextutil.h
+include/gtk-3.0/gdk/gdk.h
+include/gtk-3.0/gdk/gdkapplaunchcontext.h
+include/gtk-3.0/gdk/gdkcairo.h
+include/gtk-3.0/gdk/gdkcolor.h
+include/gtk-3.0/gdk/gdkconfig.h
+include/gtk-3.0/gdk/gdkcursor.h
+include/gtk-3.0/gdk/gdkdevice.h
+include/gtk-3.0/gdk/gdkdevicemanager.h
+include/gtk-3.0/gdk/gdkdisplay.h
+include/gtk-3.0/gdk/gdkdisplaymanager.h
+include/gtk-3.0/gdk/gdkdnd.h
+include/gtk-3.0/gdk/gdkenumtypes.h
+include/gtk-3.0/gdk/gdkevents.h
+include/gtk-3.0/gdk/gdkkeys.h
+include/gtk-3.0/gdk/gdkkeysyms-compat.h
+include/gtk-3.0/gdk/gdkkeysyms.h
+include/gtk-3.0/gdk/gdkmain.h
+include/gtk-3.0/gdk/gdkpango.h
+include/gtk-3.0/gdk/gdkpixbuf.h
+include/gtk-3.0/gdk/gdkprivate.h
+include/gtk-3.0/gdk/gdkproperty.h
+include/gtk-3.0/gdk/gdkrectangle.h
+include/gtk-3.0/gdk/gdkrgba.h
+include/gtk-3.0/gdk/gdkscreen.h
+include/gtk-3.0/gdk/gdkselection.h
+include/gtk-3.0/gdk/gdktestutils.h
+include/gtk-3.0/gdk/gdkthreads.h
+include/gtk-3.0/gdk/gdktypes.h
+include/gtk-3.0/gdk/gdkvisual.h
+include/gtk-3.0/gdk/gdkwindow.h
+include/gtk-3.0/gdk/gdkx.h
+include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h
+include/gtk-3.0/gdk/x11/gdkx11cursor.h
+include/gtk-3.0/gdk/x11/gdkx11device-core.h
+include/gtk-3.0/gdk/x11/gdkx11device-xi.h
+include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
+include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
+include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi.h
+include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
+include/gtk-3.0/gdk/x11/gdkx11display.h
+include/gtk-3.0/gdk/x11/gdkx11displaymanager.h
+include/gtk-3.0/gdk/x11/gdkx11dnd.h
+include/gtk-3.0/gdk/x11/gdkx11keys.h
+include/gtk-3.0/gdk/x11/gdkx11property.h
+include/gtk-3.0/gdk/x11/gdkx11screen.h
+include/gtk-3.0/gdk/x11/gdkx11selection.h
+include/gtk-3.0/gdk/x11/gdkx11utils.h
+include/gtk-3.0/gdk/x11/gdkx11visual.h
+include/gtk-3.0/gdk/x11/gdkx11window.h
+include/gtk-3.0/gtk/gtkcellarea.h
+include/gtk-3.0/gtk/gtkcellareabox.h
+include/gtk-3.0/gtk/gtkcellareacontext.h
+include/gtk-3.0/gtk/gtk.h
+include/gtk-3.0/gtk/gtkaboutdialog.h
+include/gtk-3.0/gtk/gtkaccelgroup.h
+include/gtk-3.0/gtk/gtkaccellabel.h
+include/gtk-3.0/gtk/gtkaccelmap.h
+include/gtk-3.0/gtk/gtkaccessible.h
+include/gtk-3.0/gtk/gtkaction.h
+include/gtk-3.0/gtk/gtkactiongroup.h
+include/gtk-3.0/gtk/gtkactivatable.h
+include/gtk-3.0/gtk/gtkadjustment.h
+include/gtk-3.0/gtk/gtkalignment.h
+include/gtk-3.0/gtk/gtkappchooser.h
+include/gtk-3.0/gtk/gtkappchooserbutton.h
+include/gtk-3.0/gtk/gtkappchooserdialog.h
+include/gtk-3.0/gtk/gtkappchooserwidget.h
+include/gtk-3.0/gtk/gtkapplication.h
+include/gtk-3.0/gtk/gtkarrow.h
+include/gtk-3.0/gtk/gtkaspectframe.h
+include/gtk-3.0/gtk/gtkassistant.h
+include/gtk-3.0/gtk/gtkbbox.h
+include/gtk-3.0/gtk/gtkbin.h
+include/gtk-3.0/gtk/gtkbindings.h
+include/gtk-3.0/gtk/gtkborder.h
+include/gtk-3.0/gtk/gtkbox.h
+include/gtk-3.0/gtk/gtkbuildable.h
+include/gtk-3.0/gtk/gtkbuilder.h
+include/gtk-3.0/gtk/gtkbutton.h
+include/gtk-3.0/gtk/gtkcalendar.h
+include/gtk-3.0/gtk/gtkcelleditable.h
+include/gtk-3.0/gtk/gtkcelllayout.h
+include/gtk-3.0/gtk/gtkcellrenderer.h
+include/gtk-3.0/gtk/gtkcellrendereraccel.h
+include/gtk-3.0/gtk/gtkcellrenderercombo.h
+include/gtk-3.0/gtk/gtkcellrendererpixbuf.h
+include/gtk-3.0/gtk/gtkcellrendererprogress.h
+include/gtk-3.0/gtk/gtkcellrendererspin.h
+include/gtk-3.0/gtk/gtkcellrendererspinner.h
+include/gtk-3.0/gtk/gtkcellrenderertext.h
+include/gtk-3.0/gtk/gtkcellrenderertoggle.h
+include/gtk-3.0/gtk/gtkcellview.h
+include/gtk-3.0/gtk/gtkcheckbutton.h
+include/gtk-3.0/gtk/gtkcheckmenuitem.h
+include/gtk-3.0/gtk/gtkclipboard.h
+include/gtk-3.0/gtk/gtkcolorbutton.h
+include/gtk-3.0/gtk/gtkcolorsel.h
+include/gtk-3.0/gtk/gtkcolorseldialog.h
+include/gtk-3.0/gtk/gtkcombobox.h
+include/gtk-3.0/gtk/gtkcomboboxtext.h
+include/gtk-3.0/gtk/gtkcontainer.h
+include/gtk-3.0/gtk/gtkcssprovider.h
+include/gtk-3.0/gtk/gtkdebug.h
+include/gtk-3.0/gtk/gtkdialog.h
+include/gtk-3.0/gtk/gtkdnd.h
+include/gtk-3.0/gtk/gtkdrawingarea.h
+include/gtk-3.0/gtk/gtkeditable.h
+include/gtk-3.0/gtk/gtkentry.h
+include/gtk-3.0/gtk/gtkentrybuffer.h
+include/gtk-3.0/gtk/gtkentrycompletion.h
+include/gtk-3.0/gtk/gtkenums.h
+include/gtk-3.0/gtk/gtkeventbox.h
+include/gtk-3.0/gtk/gtkexpander.h
+include/gtk-3.0/gtk/gtkfilechooser.h
+include/gtk-3.0/gtk/gtkfilechooserbutton.h
+include/gtk-3.0/gtk/gtkfilechooserdialog.h
+include/gtk-3.0/gtk/gtkfilechooserwidget.h
+include/gtk-3.0/gtk/gtkfilefilter.h
+include/gtk-3.0/gtk/gtkfixed.h
+include/gtk-3.0/gtk/gtkfontbutton.h
+include/gtk-3.0/gtk/gtkfontsel.h
+include/gtk-3.0/gtk/gtkframe.h
+include/gtk-3.0/gtk/gtkgradient.h
+include/gtk-3.0/gtk/gtkgrid.h
+include/gtk-3.0/gtk/gtkhandlebox.h
+include/gtk-3.0/gtk/gtkhbbox.h
+include/gtk-3.0/gtk/gtkhbox.h
+include/gtk-3.0/gtk/gtkhpaned.h
+include/gtk-3.0/gtk/gtkhscale.h
+include/gtk-3.0/gtk/gtkhscrollbar.h
+include/gtk-3.0/gtk/gtkhseparator.h
+include/gtk-3.0/gtk/gtkhsv.h
+include/gtk-3.0/gtk/gtkiconfactory.h
+include/gtk-3.0/gtk/gtkicontheme.h
+include/gtk-3.0/gtk/gtkiconview.h
+include/gtk-3.0/gtk/gtkinfobar.h
+include/gtk-3.0/gtk/gtkimage.h
+include/gtk-3.0/gtk/gtkimagemenuitem.h
+include/gtk-3.0/gtk/gtkimcontext.h
+include/gtk-3.0/gtk/gtkimcontextsimple.h
+include/gtk-3.0/gtk/gtkimmodule.h
+include/gtk-3.0/gtk/gtkimmulticontext.h
+include/gtk-3.0/gtk/gtkinvisible.h
+include/gtk-3.0/gtk/gtklabel.h
+include/gtk-3.0/gtk/gtklayout.h
+include/gtk-3.0/gtk/gtklinkbutton.h
+include/gtk-3.0/gtk/gtkliststore.h
+include/gtk-3.0/gtk/gtkmain.h
+include/gtk-3.0/gtk/gtkmenu.h
+include/gtk-3.0/gtk/gtkmenubar.h
+include/gtk-3.0/gtk/gtkmenuitem.h
+include/gtk-3.0/gtk/gtkmenushell.h
+include/gtk-3.0/gtk/gtkmenutoolbutton.h
+include/gtk-3.0/gtk/gtkmessagedialog.h
+include/gtk-3.0/gtk/gtkmisc.h
+include/gtk-3.0/gtk/gtkmodules.h
+include/gtk-3.0/gtk/gtkmountoperation.h
+include/gtk-3.0/gtk/gtknotebook.h
+include/gtk-3.0/gtk/gtknumerableicon.h
+include/gtk-3.0/gtk/gtkoffscreenwindow.h
+include/gtk-3.0/gtk/gtkorientable.h
+include/gtk-3.0/gtk/gtkpagesetup.h
+include/gtk-3.0/gtk/gtkpaned.h
+include/gtk-3.0/gtk/gtkpapersize.h
+include/gtk-3.0/gtk/gtkplug.h
+include/gtk-3.0/gtk/gtkprintcontext.h
+include/gtk-3.0/gtk/gtkprintoperation.h
+include/gtk-3.0/gtk/gtkprintoperationpreview.h
+include/gtk-3.0/gtk/gtkprintsettings.h
+include/gtk-3.0/gtk/gtkprogressbar.h
+include/gtk-3.0/gtk/gtkradioaction.h
+include/gtk-3.0/gtk/gtkradiobutton.h
+include/gtk-3.0/gtk/gtkradiomenuitem.h
+include/gtk-3.0/gtk/gtkradiotoolbutton.h
+include/gtk-3.0/gtk/gtkrange.h
+include/gtk-3.0/gtk/gtkrc.h
+include/gtk-3.0/gtk/gtkrecentaction.h
+include/gtk-3.0/gtk/gtkrecentchooser.h
+include/gtk-3.0/gtk/gtkrecentchooserdialog.h
+include/gtk-3.0/gtk/gtkrecentchoosermenu.h
+include/gtk-3.0/gtk/gtkrecentchooserwidget.h
+include/gtk-3.0/gtk/gtkrecentfilter.h
+include/gtk-3.0/gtk/gtkrecentmanager.h
+include/gtk-3.0/gtk/gtkscale.h
+include/gtk-3.0/gtk/gtkscalebutton.h
+include/gtk-3.0/gtk/gtkscrollable.h
+include/gtk-3.0/gtk/gtkscrollbar.h
+include/gtk-3.0/gtk/gtkscrolledwindow.h
+include/gtk-3.0/gtk/gtkselection.h
+include/gtk-3.0/gtk/gtkseparator.h
+include/gtk-3.0/gtk/gtkseparatormenuitem.h
+include/gtk-3.0/gtk/gtkseparatortoolitem.h
+include/gtk-3.0/gtk/gtksettings.h
+include/gtk-3.0/gtk/gtkshow.h
+include/gtk-3.0/gtk/gtksizegroup.h
+include/gtk-3.0/gtk/gtksizerequest.h
+include/gtk-3.0/gtk/gtksocket.h
+include/gtk-3.0/gtk/gtkspinbutton.h
+include/gtk-3.0/gtk/gtkspinner.h
+include/gtk-3.0/gtk/gtkstatusbar.h
+include/gtk-3.0/gtk/gtkstatusicon.h
+include/gtk-3.0/gtk/gtkstock.h
+include/gtk-3.0/gtk/gtkstyle.h
+include/gtk-3.0/gtk/gtkstylecontext.h
+include/gtk-3.0/gtk/gtkstyleproperties.h
+include/gtk-3.0/gtk/gtkstyleprovider.h
+include/gtk-3.0/gtk/gtkswitch.h
+include/gtk-3.0/gtk/gtksymboliccolor.h
+include/gtk-3.0/gtk/gtktable.h
+include/gtk-3.0/gtk/gtktearoffmenuitem.h
+include/gtk-3.0/gtk/gtktestutils.h
+include/gtk-3.0/gtk/gtktextattributes.h
+include/gtk-3.0/gtk/gtktextbuffer.h
+include/gtk-3.0/gtk/gtktextbufferrichtext.h
+include/gtk-3.0/gtk/gtktextchild.h
+include/gtk-3.0/gtk/gtktextdisplay.h
+include/gtk-3.0/gtk/gtktextiter.h
+include/gtk-3.0/gtk/gtktextlayout.h
+include/gtk-3.0/gtk/gtktextmark.h
+include/gtk-3.0/gtk/gtktexttag.h
+include/gtk-3.0/gtk/gtktexttagtable.h
+include/gtk-3.0/gtk/gtktextview.h
+include/gtk-3.0/gtk/gtkthemingengine.h
+include/gtk-3.0/gtk/gtktoggleaction.h
+include/gtk-3.0/gtk/gtktogglebutton.h
+include/gtk-3.0/gtk/gtktoggletoolbutton.h
+include/gtk-3.0/gtk/gtktoolbar.h
+include/gtk-3.0/gtk/gtktoolbutton.h
+include/gtk-3.0/gtk/gtktoolitem.h
+include/gtk-3.0/gtk/gtktoolitemgroup.h
+include/gtk-3.0/gtk/gtktoolpalette.h
+include/gtk-3.0/gtk/gtktoolshell.h
+include/gtk-3.0/gtk/gtktooltip.h
+include/gtk-3.0/gtk/gtktreednd.h
+include/gtk-3.0/gtk/gtktreemodel.h
+include/gtk-3.0/gtk/gtktreemodelfilter.h
+include/gtk-3.0/gtk/gtktreemodelsort.h
+include/gtk-3.0/gtk/gtktreeselection.h
+include/gtk-3.0/gtk/gtktreesortable.h
+include/gtk-3.0/gtk/gtktreestore.h
+include/gtk-3.0/gtk/gtktreeview.h
+include/gtk-3.0/gtk/gtktreeviewcolumn.h
+include/gtk-3.0/gtk/gtktypebuiltins.h
+include/gtk-3.0/gtk/gtkuimanager.h
+include/gtk-3.0/gtk/gtkvbbox.h
+include/gtk-3.0/gtk/gtkvbox.h
+include/gtk-3.0/gtk/gtkversion.h
+include/gtk-3.0/gtk/gtkviewport.h
+include/gtk-3.0/gtk/gtkvolumebutton.h
+include/gtk-3.0/gtk/gtkvpaned.h
+include/gtk-3.0/gtk/gtkvscale.h
+include/gtk-3.0/gtk/gtkvscrollbar.h
+include/gtk-3.0/gtk/gtkvseparator.h
+include/gtk-3.0/gtk/gtkwidget.h
+include/gtk-3.0/gtk/gtkwidgetpath.h
+include/gtk-3.0/gtk/gtkwindow.h
+include/gtk-3.0/gtk/gtkx.h
+include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h
+include/gtk-3.0/unix-print/gtk/gtkprinter.h
+include/gtk-3.0/unix-print/gtk/gtkprintjob.h
+include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h
+include/gtk-3.0/unix-print/gtk/gtkunixprint.h
+lib/girepository-1.0/Gdk-3.0.typelib
+lib/girepository-1.0/GdkX11-3.0.typelib
+lib/girepository-1.0/Gtk-3.0.typelib
+@comment lib/gtk-3.0/%%GTK3_VERSION%%/engines/libpixmap.a
+@comment lib/gtk-3.0/%%GTK3_VERSION%%/engines/libpixmap.la
+@comment lib/gtk-3.0/%%GTK3_VERSION%%/engines/libpixmap.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.a
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.la
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.so
+lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache
+%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.a
+%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.la
+%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.so
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.a
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.la
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.so
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.a
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.la
+lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.so
+lib/gtk-3.0/modules/libferret.a
+lib/gtk-3.0/modules/libferret.la
+lib/gtk-3.0/modules/libferret.so
+lib/gtk-3.0/modules/libgail.a
+lib/gtk-3.0/modules/libgail.la
+lib/gtk-3.0/modules/libgail.so
+lib/libgailutil-3.a
+lib/libgailutil-3.la
+lib/libgailutil-3.so
+lib/libgailutil-3.so.0
+lib/libgdk-3.a
+lib/libgdk-3.la
+lib/libgdk-3.so
+lib/libgdk-3.so.0
+lib/libgtk-3.a
+lib/libgtk-3.la
+lib/libgtk-3.so
+lib/libgtk-3.so.0
+libdata/pkgconfig/gail-3.0.pc
+libdata/pkgconfig/gdk-3.0.pc
+libdata/pkgconfig/gdk-x11-3.0.pc
+libdata/pkgconfig/gtk+-3.0.pc
+libdata/pkgconfig/gtk+-unix-print-3.0.pc
+libdata/pkgconfig/gtk+-x11-3.0.pc
+share/aclocal/gtk-3.0.m4
+share/gir-1.0/Gdk-3.0.gir
+share/gir-1.0/GdkX11-3.0.gir
+share/gir-1.0/Gtk-3.0.gir
+share/gtk-3.0/demo/alphatest.png
+share/gtk-3.0/demo/apple-red.png
+share/gtk-3.0/demo/appwindow.c
+share/gtk-3.0/demo/assistant.c
+share/gtk-3.0/demo/background.jpg
+share/gtk-3.0/demo/builder.c
+share/gtk-3.0/demo/button_box.c
+share/gtk-3.0/demo/changedisplay.c
+share/gtk-3.0/demo/clipboard.c
+share/gtk-3.0/demo/colorsel.c
+share/gtk-3.0/demo/combobox.c
+share/gtk-3.0/demo/demo.ui
+share/gtk-3.0/demo/dialog.c
+share/gtk-3.0/demo/drawingarea.c
+share/gtk-3.0/demo/editable_cells.c
+share/gtk-3.0/demo/entry_buffer.c
+share/gtk-3.0/demo/entry_completion.c
+share/gtk-3.0/demo/expander.c
+share/gtk-3.0/demo/floppybuddy.gif
+share/gtk-3.0/demo/gnome-applets.png
+share/gtk-3.0/demo/gnome-calendar.png
+share/gtk-3.0/demo/gnome-foot.png
+share/gtk-3.0/demo/gnome-fs-directory.png
+share/gtk-3.0/demo/gnome-fs-regular.png
+share/gtk-3.0/demo/gnome-gimp.png
+share/gtk-3.0/demo/gnome-gmush.png
+share/gtk-3.0/demo/gnome-gsame.png
+share/gtk-3.0/demo/gnu-keys.png
+share/gtk-3.0/demo/gtk-logo-rgb.gif
+share/gtk-3.0/demo/hypertext.c
+share/gtk-3.0/demo/iconview.c
+share/gtk-3.0/demo/iconview_edit.c
+share/gtk-3.0/demo/images.c
+share/gtk-3.0/demo/infobar.c
+share/gtk-3.0/demo/list_store.c
+share/gtk-3.0/demo/links.c
+share/gtk-3.0/demo/menus.c
+share/gtk-3.0/demo/offscreen_window.c
+share/gtk-3.0/demo/offscreen_window2.c
+share/gtk-3.0/demo/panes.c
+share/gtk-3.0/demo/pickers.c
+share/gtk-3.0/demo/pixbufs.c
+share/gtk-3.0/demo/printing.c
+share/gtk-3.0/demo/rotated_text.c
+share/gtk-3.0/demo/search_entry.c
+share/gtk-3.0/demo/sizegroup.c
+share/gtk-3.0/demo/spinner.c
+share/gtk-3.0/demo/stock_browser.c
+share/gtk-3.0/demo/textscroll.c
+share/gtk-3.0/demo/textview.c
+share/gtk-3.0/demo/toolpalette.c
+share/gtk-3.0/demo/tree_store.c
+share/gtk-3.0/demo/ui_manager.c
+share/locale/af/LC_MESSAGES/gtk30-properties.mo
+share/locale/af/LC_MESSAGES/gtk30.mo
+share/locale/am/LC_MESSAGES/gtk30-properties.mo
+share/locale/am/LC_MESSAGES/gtk30.mo
+share/locale/ang/LC_MESSAGES/gtk30-properties.mo
+share/locale/ang/LC_MESSAGES/gtk30.mo
+share/locale/ar/LC_MESSAGES/gtk30-properties.mo
+share/locale/ar/LC_MESSAGES/gtk30.mo
+share/locale/as/LC_MESSAGES/gtk30-properties.mo
+share/locale/as/LC_MESSAGES/gtk30.mo
+share/locale/ast/LC_MESSAGES/gtk30-properties.mo
+share/locale/ast/LC_MESSAGES/gtk30.mo
+share/locale/az/LC_MESSAGES/gtk30-properties.mo
+share/locale/az/LC_MESSAGES/gtk30.mo
+share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
+share/locale/az_IR/LC_MESSAGES/gtk30.mo
+share/locale/be/LC_MESSAGES/gtk30-properties.mo
+share/locale/be/LC_MESSAGES/gtk30.mo
+share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo
+share/locale/be@latin/LC_MESSAGES/gtk30.mo
+share/locale/bg/LC_MESSAGES/gtk30-properties.mo
+share/locale/bg/LC_MESSAGES/gtk30.mo
+share/locale/bn/LC_MESSAGES/gtk30-properties.mo
+share/locale/bn/LC_MESSAGES/gtk30.mo
+share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
+share/locale/bn_IN/LC_MESSAGES/gtk30.mo
+share/locale/br/LC_MESSAGES/gtk30-properties.mo
+share/locale/br/LC_MESSAGES/gtk30.mo
+share/locale/bs/LC_MESSAGES/gtk30-properties.mo
+share/locale/bs/LC_MESSAGES/gtk30.mo
+share/locale/ca/LC_MESSAGES/gtk30-properties.mo
+share/locale/ca/LC_MESSAGES/gtk30.mo
+share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo
+share/locale/ca@valencia/LC_MESSAGES/gtk30.mo
+share/locale/crh/LC_MESSAGES/gtk30-properties.mo
+share/locale/crh/LC_MESSAGES/gtk30.mo
+share/locale/cs/LC_MESSAGES/gtk30-properties.mo
+share/locale/cs/LC_MESSAGES/gtk30.mo
+share/locale/cy/LC_MESSAGES/gtk30-properties.mo
+share/locale/cy/LC_MESSAGES/gtk30.mo
+share/locale/da/LC_MESSAGES/gtk30-properties.mo
+share/locale/da/LC_MESSAGES/gtk30.mo
+share/locale/de/LC_MESSAGES/gtk30-properties.mo
+share/locale/de/LC_MESSAGES/gtk30.mo
+share/locale/dz/LC_MESSAGES/gtk30-properties.mo
+share/locale/dz/LC_MESSAGES/gtk30.mo
+share/locale/el/LC_MESSAGES/gtk30-properties.mo
+share/locale/el/LC_MESSAGES/gtk30.mo
+share/locale/en/LC_MESSAGES/gtk30-properties.mo
+share/locale/en/LC_MESSAGES/gtk30.mo
+share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
+share/locale/en_CA/LC_MESSAGES/gtk30.mo
+share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
+share/locale/en_GB/LC_MESSAGES/gtk30.mo
+share/locale/eo/LC_MESSAGES/gtk30-properties.mo
+share/locale/eo/LC_MESSAGES/gtk30.mo
+share/locale/es/LC_MESSAGES/gtk30-properties.mo
+share/locale/es/LC_MESSAGES/gtk30.mo
+share/locale/et/LC_MESSAGES/gtk30-properties.mo
+share/locale/et/LC_MESSAGES/gtk30.mo
+share/locale/eu/LC_MESSAGES/gtk30-properties.mo
+share/locale/eu/LC_MESSAGES/gtk30.mo
+share/locale/fa/LC_MESSAGES/gtk30-properties.mo
+share/locale/fa/LC_MESSAGES/gtk30.mo
+share/locale/fi/LC_MESSAGES/gtk30-properties.mo
+share/locale/fi/LC_MESSAGES/gtk30.mo
+share/locale/fr/LC_MESSAGES/gtk30-properties.mo
+share/locale/fr/LC_MESSAGES/gtk30.mo
+share/locale/ga/LC_MESSAGES/gtk30-properties.mo
+share/locale/ga/LC_MESSAGES/gtk30.mo
+share/locale/gl/LC_MESSAGES/gtk30-properties.mo
+share/locale/gl/LC_MESSAGES/gtk30.mo
+share/locale/gu/LC_MESSAGES/gtk30-properties.mo
+share/locale/gu/LC_MESSAGES/gtk30.mo
+share/locale/he/LC_MESSAGES/gtk30-properties.mo
+share/locale/he/LC_MESSAGES/gtk30.mo
+share/locale/hi/LC_MESSAGES/gtk30-properties.mo
+share/locale/hi/LC_MESSAGES/gtk30.mo
+share/locale/hr/LC_MESSAGES/gtk30-properties.mo
+share/locale/hr/LC_MESSAGES/gtk30.mo
+share/locale/hu/LC_MESSAGES/gtk30-properties.mo
+share/locale/hu/LC_MESSAGES/gtk30.mo
+share/locale/hy/LC_MESSAGES/gtk30-properties.mo
+share/locale/hy/LC_MESSAGES/gtk30.mo
+share/locale/ia/LC_MESSAGES/gtk30-properties.mo
+share/locale/ia/LC_MESSAGES/gtk30.mo
+share/locale/id/LC_MESSAGES/gtk30-properties.mo
+share/locale/id/LC_MESSAGES/gtk30.mo
+share/locale/io/LC_MESSAGES/gtk30-properties.mo
+share/locale/io/LC_MESSAGES/gtk30.mo
+share/locale/is/LC_MESSAGES/gtk30-properties.mo
+share/locale/is/LC_MESSAGES/gtk30.mo
+share/locale/it/LC_MESSAGES/gtk30-properties.mo
+share/locale/it/LC_MESSAGES/gtk30.mo
+share/locale/ja/LC_MESSAGES/gtk30-properties.mo
+share/locale/ja/LC_MESSAGES/gtk30.mo
+share/locale/ka/LC_MESSAGES/gtk30-properties.mo
+share/locale/ka/LC_MESSAGES/gtk30.mo
+share/locale/kg/LC_MESSAGES/gtk30-properties.mo
+share/locale/kg/LC_MESSAGES/gtk30.mo
+share/locale/kk/LC_MESSAGES/gtk30-properties.mo
+share/locale/kk/LC_MESSAGES/gtk30.mo
+share/locale/kn/LC_MESSAGES/gtk30-properties.mo
+share/locale/kn/LC_MESSAGES/gtk30.mo
+share/locale/ko/LC_MESSAGES/gtk30-properties.mo
+share/locale/ko/LC_MESSAGES/gtk30.mo
+share/locale/ku/LC_MESSAGES/gtk30-properties.mo
+share/locale/ku/LC_MESSAGES/gtk30.mo
+share/locale/lg/LC_MESSAGES/gtk30-properties.mo
+share/locale/lg/LC_MESSAGES/gtk30.mo
+share/locale/li/LC_MESSAGES/gtk30-properties.mo
+share/locale/li/LC_MESSAGES/gtk30.mo
+share/locale/lt/LC_MESSAGES/gtk30-properties.mo
+share/locale/lt/LC_MESSAGES/gtk30.mo
+share/locale/lv/LC_MESSAGES/gtk30-properties.mo
+share/locale/lv/LC_MESSAGES/gtk30.mo
+share/locale/mai/LC_MESSAGES/gtk30-properties.mo
+share/locale/mai/LC_MESSAGES/gtk30.mo
+share/locale/mi/LC_MESSAGES/gtk30-properties.mo
+share/locale/mi/LC_MESSAGES/gtk30.mo
+share/locale/mk/LC_MESSAGES/gtk30-properties.mo
+share/locale/mk/LC_MESSAGES/gtk30.mo
+share/locale/ml/LC_MESSAGES/gtk30-properties.mo
+share/locale/ml/LC_MESSAGES/gtk30.mo
+share/locale/mn/LC_MESSAGES/gtk30-properties.mo
+share/locale/mn/LC_MESSAGES/gtk30.mo
+share/locale/mr/LC_MESSAGES/gtk30-properties.mo
+share/locale/mr/LC_MESSAGES/gtk30.mo
+share/locale/ms/LC_MESSAGES/gtk30-properties.mo
+share/locale/ms/LC_MESSAGES/gtk30.mo
+share/locale/my/LC_MESSAGES/gtk30-properties.mo
+share/locale/my/LC_MESSAGES/gtk30.mo
+share/locale/nb/LC_MESSAGES/gtk30-properties.mo
+share/locale/nb/LC_MESSAGES/gtk30.mo
+share/locale/nds/LC_MESSAGES/gtk30-properties.mo
+share/locale/nds/LC_MESSAGES/gtk30.mo
+share/locale/ne/LC_MESSAGES/gtk30-properties.mo
+share/locale/ne/LC_MESSAGES/gtk30.mo
+share/locale/nl/LC_MESSAGES/gtk30-properties.mo
+share/locale/nl/LC_MESSAGES/gtk30.mo
+share/locale/nn/LC_MESSAGES/gtk30-properties.mo
+share/locale/nn/LC_MESSAGES/gtk30.mo
+share/locale/nso/LC_MESSAGES/gtk30-properties.mo
+share/locale/nso/LC_MESSAGES/gtk30.mo
+share/locale/oc/LC_MESSAGES/gtk30-properties.mo
+share/locale/oc/LC_MESSAGES/gtk30.mo
+share/locale/or/LC_MESSAGES/gtk30-properties.mo
+share/locale/or/LC_MESSAGES/gtk30.mo
+share/locale/pa/LC_MESSAGES/gtk30-properties.mo
+share/locale/pa/LC_MESSAGES/gtk30.mo
+share/locale/pl/LC_MESSAGES/gtk30-properties.mo
+share/locale/pl/LC_MESSAGES/gtk30.mo
+share/locale/ps/LC_MESSAGES/gtk30-properties.mo
+share/locale/ps/LC_MESSAGES/gtk30.mo
+share/locale/pt/LC_MESSAGES/gtk30-properties.mo
+share/locale/pt/LC_MESSAGES/gtk30.mo
+share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
+share/locale/pt_BR/LC_MESSAGES/gtk30.mo
+share/locale/ro/LC_MESSAGES/gtk30-properties.mo
+share/locale/ro/LC_MESSAGES/gtk30.mo
+share/locale/ru/LC_MESSAGES/gtk30-properties.mo
+share/locale/ru/LC_MESSAGES/gtk30.mo
+share/locale/rw/LC_MESSAGES/gtk30-properties.mo
+share/locale/rw/LC_MESSAGES/gtk30.mo
+share/locale/si/LC_MESSAGES/gtk30-properties.mo
+share/locale/si/LC_MESSAGES/gtk30.mo
+share/locale/sk/LC_MESSAGES/gtk30-properties.mo
+share/locale/sk/LC_MESSAGES/gtk30.mo
+share/locale/sl/LC_MESSAGES/gtk30-properties.mo
+share/locale/sl/LC_MESSAGES/gtk30.mo
+share/locale/sq/LC_MESSAGES/gtk30-properties.mo
+share/locale/sq/LC_MESSAGES/gtk30.mo
+share/locale/sr/LC_MESSAGES/gtk30-properties.mo
+share/locale/sr/LC_MESSAGES/gtk30.mo
+share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo
+share/locale/sr@ije/LC_MESSAGES/gtk30.mo
+share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo
+share/locale/sr@latin/LC_MESSAGES/gtk30.mo
+share/locale/sv/LC_MESSAGES/gtk30-properties.mo
+share/locale/sv/LC_MESSAGES/gtk30.mo
+share/locale/ta/LC_MESSAGES/gtk30-properties.mo
+share/locale/ta/LC_MESSAGES/gtk30.mo
+share/locale/te/LC_MESSAGES/gtk30-properties.mo
+share/locale/te/LC_MESSAGES/gtk30.mo
+share/locale/th/LC_MESSAGES/gtk30-properties.mo
+share/locale/th/LC_MESSAGES/gtk30.mo
+share/locale/tk/LC_MESSAGES/gtk30-properties.mo
+share/locale/tk/LC_MESSAGES/gtk30.mo
+share/locale/tr/LC_MESSAGES/gtk30-properties.mo
+share/locale/tr/LC_MESSAGES/gtk30.mo
+share/locale/tt/LC_MESSAGES/gtk30-properties.mo
+share/locale/tt/LC_MESSAGES/gtk30.mo
+share/locale/ug/LC_MESSAGES/gtk30-properties.mo
+share/locale/ug/LC_MESSAGES/gtk30.mo
+share/locale/uk/LC_MESSAGES/gtk30-properties.mo
+share/locale/uk/LC_MESSAGES/gtk30.mo
+share/locale/ur/LC_MESSAGES/gtk30-properties.mo
+share/locale/ur/LC_MESSAGES/gtk30.mo
+share/locale/uz/LC_MESSAGES/gtk30-properties.mo
+share/locale/uz/LC_MESSAGES/gtk30.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo
+share/locale/vi/LC_MESSAGES/gtk30-properties.mo
+share/locale/vi/LC_MESSAGES/gtk30.mo
+share/locale/wa/LC_MESSAGES/gtk30-properties.mo
+share/locale/wa/LC_MESSAGES/gtk30.mo
+share/locale/xh/LC_MESSAGES/gtk30-properties.mo
+share/locale/xh/LC_MESSAGES/gtk30.mo
+share/locale/yi/LC_MESSAGES/gtk30-properties.mo
+share/locale/yi/LC_MESSAGES/gtk30.mo
+share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
+share/locale/zh_CN/LC_MESSAGES/gtk30.mo
+share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
+share/locale/zh_HK/LC_MESSAGES/gtk30.mo
+share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
+share/locale/zh_TW/LC_MESSAGES/gtk30.mo
+share/themes/Default/gtk-3.0/gtk-keys.css
+share/themes/Emacs/gtk-3.0/gtk-keys.css
+share/themes/Raleigh/gtk-3.0/gtk.css
@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true
@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
-@dirrm share/themes/Raleigh/gtk-2.0
-@dirrm share/themes/Raleigh
-@dirrm share/themes/Emacs/gtk-2.0-key
-@dirrm share/themes/Emacs
-@dirrm share/themes/Default/gtk-2.0-key
-@dirrm share/gtk-2.0/demo
-@dirrm share/gtk-2.0
-@dirrm include/gtk-unix-print-2.0/gtk
-@dirrm include/gtk-unix-print-2.0
-@dirrm include/gtk-2.0/gtk
-@dirrm include/gtk-2.0/gdk
-@dirrm include/gtk-2.0
-@dirrm include/gail-1.0/libgail-util
-@dirrm include/gail-1.0/gail
-@dirrm include/gail-1.0
-@dirrm etc/gtk-2.0
-@exec /bin/mkdir -p %D/lib/gtk-2.0/modules
-@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines
-@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders
+@dirrm share/themes/Raleigh/gtk-3.0
+@dirrmtry share/themes/Raleigh
+@dirrm share/themes/Emacs/gtk-3.0
+@dirrmtry share/themes/Emacs
+@dirrm share/themes/Default/gtk-3.0
@dirrmtry share/themes/Default
@dirrmtry share/themes
-@dirrmtry lib/gtk-2.0/modules
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/printbackends
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/modules
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/loaders
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/immodules
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines
-@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%
-@dirrmtry lib/gtk-2.0
-@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true
+@dirrm share/gtk-3.0/demo
+@dirrm share/gtk-3.0
+@dirrm include/gtk-3.0/unix-print/gtk
+@dirrm include/gtk-3.0/unix-print
+@dirrm include/gtk-3.0/gtk
+@dirrm include/gtk-3.0/gdk/x11
+@dirrm include/gtk-3.0/gdk
+@dirrm include/gtk-3.0
+@dirrm include/gail-3.0/libgail-util
+@dirrm include/gail-3.0/gail
+@dirrm include/gail-3.0
+@dirrm etc/gtk-3.0
+@exec /bin/mkdir -p %D/lib/gtk-3.0/modules
+@exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines
+@exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/loaders
+@dirrmtry lib/gtk-3.0/modules
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/printbackends
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/modules
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/loaders
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/engines
+@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%
+@dirrmtry lib/gtk-3.0
+@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gkt-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/yi/LC_MESSAGES
diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile
index ca9ea79a35f2..a261797dabb7 100644
--- a/x11-toolkits/gtkmm24-reference/Makefile
+++ b/x11-toolkits/gtkmm24-reference/Makefile
@@ -5,10 +5,10 @@
# $FreeBSD$
#
-PORTREVISION= 7
+PORTREVISION= 0
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \
- ${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${PORTSDIR}/devel/glibmm-reference
+ glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index 91697266ca7c..974cc2589fba 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -3,11 +3,11 @@
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.71 2010/09/27 21:24:09 kwm Exp $
+# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.77 2011/07/16 17:31:29 kwm Exp $
#
PORTNAME= gtkmm
-PORTVERSION= 2.22.0
+PORTVERSION= 2.24.2
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
@@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Gtk+, Pango
-USE_BZIP2= yes
+USE_XZ= yes
LATEST_LINK= gtkmm24
.if !defined(REFERENCE_PORT)
diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo
index 8db3966d18fa..0adf519d9800 100644
--- a/x11-toolkits/gtkmm24/distinfo
+++ b/x11-toolkits/gtkmm24/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gtkmm-2.22.0.tar.bz2) = 8478d80d8d4793c2e1c459a71bad6a767a43eaf2664da06a9bd65a2b98bb07b1
-SIZE (gnome2/gtkmm-2.22.0.tar.bz2) = 11496369
+SHA256 (gnome2/gtkmm-2.24.2.tar.xz) = c90c7a29c20dd6d795925bd66ad1ff40be07cea0e4c03f4d6105a8c07448953d
+SIZE (gnome2/gtkmm-2.24.2.tar.xz) = 10776640
diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist
index acfb22e4aebe..28a8731c1818 100644
--- a/x11-toolkits/gtkmm24/pkg-plist
+++ b/x11-toolkits/gtkmm24/pkg-plist
@@ -419,12 +419,11 @@ include/gtkmm-%%API_VERSION%%/gtkmm/window.h
include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h
lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h
lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h
+lib/gtkmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4
lib/gtkmm-%%API_VERSION%%/proc/m4/convert.m4
-lib/gtkmm-%%API_VERSION%%/proc/m4/convert_atk.m4
lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gdk.m4
lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtk.m4
lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4
-lib/gtkmm-%%API_VERSION%%/proc/m4/convert_pango.m4
lib/libgdkmm-%%VERSION%%.a
lib/libgdkmm-%%VERSION%%.la
lib/libgdkmm-%%VERSION%%.so
diff --git a/x11-toolkits/gtkmm30-reference/Makefile b/x11-toolkits/gtkmm30-reference/Makefile
index 7e80c8eedd36..feab756ad4ec 100644
--- a/x11-toolkits/gtkmm30-reference/Makefile
+++ b/x11-toolkits/gtkmm30-reference/Makefile
@@ -5,22 +5,19 @@
# $FreeBSD$
#
-PORTREVISION= 6
+PORTREVISION= 0
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-3.0.pc:${PORTSDIR}/x11-toolkits/gtkmm30 \
+ glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
USE_GMAKE= yes
GNU_CONFIGURE= yes
-DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
-
-post-patch:
- @${FIND} ${WRKSRC}/examples -name Makefile.in \
- | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
+DOCSDIR= ${PREFIX}/share/doc/gtkmm-3.0
do-install:
.if !defined(NOPORTDOCS)
-.for d in docs examples
+.for d in docs
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.endif
diff --git a/x11-toolkits/gtkmm30-reference/pkg-descr b/x11-toolkits/gtkmm30-reference/pkg-descr
index 0750621040b2..82c028151d09 100644
--- a/x11-toolkits/gtkmm30-reference/pkg-descr
+++ b/x11-toolkits/gtkmm30-reference/pkg-descr
@@ -1,3 +1,3 @@
-This port contains the programming reference for x11-toolkits/gtkmm20.
+This port contains the programming reference for x11-toolkits/gtkmm30.
WWW: http://gtkmm.sourceforge.net/
diff --git a/x11-toolkits/gtkmm30-reference/pkg-plist b/x11-toolkits/gtkmm30-reference/pkg-plist
index e0a1eade33c0..f4e30acfe143 100644
--- a/x11-toolkits/gtkmm30-reference/pkg-plist
+++ b/x11-toolkits/gtkmm30-reference/pkg-plist
@@ -1,4 +1,4 @@
-%%PORTDOCS%%share/devhelp/books/gtkmm-2.0/gtkmm-2.0.devhelp
-%%PORTDOCS%%@dirrm share/devhelp/books/gtkmm-2.0
+%%PORTDOCS%%share/devhelp/books/gtkmm-3.0/gtkmm-3.0.devhelp2
+%%PORTDOCS%%@dirrm share/devhelp/books/gtkmm-3.0
%%PORTDOCS%%@dirrmtry share/devhelp/books
%%PORTDOCS%%@dirrmtry share/devhelp
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index 4dd2a5452342..622d62abbfb4 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -3,42 +3,46 @@
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtkmm20/Makefile,v 1.11 2006/09/10 00:51:17 mezz Exp $
+# $MCom: ports/x11-toolkits/gtkmm30/Makefile,v 1.16 2011/05/09 18:18:38 kwm Exp $
+#
PORTNAME= gtkmm
-PORTVERSION= 2.2.12
-PORTREVISION?= 12
+PORTVERSION= 3.0.1
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME/sources/${PORTNAME}/2.2
-DIST_SUBDIR= gnome2
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib
+COMMENT= C++ wrapper for Gtk+, Pango
USE_BZIP2= yes
-LATEST_LINK= gtkmm2
+LATEST_LINK= gtkmm30
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
+LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
+ cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \
+ atkmm-1.6.2:${PORTSDIR}/accessibility/atkmm \
+ pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_AUTOTOOLS= libtool
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GNOME= gnomehack lthack gtk20
-CONFIGURE_ARGS= --enable-static=yes \
- --with-sigc-prefix=${LOCALBASE}
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehack gtk30 ltverhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-documentation \
+ --enable-static=yes
+
+PLIST_SUB= VERSION="3.0" API_VERSION="3.0"
post-patch:
- @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \
- ${WRKSRC}/glib/src/*.ccg ${WRKSRC}/glib/glibmm/*.* \
- ${WRKSRC}/gtk/src/*.* ${WRKSRC}/gtk/gtkmm/*.* \
- ${WRKSRC}/demos/gtk-demo/*.cc
-.for d in docs examples tests
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' ${WRKSRC}/Makefile.in
-.endfor
+ @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo
index 0debd764c73b..f116d5107ac8 100644
--- a/x11-toolkits/gtkmm30/distinfo
+++ b/x11-toolkits/gtkmm30/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gtkmm-2.2.12.tar.bz2) = 8aa93a899f7aa55617041107dd3290ccbd3b2b81348a745a66557b159617bb57
-SIZE (gnome2/gtkmm-2.2.12.tar.bz2) = 3846586
+SHA256 (gnome3/gtkmm-3.0.1.tar.bz2) = fb2d982095919e58ab5757042bf72e2a6243e77825c8ae6f46c41ab66cb68498
+SIZE (gnome3/gtkmm-3.0.1.tar.bz2) = 16486895
diff --git a/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in b/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in
deleted file mode 100644
index 98009f4ae288..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gdk/gdkmm/Makefile.in.orig Fri Jun 4 02:49:50 2004
-+++ gdk/gdkmm/Makefile.in Fri Apr 22 11:37:45 2005
-@@ -327,8 +327,7 @@
- # libraries at link time to resolve symbols (remember a dll is like an
- # executable).
- @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols
--@OS_WIN32_FALSE@win32_dlls_extra_libs =
--@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
-+win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
- common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined)
- all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \
- -I$(top_builddir)/pango -I$(top_srcdir)/pango \
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in b/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in
deleted file mode 100644
index 8ad7039bf121..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gtk/gtkmm/Makefile.in.orig Fri Jun 4 02:49:54 2004
-+++ gtk/gtkmm/Makefile.in Fri Apr 22 11:37:23 2005
-@@ -482,8 +482,7 @@
- # libraries at link time to resolve symbols (remember a dll is like an
- # executable).
- @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols
--@OS_WIN32_FALSE@win32_dlls_extra_libs =
--@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
-+win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
- common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined)
- all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \
- -I$(top_builddir)/pango -I$(top_srcdir)/pango \
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc
deleted file mode 100644
index 9151d5a8db32..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- gtk/gtkmm/notebook.cc.orig Sun Jan 14 15:16:24 2007
-+++ gtk/gtkmm/notebook.cc Sun Jan 14 15:16:33 2007
-@@ -796,7 +796,7 @@ gboolean Notebook_Class::focus_tab_callb
- return RType();
- }
-
--void Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
-+gboolean Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
- {
- CppObjectType *const obj = dynamic_cast<CppObjectType*>(
- Glib::ObjectBase::_get_current_wrapper((GObject*)self));
-@@ -829,6 +829,9 @@ void Notebook_Class::change_current_page
- if(base && base->change_current_page)
- (*base->change_current_page)(self, p0);
- }
-+
-+ typedef gboolean RType;
-+ return RType();
- }
-
- void Notebook_Class::move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0)
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_notebook_p.h b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_notebook_p.h
deleted file mode 100644
index 6d2e7497ca62..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_notebook_p.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/gtkmm/private/notebook_p.h.orig Sun Jan 14 15:17:36 2007
-+++ gtk/gtkmm/private/notebook_p.h Sun Jan 14 15:17:46 2007
-@@ -36,7 +36,7 @@ protected:
- static void switch_page_callback(GtkNotebook* self, GtkNotebookPage* p0, guint p1);
- static gboolean select_page_callback(GtkNotebook* self, gboolean p0);
- static gboolean focus_tab_callback(GtkNotebook* self, GtkNotebookTab p0);
-- static void change_current_page_callback(GtkNotebook* self, gint p0);
-+ static gboolean change_current_page_callback(GtkNotebook* self, gint p0);
- static void move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0);
-
- //Callbacks (virtual functions):
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_scrolledwindow_p.h b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_scrolledwindow_p.h
deleted file mode 100644
index 14c27eb2a945..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_private_scrolledwindow_p.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/gtkmm/private/scrolledwindow_p.h.orig Sun Jan 14 15:17:41 2007
-+++ gtk/gtkmm/private/scrolledwindow_p.h Sun Jan 14 15:17:46 2007
-@@ -33,7 +33,7 @@ protected:
- //Callbacks (default signal handlers):
- //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
- //You could prevent the original default signal handlers being called by overriding the *_impl method.
-- static void scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1);
-+ static gboolean scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1);
- static void move_focus_out_callback(GtkScrolledWindow* self, GtkDirectionType p0);
-
- //Callbacks (virtual functions):
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_scrolledwindow.cc b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_scrolledwindow.cc
deleted file mode 100644
index 0edd24accf83..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_scrolledwindow.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- gtk/gtkmm/scrolledwindow.cc.orig Sun Jan 14 15:16:30 2007
-+++ gtk/gtkmm/scrolledwindow.cc Sun Jan 14 15:16:33 2007
-@@ -166,7 +166,7 @@ void ScrolledWindow_Class::class_init_fu
- }
-
-
--void ScrolledWindow_Class::scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1)
-+gboolean ScrolledWindow_Class::scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1)
- {
- CppObjectType *const obj = dynamic_cast<CppObjectType*>(
- Glib::ObjectBase::_get_current_wrapper((GObject*)self));
-@@ -200,6 +200,9 @@ void ScrolledWindow_Class::scroll_child_
- if(base && base->scroll_child)
- (*base->scroll_child)(self, p0, p1);
- }
-+
-+ typedef gboolean RType;
-+ return RType();
- }
-
- void ScrolledWindow_Class::move_focus_out_callback(GtkScrolledWindow* self, GtkDirectionType p0)
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h
deleted file mode 100644
index 0927f4126bbe..000000000000
--- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003
-+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003
-@@ -577,7 +577,7 @@
- void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand)
- {
- //Generate appropriate Renderer for the column:
-- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() );
-+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) );
-
- //Use the renderer:
- pack_start(*pCellRenderer, expand);
-@@ -588,7 +588,7 @@
- void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand)
- {
- //Generate appropriate Renderer for the column:
-- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() );
-+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) );
-
- //Use the renderer:
- pack_end(*pCellRenderer, expand);
diff --git a/x11-toolkits/gtkmm30/pkg-descr b/x11-toolkits/gtkmm30/pkg-descr
index 3d8c48095f16..b2371e32cb28 100644
--- a/x11-toolkits/gtkmm30/pkg-descr
+++ b/x11-toolkits/gtkmm30/pkg-descr
@@ -1,3 +1,3 @@
-C++ wrapper for Gtk+, Pango, Atk, and Glib.
+C++ wrapper for Gtk+, Pango and Atk.
WWW: http://gtkmm.sourceforge.net/
diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist
index 50e9fcf12b42..687371a1a2c5 100644
--- a/x11-toolkits/gtkmm30/pkg-plist
+++ b/x11-toolkits/gtkmm30/pkg-plist
@@ -1,503 +1,448 @@
-include/gtkmm-2.0/atkmm.h
-include/gtkmm-2.0/atkmm/action.h
-include/gtkmm-2.0/atkmm/component.h
-include/gtkmm-2.0/atkmm/editabletext.h
-include/gtkmm-2.0/atkmm/image.h
-include/gtkmm-2.0/atkmm/noopobject.h
-include/gtkmm-2.0/atkmm/object.h
-include/gtkmm-2.0/atkmm/objectaccessible.h
-include/gtkmm-2.0/atkmm/private/action_p.h
-include/gtkmm-2.0/atkmm/private/component_p.h
-include/gtkmm-2.0/atkmm/private/editabletext_p.h
-include/gtkmm-2.0/atkmm/private/image_p.h
-include/gtkmm-2.0/atkmm/private/noopobject_p.h
-include/gtkmm-2.0/atkmm/private/object_p.h
-include/gtkmm-2.0/atkmm/private/objectaccessible_p.h
-include/gtkmm-2.0/atkmm/private/relation_p.h
-include/gtkmm-2.0/atkmm/private/relationset_p.h
-include/gtkmm-2.0/atkmm/private/selection_p.h
-include/gtkmm-2.0/atkmm/private/stateset_p.h
-include/gtkmm-2.0/atkmm/private/table_p.h
-include/gtkmm-2.0/atkmm/private/text_p.h
-include/gtkmm-2.0/atkmm/private/value_p.h
-include/gtkmm-2.0/atkmm/relation.h
-include/gtkmm-2.0/atkmm/relationset.h
-include/gtkmm-2.0/atkmm/selection.h
-include/gtkmm-2.0/atkmm/stateset.h
-include/gtkmm-2.0/atkmm/table.h
-include/gtkmm-2.0/atkmm/text.h
-include/gtkmm-2.0/atkmm/value.h
-include/gtkmm-2.0/atkmm/wrap_init.h
-include/gtkmm-2.0/gdkmm.h
-include/gtkmm-2.0/gdkmm/bitmap.h
-include/gtkmm-2.0/gdkmm/color.h
-include/gtkmm-2.0/gdkmm/colormap.h
-include/gtkmm-2.0/gdkmm/cursor.h
-include/gtkmm-2.0/gdkmm/device.h
-include/gtkmm-2.0/gdkmm/display.h
-include/gtkmm-2.0/gdkmm/displaymanager.h
-include/gtkmm-2.0/gdkmm/dragcontext.h
-include/gtkmm-2.0/gdkmm/drawable.h
-include/gtkmm-2.0/gdkmm/event.h
-include/gtkmm-2.0/gdkmm/gc.h
-include/gtkmm-2.0/gdkmm/general.h
-include/gtkmm-2.0/gdkmm/image.h
-include/gtkmm-2.0/gdkmm/list.h
-include/gtkmm-2.0/gdkmm/pixbuf.h
-include/gtkmm-2.0/gdkmm/pixbufanimation.h
-include/gtkmm-2.0/gdkmm/pixbufanimationiter.h
-include/gtkmm-2.0/gdkmm/pixbufloader.h
-include/gtkmm-2.0/gdkmm/pixmap.h
-include/gtkmm-2.0/gdkmm/private/bitmap_p.h
-include/gtkmm-2.0/gdkmm/private/color_p.h
-include/gtkmm-2.0/gdkmm/private/colormap_p.h
-include/gtkmm-2.0/gdkmm/private/cursor_p.h
-include/gtkmm-2.0/gdkmm/private/device_p.h
-include/gtkmm-2.0/gdkmm/private/display_p.h
-include/gtkmm-2.0/gdkmm/private/displaymanager_p.h
-include/gtkmm-2.0/gdkmm/private/dragcontext_p.h
-include/gtkmm-2.0/gdkmm/private/drawable_p.h
-include/gtkmm-2.0/gdkmm/private/event_p.h
-include/gtkmm-2.0/gdkmm/private/gc_p.h
-include/gtkmm-2.0/gdkmm/private/image_p.h
-include/gtkmm-2.0/gdkmm/private/pixbuf_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h
-include/gtkmm-2.0/gdkmm/private/pixmap_p.h
-include/gtkmm-2.0/gdkmm/private/rectangle_p.h
-include/gtkmm-2.0/gdkmm/private/region_p.h
-include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h
-include/gtkmm-2.0/gdkmm/private/screen_p.h
-include/gtkmm-2.0/gdkmm/private/types_p.h
-include/gtkmm-2.0/gdkmm/private/visual_p.h
-include/gtkmm-2.0/gdkmm/private/window_p.h
-include/gtkmm-2.0/gdkmm/rectangle.h
-include/gtkmm-2.0/gdkmm/region.h
-include/gtkmm-2.0/gdkmm/rgbcmap.h
-include/gtkmm-2.0/gdkmm/screen.h
-include/gtkmm-2.0/gdkmm/types.h
-include/gtkmm-2.0/gdkmm/visual.h
-include/gtkmm-2.0/gdkmm/window.h
-include/gtkmm-2.0/gdkmm/wrap_init.h
-include/gtkmm-2.0/glibmm.h
-include/gtkmm-2.0/glibmm/arrayhandle.h
-include/gtkmm-2.0/glibmm/class.h
-include/gtkmm-2.0/glibmm/containerhandle_shared.h
-include/gtkmm-2.0/glibmm/containers.h
-include/gtkmm-2.0/glibmm/convert.h
-include/gtkmm-2.0/glibmm/date.h
-include/gtkmm-2.0/glibmm/debug.h
-include/gtkmm-2.0/glibmm/dispatcher.h
-include/gtkmm-2.0/glibmm/error.h
-include/gtkmm-2.0/glibmm/exception.h
-include/gtkmm-2.0/glibmm/exceptionhandler.h
-include/gtkmm-2.0/glibmm/fileutils.h
-include/gtkmm-2.0/glibmm/helperlist.h
-include/gtkmm-2.0/glibmm/interface.h
-include/gtkmm-2.0/glibmm/iochannel.h
-include/gtkmm-2.0/glibmm/listhandle.h
-include/gtkmm-2.0/glibmm/main.h
-include/gtkmm-2.0/glibmm/markup.h
-include/gtkmm-2.0/glibmm/miscutils.h
-include/gtkmm-2.0/glibmm/module.h
-include/gtkmm-2.0/glibmm/object.h
-include/gtkmm-2.0/glibmm/objectbase.h
-include/gtkmm-2.0/glibmm/pattern.h
-include/gtkmm-2.0/glibmm/private/convert_p.h
-include/gtkmm-2.0/glibmm/private/date_p.h
-include/gtkmm-2.0/glibmm/private/fileutils_p.h
-include/gtkmm-2.0/glibmm/private/interface_p.h
-include/gtkmm-2.0/glibmm/private/iochannel_p.h
-include/gtkmm-2.0/glibmm/private/markup_p.h
-include/gtkmm-2.0/glibmm/private/module_p.h
-include/gtkmm-2.0/glibmm/private/object_p.h
-include/gtkmm-2.0/glibmm/private/shell_p.h
-include/gtkmm-2.0/glibmm/private/spawn_p.h
-include/gtkmm-2.0/glibmm/private/thread_p.h
-include/gtkmm-2.0/glibmm/private/unicode_p.h
-include/gtkmm-2.0/glibmm/property.h
-include/gtkmm-2.0/glibmm/propertyproxy.h
-include/gtkmm-2.0/glibmm/propertyproxy_base.h
-include/gtkmm-2.0/glibmm/quark.h
-include/gtkmm-2.0/glibmm/random.h
-include/gtkmm-2.0/glibmm/refptr.h
-include/gtkmm-2.0/glibmm/sarray.h
-include/gtkmm-2.0/glibmm/shell.h
-include/gtkmm-2.0/glibmm/signalproxy.h
-include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h
-include/gtkmm-2.0/glibmm/slisthandle.h
-include/gtkmm-2.0/glibmm/spawn.h
-include/gtkmm-2.0/glibmm/streamiochannel.h
-include/gtkmm-2.0/glibmm/stringutils.h
-include/gtkmm-2.0/glibmm/thread.h
-include/gtkmm-2.0/glibmm/threadpool.h
-include/gtkmm-2.0/glibmm/timer.h
-include/gtkmm-2.0/glibmm/timeval.h
-include/gtkmm-2.0/glibmm/unicode.h
-include/gtkmm-2.0/glibmm/ustring.h
-include/gtkmm-2.0/glibmm/utility.h
-include/gtkmm-2.0/glibmm/value.h
-include/gtkmm-2.0/glibmm/value_basictypes.h
-include/gtkmm-2.0/glibmm/value_custom.h
-include/gtkmm-2.0/glibmm/wrap.h
-include/gtkmm-2.0/glibmm/wrap_init.h
-include/gtkmm-2.0/gtkmm.h
-include/gtkmm-2.0/gtkmm/accelgroup.h
-include/gtkmm-2.0/gtkmm/accelkey.h
-include/gtkmm-2.0/gtkmm/accellabel.h
-include/gtkmm-2.0/gtkmm/accelmap.h
-include/gtkmm-2.0/gtkmm/adjustment.h
-include/gtkmm-2.0/gtkmm/alignment.h
-include/gtkmm-2.0/gtkmm/arrow.h
-include/gtkmm-2.0/gtkmm/aspectframe.h
-include/gtkmm-2.0/gtkmm/base.h
-include/gtkmm-2.0/gtkmm/bin.h
-include/gtkmm-2.0/gtkmm/box.h
-include/gtkmm-2.0/gtkmm/button.h
-include/gtkmm-2.0/gtkmm/buttonbox.h
-include/gtkmm-2.0/gtkmm/calendar.h
-include/gtkmm-2.0/gtkmm/celleditable.h
-include/gtkmm-2.0/gtkmm/cellrenderer.h
-include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h
-include/gtkmm-2.0/gtkmm/cellrenderertext.h
-include/gtkmm-2.0/gtkmm/cellrenderertoggle.h
-include/gtkmm-2.0/gtkmm/checkbutton.h
-include/gtkmm-2.0/gtkmm/checkmenuitem.h
-include/gtkmm-2.0/gtkmm/clipboard.h
-include/gtkmm-2.0/gtkmm/colorselection.h
-include/gtkmm-2.0/gtkmm/combo.h
-include/gtkmm-2.0/gtkmm/container.h
-include/gtkmm-2.0/gtkmm/curve.h
-include/gtkmm-2.0/gtkmm/dialog.h
-include/gtkmm-2.0/gtkmm/drawingarea.h
-include/gtkmm-2.0/gtkmm/editable.h
-include/gtkmm-2.0/gtkmm/entry.h
-include/gtkmm-2.0/gtkmm/enums.h
-include/gtkmm-2.0/gtkmm/eventbox.h
-include/gtkmm-2.0/gtkmm/fileselection.h
-include/gtkmm-2.0/gtkmm/fixed.h
-include/gtkmm-2.0/gtkmm/fontselection.h
-include/gtkmm-2.0/gtkmm/frame.h
-include/gtkmm-2.0/gtkmm/handlebox.h
-include/gtkmm-2.0/gtkmm/iconfactory.h
-include/gtkmm-2.0/gtkmm/iconset.h
-include/gtkmm-2.0/gtkmm/iconsource.h
-include/gtkmm-2.0/gtkmm/image.h
-include/gtkmm-2.0/gtkmm/imagemenuitem.h
-include/gtkmm-2.0/gtkmm/inputdialog.h
-include/gtkmm-2.0/gtkmm/invisible.h
-include/gtkmm-2.0/gtkmm/item.h
-include/gtkmm-2.0/gtkmm/label.h
-include/gtkmm-2.0/gtkmm/layout.h
-include/gtkmm-2.0/gtkmm/liststore.h
-include/gtkmm-2.0/gtkmm/main.h
-include/gtkmm-2.0/gtkmm/menu.h
-include/gtkmm-2.0/gtkmm/menu_elems.h
-include/gtkmm-2.0/gtkmm/menubar.h
-include/gtkmm-2.0/gtkmm/menuitem.h
-include/gtkmm-2.0/gtkmm/menushell.h
-include/gtkmm-2.0/gtkmm/messagedialog.h
-include/gtkmm-2.0/gtkmm/misc.h
-include/gtkmm-2.0/gtkmm/notebook.h
-include/gtkmm-2.0/gtkmm/object.h
-include/gtkmm-2.0/gtkmm/optionmenu.h
-include/gtkmm-2.0/gtkmm/paned.h
-include/gtkmm-2.0/gtkmm/plug.h
-include/gtkmm-2.0/gtkmm/private/accelgroup_p.h
-include/gtkmm-2.0/gtkmm/private/accellabel_p.h
-include/gtkmm-2.0/gtkmm/private/adjustment_p.h
-include/gtkmm-2.0/gtkmm/private/alignment_p.h
-include/gtkmm-2.0/gtkmm/private/arrow_p.h
-include/gtkmm-2.0/gtkmm/private/aspectframe_p.h
-include/gtkmm-2.0/gtkmm/private/bin_p.h
-include/gtkmm-2.0/gtkmm/private/box_p.h
-include/gtkmm-2.0/gtkmm/private/button_p.h
-include/gtkmm-2.0/gtkmm/private/buttonbox_p.h
-include/gtkmm-2.0/gtkmm/private/calendar_p.h
-include/gtkmm-2.0/gtkmm/private/celleditable_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h
-include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h
-include/gtkmm-2.0/gtkmm/private/checkbutton_p.h
-include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/clipboard_p.h
-include/gtkmm-2.0/gtkmm/private/colorselection_p.h
-include/gtkmm-2.0/gtkmm/private/combo_p.h
-include/gtkmm-2.0/gtkmm/private/container_p.h
-include/gtkmm-2.0/gtkmm/private/curve_p.h
-include/gtkmm-2.0/gtkmm/private/dialog_p.h
-include/gtkmm-2.0/gtkmm/private/drawingarea_p.h
-include/gtkmm-2.0/gtkmm/private/editable_p.h
-include/gtkmm-2.0/gtkmm/private/entry_p.h
-include/gtkmm-2.0/gtkmm/private/enums_p.h
-include/gtkmm-2.0/gtkmm/private/eventbox_p.h
-include/gtkmm-2.0/gtkmm/private/fileselection_p.h
-include/gtkmm-2.0/gtkmm/private/fixed_p.h
-include/gtkmm-2.0/gtkmm/private/fontselection_p.h
-include/gtkmm-2.0/gtkmm/private/frame_p.h
-include/gtkmm-2.0/gtkmm/private/handlebox_p.h
-include/gtkmm-2.0/gtkmm/private/iconfactory_p.h
-include/gtkmm-2.0/gtkmm/private/iconset_p.h
-include/gtkmm-2.0/gtkmm/private/iconsource_p.h
-include/gtkmm-2.0/gtkmm/private/image_p.h
-include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/inputdialog_p.h
-include/gtkmm-2.0/gtkmm/private/invisible_p.h
-include/gtkmm-2.0/gtkmm/private/item_p.h
-include/gtkmm-2.0/gtkmm/private/label_p.h
-include/gtkmm-2.0/gtkmm/private/layout_p.h
-include/gtkmm-2.0/gtkmm/private/liststore_p.h
-include/gtkmm-2.0/gtkmm/private/main_p.h
-include/gtkmm-2.0/gtkmm/private/menu_p.h
-include/gtkmm-2.0/gtkmm/private/menubar_p.h
-include/gtkmm-2.0/gtkmm/private/menuitem_p.h
-include/gtkmm-2.0/gtkmm/private/menushell_p.h
-include/gtkmm-2.0/gtkmm/private/messagedialog_p.h
-include/gtkmm-2.0/gtkmm/private/misc_p.h
-include/gtkmm-2.0/gtkmm/private/notebook_p.h
-include/gtkmm-2.0/gtkmm/private/object_p.h
-include/gtkmm-2.0/gtkmm/private/optionmenu_p.h
-include/gtkmm-2.0/gtkmm/private/paned_p.h
-include/gtkmm-2.0/gtkmm/private/plug_p.h
-include/gtkmm-2.0/gtkmm/private/progressbar_p.h
-include/gtkmm-2.0/gtkmm/private/radiobutton_p.h
-include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/range_p.h
-include/gtkmm-2.0/gtkmm/private/rc_p.h
-include/gtkmm-2.0/gtkmm/private/ruler_p.h
-include/gtkmm-2.0/gtkmm/private/scale_p.h
-include/gtkmm-2.0/gtkmm/private/scrollbar_p.h
-include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h
-include/gtkmm-2.0/gtkmm/private/selectiondata_p.h
-include/gtkmm-2.0/gtkmm/private/separator_p.h
-include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/settings_p.h
-include/gtkmm-2.0/gtkmm/private/sizegroup_p.h
-include/gtkmm-2.0/gtkmm/private/socket_p.h
-include/gtkmm-2.0/gtkmm/private/spinbutton_p.h
-include/gtkmm-2.0/gtkmm/private/statusbar_p.h
-include/gtkmm-2.0/gtkmm/private/stockitem_p.h
-include/gtkmm-2.0/gtkmm/private/style_p.h
-include/gtkmm-2.0/gtkmm/private/table_p.h
-include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/textattributes_p.h
-include/gtkmm-2.0/gtkmm/private/textbuffer_p.h
-include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h
-include/gtkmm-2.0/gtkmm/private/textiter_p.h
-include/gtkmm-2.0/gtkmm/private/textmark_p.h
-include/gtkmm-2.0/gtkmm/private/texttag_p.h
-include/gtkmm-2.0/gtkmm/private/texttagtable_p.h
-include/gtkmm-2.0/gtkmm/private/textview_p.h
-include/gtkmm-2.0/gtkmm/private/togglebutton_p.h
-include/gtkmm-2.0/gtkmm/private/toolbar_p.h
-include/gtkmm-2.0/gtkmm/private/tooltips_p.h
-include/gtkmm-2.0/gtkmm/private/treedragdest_p.h
-include/gtkmm-2.0/gtkmm/private/treedragsource_p.h
-include/gtkmm-2.0/gtkmm/private/treeiter_p.h
-include/gtkmm-2.0/gtkmm/private/treemodel_p.h
-include/gtkmm-2.0/gtkmm/private/treemodelsort_p.h
-include/gtkmm-2.0/gtkmm/private/treepath_p.h
-include/gtkmm-2.0/gtkmm/private/treerowreference_p.h
-include/gtkmm-2.0/gtkmm/private/treeselection_p.h
-include/gtkmm-2.0/gtkmm/private/treesortable_p.h
-include/gtkmm-2.0/gtkmm/private/treestore_p.h
-include/gtkmm-2.0/gtkmm/private/treeview_p.h
-include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h
-include/gtkmm-2.0/gtkmm/private/viewport_p.h
-include/gtkmm-2.0/gtkmm/private/widget_p.h
-include/gtkmm-2.0/gtkmm/private/window_p.h
-include/gtkmm-2.0/gtkmm/progressbar.h
-include/gtkmm-2.0/gtkmm/radiobutton.h
-include/gtkmm-2.0/gtkmm/radiomenuitem.h
-include/gtkmm-2.0/gtkmm/range.h
-include/gtkmm-2.0/gtkmm/rc.h
-include/gtkmm-2.0/gtkmm/ruler.h
-include/gtkmm-2.0/gtkmm/scale.h
-include/gtkmm-2.0/gtkmm/scrollbar.h
-include/gtkmm-2.0/gtkmm/scrolledwindow.h
-include/gtkmm-2.0/gtkmm/selectiondata.h
-include/gtkmm-2.0/gtkmm/selectiondata_private.h
-include/gtkmm-2.0/gtkmm/separator.h
-include/gtkmm-2.0/gtkmm/separatormenuitem.h
-include/gtkmm-2.0/gtkmm/settings.h
-include/gtkmm-2.0/gtkmm/sizegroup.h
-include/gtkmm-2.0/gtkmm/socket.h
-include/gtkmm-2.0/gtkmm/spinbutton.h
-include/gtkmm-2.0/gtkmm/statusbar.h
-include/gtkmm-2.0/gtkmm/stock.h
-include/gtkmm-2.0/gtkmm/stockid.h
-include/gtkmm-2.0/gtkmm/stockitem.h
-include/gtkmm-2.0/gtkmm/style.h
-include/gtkmm-2.0/gtkmm/table.h
-include/gtkmm-2.0/gtkmm/targetentry.h
-include/gtkmm-2.0/gtkmm/tearoffmenuitem.h
-include/gtkmm-2.0/gtkmm/textattributes.h
-include/gtkmm-2.0/gtkmm/textbuffer.h
-include/gtkmm-2.0/gtkmm/textchildanchor.h
-include/gtkmm-2.0/gtkmm/textiter.h
-include/gtkmm-2.0/gtkmm/textmark.h
-include/gtkmm-2.0/gtkmm/texttag.h
-include/gtkmm-2.0/gtkmm/texttagtable.h
-include/gtkmm-2.0/gtkmm/textview.h
-include/gtkmm-2.0/gtkmm/togglebutton.h
-include/gtkmm-2.0/gtkmm/toolbar.h
-include/gtkmm-2.0/gtkmm/tooltips.h
-include/gtkmm-2.0/gtkmm/treedragdest.h
-include/gtkmm-2.0/gtkmm/treedragsource.h
-include/gtkmm-2.0/gtkmm/treeiter.h
-include/gtkmm-2.0/gtkmm/treemodel.h
-include/gtkmm-2.0/gtkmm/treemodelcolumn.h
-include/gtkmm-2.0/gtkmm/treemodelsort.h
-include/gtkmm-2.0/gtkmm/treepath.h
-include/gtkmm-2.0/gtkmm/treerowreference.h
-include/gtkmm-2.0/gtkmm/treeselection.h
-include/gtkmm-2.0/gtkmm/treesortable.h
-include/gtkmm-2.0/gtkmm/treestore.h
-include/gtkmm-2.0/gtkmm/treeview.h
-include/gtkmm-2.0/gtkmm/treeview_private.h
-include/gtkmm-2.0/gtkmm/treeviewcolumn.h
-include/gtkmm-2.0/gtkmm/viewport.h
-include/gtkmm-2.0/gtkmm/widget.h
-include/gtkmm-2.0/gtkmm/window.h
-include/gtkmm-2.0/gtkmm/wrap_init.h
-include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h
-include/gtkmm-2.0/pangomm.h
-include/gtkmm-2.0/pangomm/attributes.h
-include/gtkmm-2.0/pangomm/attriter.h
-include/gtkmm-2.0/pangomm/attrlist.h
-include/gtkmm-2.0/pangomm/color.h
-include/gtkmm-2.0/pangomm/context.h
-include/gtkmm-2.0/pangomm/coverage.h
-include/gtkmm-2.0/pangomm/font.h
-include/gtkmm-2.0/pangomm/fontdescription.h
-include/gtkmm-2.0/pangomm/fontface.h
-include/gtkmm-2.0/pangomm/fontfamily.h
-include/gtkmm-2.0/pangomm/fontmap.h
-include/gtkmm-2.0/pangomm/fontmetrics.h
-include/gtkmm-2.0/pangomm/fontset.h
-include/gtkmm-2.0/pangomm/glyph.h
-include/gtkmm-2.0/pangomm/glyphstring.h
-include/gtkmm-2.0/pangomm/item.h
-include/gtkmm-2.0/pangomm/language.h
-include/gtkmm-2.0/pangomm/layout.h
-include/gtkmm-2.0/pangomm/layoutiter.h
-include/gtkmm-2.0/pangomm/layoutline.h
-include/gtkmm-2.0/pangomm/layoutrun.h
-include/gtkmm-2.0/pangomm/private/attributes_p.h
-include/gtkmm-2.0/pangomm/private/attriter_p.h
-include/gtkmm-2.0/pangomm/private/attrlist_p.h
-include/gtkmm-2.0/pangomm/private/color_p.h
-include/gtkmm-2.0/pangomm/private/context_p.h
-include/gtkmm-2.0/pangomm/private/coverage_p.h
-include/gtkmm-2.0/pangomm/private/font_p.h
-include/gtkmm-2.0/pangomm/private/fontdescription_p.h
-include/gtkmm-2.0/pangomm/private/fontface_p.h
-include/gtkmm-2.0/pangomm/private/fontfamily_p.h
-include/gtkmm-2.0/pangomm/private/fontmap_p.h
-include/gtkmm-2.0/pangomm/private/fontmetrics_p.h
-include/gtkmm-2.0/pangomm/private/fontset_p.h
-include/gtkmm-2.0/pangomm/private/glyph_p.h
-include/gtkmm-2.0/pangomm/private/glyphstring_p.h
-include/gtkmm-2.0/pangomm/private/item_p.h
-include/gtkmm-2.0/pangomm/private/language_p.h
-include/gtkmm-2.0/pangomm/private/layout_p.h
-include/gtkmm-2.0/pangomm/private/layoutiter_p.h
-include/gtkmm-2.0/pangomm/private/layoutline_p.h
-include/gtkmm-2.0/pangomm/private/layoutrun_p.h
-include/gtkmm-2.0/pangomm/private/rectangle_p.h
-include/gtkmm-2.0/pangomm/private/tabarray_p.h
-include/gtkmm-2.0/pangomm/rectangle.h
-include/gtkmm-2.0/pangomm/tabarray.h
-include/gtkmm-2.0/pangomm/wrap_init.h
-lib/gtkmm-2.0/include/gdkmmconfig.h
-lib/gtkmm-2.0/include/glibmmconfig.h
-lib/gtkmm-2.0/include/gtkmmconfig.h
-lib/gtkmm-2.0/proc/generate_wrap_init.pl
-lib/gtkmm-2.0/proc/gtkmmproc
-lib/gtkmm-2.0/proc/m4/base.m4
-lib/gtkmm-2.0/proc/m4/class_boxedtype.m4
-lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4
-lib/gtkmm-2.0/proc/m4/class_generic.m4
-lib/gtkmm-2.0/proc/m4/class_gobject.m4
-lib/gtkmm-2.0/proc/m4/class_gtkobject.m4
-lib/gtkmm-2.0/proc/m4/class_interface.m4
-lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4
-lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4
-lib/gtkmm-2.0/proc/m4/class_shared.m4
-lib/gtkmm-2.0/proc/m4/compare.m4
-lib/gtkmm-2.0/proc/m4/convert.m4
-lib/gtkmm-2.0/proc/m4/convert_atk.m4
-lib/gtkmm-2.0/proc/m4/convert_base.m4
-lib/gtkmm-2.0/proc/m4/convert_gdk.m4
-lib/gtkmm-2.0/proc/m4/convert_glib.m4
-lib/gtkmm-2.0/proc/m4/convert_gtk.m4
-lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4
-lib/gtkmm-2.0/proc/m4/convert_pango.m4
-lib/gtkmm-2.0/proc/m4/ctor.m4
-lib/gtkmm-2.0/proc/m4/doc.m4
-lib/gtkmm-2.0/proc/m4/enum.m4
-lib/gtkmm-2.0/proc/m4/gerror.m4
-lib/gtkmm-2.0/proc/m4/list.m4
-lib/gtkmm-2.0/proc/m4/member.m4
-lib/gtkmm-2.0/proc/m4/method.m4
-lib/gtkmm-2.0/proc/m4/property.m4
-lib/gtkmm-2.0/proc/m4/signal.m4
-lib/gtkmm-2.0/proc/m4/vfunc.m4
-lib/gtkmm-2.0/proc/pm/DocsParser.pm
-lib/gtkmm-2.0/proc/pm/Enum.pm
-lib/gtkmm-2.0/proc/pm/Function.pm
-lib/gtkmm-2.0/proc/pm/FunctionBase.pm
-lib/gtkmm-2.0/proc/pm/GtkDefs.pm
-lib/gtkmm-2.0/proc/pm/Object.pm
-lib/gtkmm-2.0/proc/pm/Output.pm
-lib/gtkmm-2.0/proc/pm/Property.pm
-lib/gtkmm-2.0/proc/pm/Util.pm
-lib/gtkmm-2.0/proc/pm/WrapParser.pm
-lib/libatkmm-1.0.a
-lib/libatkmm-1.0.la
-lib/libatkmm-1.0.so
-lib/libatkmm-1.0.so.6
-lib/libgdkmm-2.0.a
-lib/libgdkmm-2.0.la
-lib/libgdkmm-2.0.so
-lib/libgdkmm-2.0.so.6
-lib/libglibmm-2.0.a
-lib/libglibmm-2.0.la
-lib/libglibmm-2.0.so
-lib/libglibmm-2.0.so.6
-lib/libgtkmm-2.0.a
-lib/libgtkmm-2.0.la
-lib/libgtkmm-2.0.so
-lib/libgtkmm-2.0.so.6
-lib/libgtkmm_generate_extra_defs-2.0.a
-lib/libgtkmm_generate_extra_defs-2.0.la
-lib/libgtkmm_generate_extra_defs-2.0.so
-lib/libgtkmm_generate_extra_defs-2.0.so.6
-lib/libpangomm-1.0.a
-lib/libpangomm-1.0.la
-lib/libpangomm-1.0.so
-lib/libpangomm-1.0.so.6
-libdata/pkgconfig/atkmm-1.0.pc
-libdata/pkgconfig/gdkmm-2.0.pc
-libdata/pkgconfig/glibmm-2.0.pc
-libdata/pkgconfig/gtkmm-2.0.pc
-libdata/pkgconfig/pangomm-1.0.pc
-@dirrm lib/gtkmm-2.0/proc/pm
-@dirrm lib/gtkmm-2.0/proc/m4
-@dirrm lib/gtkmm-2.0/proc
-@dirrm lib/gtkmm-2.0/include
-@dirrm lib/gtkmm-2.0
-@dirrm include/gtkmm-2.0/pangomm/private
-@dirrm include/gtkmm-2.0/pangomm
-@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs
-@dirrm include/gtkmm-2.0/gtkmm/private
-@dirrm include/gtkmm-2.0/gtkmm
-@dirrm include/gtkmm-2.0/glibmm/private
-@dirrm include/gtkmm-2.0/glibmm
-@dirrm include/gtkmm-2.0/gdkmm/private
-@dirrm include/gtkmm-2.0/gdkmm
-@dirrm include/gtkmm-2.0/atkmm/private
-@dirrm include/gtkmm-2.0/atkmm
-@dirrm include/gtkmm-2.0
+include/gdkmm-%%API_VERSION%%/gdkmm.h
+include/gdkmm-%%API_VERSION%%/gdkmm/color.h
+include/gdkmm-%%API_VERSION%%/gdkmm/cursor.h
+include/gdkmm-%%API_VERSION%%/gdkmm/device.h
+include/gdkmm-%%API_VERSION%%/gdkmm/devicemanager.h
+include/gdkmm-%%API_VERSION%%/gdkmm/display.h
+include/gdkmm-%%API_VERSION%%/gdkmm/displaymanager.h
+include/gdkmm-%%API_VERSION%%/gdkmm/dragcontext.h
+include/gdkmm-%%API_VERSION%%/gdkmm/event.h
+include/gdkmm-%%API_VERSION%%/gdkmm/general.h
+include/gdkmm-%%API_VERSION%%/gdkmm/pixbuf.h
+include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimation.h
+include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimationiter.h
+include/gdkmm-%%API_VERSION%%/gdkmm/pixbufformat.h
+include/gdkmm-%%API_VERSION%%/gdkmm/pixbufloader.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/color_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/cursor_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/device_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/devicemanager_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/display_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/displaymanager_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/dragcontext_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/event_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbuf_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimation_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimationiter_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufformat_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufloader_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/rectangle_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/rgba_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/screen_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/timecoord_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/types_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/visual_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/private/window_p.h
+include/gdkmm-%%API_VERSION%%/gdkmm/rectangle.h
+include/gdkmm-%%API_VERSION%%/gdkmm/rgba.h
+include/gdkmm-%%API_VERSION%%/gdkmm/screen.h
+include/gdkmm-%%API_VERSION%%/gdkmm/timecoord.h
+include/gdkmm-%%API_VERSION%%/gdkmm/types.h
+include/gdkmm-%%API_VERSION%%/gdkmm/visual.h
+include/gdkmm-%%API_VERSION%%/gdkmm/window.h
+include/gdkmm-%%API_VERSION%%/gdkmm/wrap_init.h
+include/gtkmm-%%API_VERSION%%/gtkmm.h
+include/gtkmm-%%API_VERSION%%/gtkmm/aboutdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/accelgroup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/accelkey.h
+include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h
+include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h
+include/gtkmm-%%API_VERSION%%/gtkmm/action.h
+include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h
+include/gtkmm-%%API_VERSION%%/gtkmm/alignment.h
+include/gtkmm-%%API_VERSION%%/gtkmm/appchooser.h
+include/gtkmm-%%API_VERSION%%/gtkmm/appchooserbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/appchooserdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/appchooserwidget.h
+include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h
+include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h
+include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h
+include/gtkmm-%%API_VERSION%%/gtkmm/base.h
+include/gtkmm-%%API_VERSION%%/gtkmm/bin.h
+include/gtkmm-%%API_VERSION%%/gtkmm/border.h
+include/gtkmm-%%API_VERSION%%/gtkmm/box.h
+include/gtkmm-%%API_VERSION%%/gtkmm/buildable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/builder.h
+include/gtkmm-%%API_VERSION%%/gtkmm/button.h
+include/gtkmm-%%API_VERSION%%/gtkmm/buttonbox.h
+include/gtkmm-%%API_VERSION%%/gtkmm/calendar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellarea.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellareabox.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellareacontext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/celleditable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/celllayout.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer_generation.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrendereraccel.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderercombo.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererpixbuf.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererprogress.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspin.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspinner.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h
+include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h
+include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/colorselection.h
+include/gtkmm-%%API_VERSION%%/gtkmm/combobox.h
+include/gtkmm-%%API_VERSION%%/gtkmm/comboboxtext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/container.h
+include/gtkmm-%%API_VERSION%%/gtkmm/cssprovider.h
+include/gtkmm-%%API_VERSION%%/gtkmm/dialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/drawingarea.h
+include/gtkmm-%%API_VERSION%%/gtkmm/editable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/entry.h
+include/gtkmm-%%API_VERSION%%/gtkmm/entrybuffer.h
+include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h
+include/gtkmm-%%API_VERSION%%/gtkmm/enums.h
+include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h
+include/gtkmm-%%API_VERSION%%/gtkmm/expander.h
+include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h
+include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h
+include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h
+include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h
+include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h
+include/gtkmm-%%API_VERSION%%/gtkmm/frame.h
+include/gtkmm-%%API_VERSION%%/gtkmm/grid.h
+include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h
+include/gtkmm-%%API_VERSION%%/gtkmm/iconfactory.h
+include/gtkmm-%%API_VERSION%%/gtkmm/iconinfo.h
+include/gtkmm-%%API_VERSION%%/gtkmm/iconset.h
+include/gtkmm-%%API_VERSION%%/gtkmm/iconsource.h
+include/gtkmm-%%API_VERSION%%/gtkmm/icontheme.h
+include/gtkmm-%%API_VERSION%%/gtkmm/iconview.h
+include/gtkmm-%%API_VERSION%%/gtkmm/image.h
+include/gtkmm-%%API_VERSION%%/gtkmm/imagemenuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/infobar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/invisible.h
+include/gtkmm-%%API_VERSION%%/gtkmm/label.h
+include/gtkmm-%%API_VERSION%%/gtkmm/layout.h
+include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h
+include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/main.h
+include/gtkmm-%%API_VERSION%%/gtkmm/menu.h
+include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/menuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/menushell.h
+include/gtkmm-%%API_VERSION%%/gtkmm/menutoolbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/messagedialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/misc.h
+include/gtkmm-%%API_VERSION%%/gtkmm/notebook.h
+include/gtkmm-%%API_VERSION%%/gtkmm/numerableicon.h
+include/gtkmm-%%API_VERSION%%/gtkmm/object.h
+include/gtkmm-%%API_VERSION%%/gtkmm/offscreenwindow.h
+include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/paned.h
+include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h
+include/gtkmm-%%API_VERSION%%/gtkmm/plug.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printer.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printoperation.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printoperationpreview.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printsettings.h
+include/gtkmm-%%API_VERSION%%/gtkmm/printunixdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/aboutdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/alignment_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooser_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserwidget_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/bin_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/border_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/box_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/buildable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/builder_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/button_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/buttonbox_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/calendar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellarea_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellareabox_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellareacontext_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/celleditable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/celllayout_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderer_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendereraccel_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderercombo_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererpixbuf_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererprogress_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspin_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspinner_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertext_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertoggle_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cellview_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/checkbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/checkmenuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/clipboard_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/colorbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/colorselection_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/combobox_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/comboboxtext_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/container_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/cssprovider_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/dialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/drawingarea_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/editable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/entry_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/entrybuffer_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/grid_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/iconfactory_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/iconinfo_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/iconset_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/iconsource_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/icontheme_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/iconview_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/image_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/imagemenuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/infobar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/invisible_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/menuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/menushell_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/menutoolbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/messagedialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/misc_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/notebook_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/numerableicon_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/offscreenwindow_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperation_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperationpreview_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printsettings_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/printunixdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/progressbar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/radioaction_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/radiobutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/radiomenuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/radiotoolbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/range_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentaction_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooser_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserdialog_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchoosermenu_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserwidget_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/requisition_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/separatormenuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/separatortoolitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/settings_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/spinner_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/stylecontext_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/styleprovider_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/switch_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/table_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/targetlist_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/tearoffmenuitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textattributes_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textbuffer_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textchildanchor_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textiter_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textmark_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/texttag_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/texttagtable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/textview_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toggleaction_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/togglebutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toggletoolbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbar_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitem_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitemgroup_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolpalette_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/toolshell_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltip_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragdest_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragsource_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treeiter_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodel_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelfilter_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelsort_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treepath_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treerowreference_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treeselection_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treesortable_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treestore_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treeview_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/treeviewcolumn_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/uimanager_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/viewport_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/volumebutton_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/widget_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/widgetpath_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/private/window_p.h
+include/gtkmm-%%API_VERSION%%/gtkmm/progressbar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/radioaction.h
+include/gtkmm-%%API_VERSION%%/gtkmm/radiobutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/radiobuttongroup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/radiomenuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/radiotoolbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/range.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentaction.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentchooser.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserdialog.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentchoosermenu.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserwidget.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h
+include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h
+include/gtkmm-%%API_VERSION%%/gtkmm/requisition.h
+include/gtkmm-%%API_VERSION%%/gtkmm/scale.h
+include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/scrollable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h
+include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h
+include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h
+include/gtkmm-%%API_VERSION%%/gtkmm/separator.h
+include/gtkmm-%%API_VERSION%%/gtkmm/separatormenuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/separatortoolitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/settings.h
+include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/socket.h
+include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/spinner.h
+include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h
+include/gtkmm-%%API_VERSION%%/gtkmm/stock.h
+include/gtkmm-%%API_VERSION%%/gtkmm/stockid.h
+include/gtkmm-%%API_VERSION%%/gtkmm/stockitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/stylecontext.h
+include/gtkmm-%%API_VERSION%%/gtkmm/styleprovider.h
+include/gtkmm-%%API_VERSION%%/gtkmm/switch.h
+include/gtkmm-%%API_VERSION%%/gtkmm/table.h
+include/gtkmm-%%API_VERSION%%/gtkmm/targetentry.h
+include/gtkmm-%%API_VERSION%%/gtkmm/targetlist.h
+include/gtkmm-%%API_VERSION%%/gtkmm/tearoffmenuitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textattributes.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textbuffer.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textchildanchor.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textiter.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textmark.h
+include/gtkmm-%%API_VERSION%%/gtkmm/texttag.h
+include/gtkmm-%%API_VERSION%%/gtkmm/texttagtable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/textview.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toggleaction.h
+include/gtkmm-%%API_VERSION%%/gtkmm/togglebutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toggletoolbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolbar.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolbutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolitem.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolitemgroup.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolpalette.h
+include/gtkmm-%%API_VERSION%%/gtkmm/toolshell.h
+include/gtkmm-%%API_VERSION%%/gtkmm/tooltip.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treedragdest.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treedragsource.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treeiter.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treemodel.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treemodelcolumn.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treemodelfilter.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treemodelsort.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treepath.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treerowreference.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treeselection.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treesortable.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treestore.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treeview.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treeview_private.h
+include/gtkmm-%%API_VERSION%%/gtkmm/treeviewcolumn.h
+include/gtkmm-%%API_VERSION%%/gtkmm/uimanager.h
+include/gtkmm-%%API_VERSION%%/gtkmm/viewport.h
+include/gtkmm-%%API_VERSION%%/gtkmm/volumebutton.h
+include/gtkmm-%%API_VERSION%%/gtkmm/widget.h
+include/gtkmm-%%API_VERSION%%/gtkmm/widgetpath.h
+include/gtkmm-%%API_VERSION%%/gtkmm/window.h
+include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h
+lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h
+lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h
+lib/gtkmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4
+lib/gtkmm-%%API_VERSION%%/proc/m4/convert.m4
+lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gdk.m4
+lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtk.m4
+lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4
+lib/libgdkmm-%%VERSION%%.a
+lib/libgdkmm-%%VERSION%%.la
+lib/libgdkmm-%%VERSION%%.so
+lib/libgdkmm-%%VERSION%%.so.1
+lib/libgtkmm-%%VERSION%%.a
+lib/libgtkmm-%%VERSION%%.la
+lib/libgtkmm-%%VERSION%%.so
+lib/libgtkmm-%%VERSION%%.so.1
+libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc
+libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc
+@dirrm lib/gtkmm-%%API_VERSION%%/proc/m4
+@dirrm lib/gtkmm-%%API_VERSION%%/proc
+@dirrm lib/gtkmm-%%API_VERSION%%/include
+@dirrm lib/gtkmm-%%API_VERSION%%
+@dirrm lib/gdkmm-%%API_VERSION%%/include
+@dirrm lib/gdkmm-%%API_VERSION%%
+@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private
+@dirrm include/gtkmm-%%API_VERSION%%/gtkmm
+@dirrm include/gtkmm-%%API_VERSION%%
+@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private
+@dirrm include/gdkmm-%%API_VERSION%%/gdkmm
+@dirrm include/gdkmm-%%API_VERSION%%