23169650 Move gtk2 packages to Userland
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sun, 24 Apr 2016 19:27:51 -0700
changeset 5895 742f50b07db0
parent 5894 bfe6c718eff5
child 5896 f6a52b8a207c
23169650 Move gtk2 packages to Userland 20907601 GTK+ v2 needs updating to latest (2.24.28)
components/gnome/gtk2/Makefile
components/gnome/gtk2/gtk2-backend-cups.p5m
components/gnome/gtk2/gtk2.p5m
components/gnome/gtk2/patches/01-gtk-builder-python27.patch
components/gnome/gtk2/test/results-all.master
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gtk2/Makefile	Sun Apr 24 19:27:51 2016 -0700
@@ -0,0 +1,121 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+# All components using gobject-introspection must be built with gcc as
+# gobject-introspection does not produce correct results when using Studio.
+COMPILER =		gcc
+BUILD_BITS =		32_and_64
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		gtk2
+COMPONENT_VERSION=	2.24.28
+COMPONENT_PROJECT_URL=	http://www.gtk.org/
+COMPONENT_SRC=		gtk+-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656
+COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/gtk+/2.24/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	gnome/gtk+
+
+TPNO=			24778
+
+ETCDIR.64="$(ETCDIR)/$(MACH64)"
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+CFLAGS += $(CPP_XPG6MODE)
+
+# Generate man pages.
+CONFIGURE_OPTIONS += --enable-man
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --with-x
+
+# Forcibly disable use of medialib since it's being removed soon in s12
+CONFIGURE_ENV += ac_cv_lib_mlib_mlib_ImageSetStruct=no
+
+# Tell g-ir-scanner which compiler to use since upstream Makefile forgot to
+COMPONENT_BUILD_ENV += INTROSPECTION_SCANNER_ENV='CC=$(CC_FOR_BUILD)'
+
+# Generate and install architecture-specific configuration files.
+PROTOETCGTKDIR.32=	$(PROTO_DIR)/$(ETCDIR.32)/gtk-2.0
+PROTOETCGTKDIR.64=	$(PROTO_DIR)/$(ETCDIR.64)/gtk-2.0
+PROTOETCIMMCONF.32=	$(PROTOETCGTKDIR.32)/gtk.immodules
+PROTOETCIMMCONF.64=	$(PROTOETCGTKDIR.64)/gtk.immodules
+
+$(PROTOETCIMMCONF.32):
+	$(MKDIR) $(PROTOETCGTKDIR.32); \
+	LD_LIBRARY_PATH=$(PROTO_DIR)/$(USRLIB.32) \
+	  $(PROTOUSRBINDIR)/gtk-query-immodules-2.0 \
+	  $(PROTOUSRLIBDIR)/gtk-2.0/*/immodules/*.so | \
+	  $(GSED) -e "s#$(PROTO_DIR)/##" > $(PROTOETCIMMCONF.32)
+
+$(PROTOETCIMMCONF.64):
+	$(MKDIR) $(PROTOETCGTKDIR.64); \
+	LD_LIBRARY_PATH=$(PROTO_DIR)/$(USRLIB.64) \
+	  $(PROTOUSRBINDIR64)/gtk-query-immodules-2.0 \
+	  $(PROTOUSRLIBDIR64)/gtk-2.0/*/immodules/*.so | \
+	  $(GSED) -e "s#$(PROTO_DIR)/##" > $(PROTOETCIMMCONF.64)
+
+install: $(PROTOETCIMMCONF.32) $(PROTOETCIMMCONF.64)
+
+# Needed for "gmake test" to work successfully.
+unexport SHELLOPTS
+
+# Strip pids from test output, since they're always different
+COMPONENT_TEST_TRANSFORMS += '-e "s% (pid=[0-9]*)%%"'
+
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+
+REQUIRED_PACKAGES += data/docbook/docbook-dtds
+REQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
+REQUIRED_PACKAGES += data/docbook/docbook-style-xsl
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
+REQUIRED_PACKAGES += developer/gnu-indent
+REQUIRED_PACKAGES += library/desktop/atk
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/libxslt
+REQUIRED_PACKAGES += library/print/cups-libs
+REQUIRED_PACKAGES += print/cups
+REQUIRED_PACKAGES += $(PERL_PKG)
+REQUIRED_PACKAGES += runtime/python-27
+REQUIRED_PACKAGES += system/library/fontconfig
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/linker
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libxcomposite
+REQUIRED_PACKAGES += x11/library/libxcursor
+REQUIRED_PACKAGES += x11/library/libxdamage
+REQUIRED_PACKAGES += x11/library/libxext
+REQUIRED_PACKAGES += x11/library/libxfixes
+REQUIRED_PACKAGES += x11/library/libxinerama
+REQUIRED_PACKAGES += x11/library/libxrandr
+REQUIRED_PACKAGES += x11/library/libxrender
+# Tests run against an Xvfb server
+REQUIRED_PACKAGES += x11/server/xvfb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gtk2/gtk2-backend-cups.p5m	Sun Apr 24 19:27:51 2016 -0700
@@ -0,0 +1,42 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/desktop/gtk2/gtk-backend-cups@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="GTK+ 2.x - GIMP toolkit libraries - CUPS Print Backend"
+# This package name conflicts with the gtk3 version of this package
+set name=pkg.linted.pkglint.manifest004 value=true
+set name=com.oracle.info.description value=gtk2
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2008/510
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
+file path=usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
+license COPYING license=LGPLv2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gtk2/gtk2.p5m	Sun Apr 24 19:27:51 2016 -0700
@@ -0,0 +1,666 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability committed>
+set name=pkg.fmri \
+    value=pkg:/library/desktop/gtk2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GTK+ toolkit Version 2.x"
+set name=pkg.description \
+    value="GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces. This module is heading towards planned deprecation. It will continue to be supported and API/ABI stable throughout the GNOME 2.x series, but we do not recommend using it in new applications unless you require functionality that has not already been moved elsewhere."
+set name=com.oracle.info.description value=gtk2
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2008/510
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+file path=etc/$(MACH64)/gtk-2.0/gtk.immodules \
+    original_name=SUNWgtk2:etc/$(MACH64)/gtk-2.0/gtk.immodules preserve=true
+file path=etc/$(MACH64)/gtk-2.0/im-multipress.conf \
+    original_name=SUNWgtk2:etc/$(MACH64)/gtk-2.0/im-multipress.conf \
+    preserve=true
+file path=etc/gtk-2.0/gtk.immodules \
+    original_name=SUNWgtk2:etc/gtk-2.0/gtk.immodules preserve=true
+file path=etc/gtk-2.0/im-multipress.conf \
+    original_name=SUNWgtk2:etc/gtk-2.0/im-multipress.conf preserve=true
+file path=usr/bin/$(MACH64)/gtk-builder-convert
+file path=usr/bin/$(MACH64)/gtk-demo
+file path=usr/bin/$(MACH64)/gtk-query-immodules-2.0
+file path=usr/bin/$(MACH64)/gtk-update-icon-cache
+file path=usr/bin/gtk-builder-convert
+file path=usr/bin/gtk-demo
+file path=usr/bin/gtk-query-immodules-2.0
+file path=usr/bin/gtk-update-icon-cache
+file path=usr/include/gail-1.0/gail/gailwidget.h
+file path=usr/include/gail-1.0/libgail-util/gail-util.h
+file path=usr/include/gail-1.0/libgail-util/gailmisc.h
+file path=usr/include/gail-1.0/libgail-util/gailtextutil.h
+file path=usr/include/gtk-2.0/gdk/gdk.h
+file path=usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h
+file path=usr/include/gtk-2.0/gdk/gdkcairo.h
+file path=usr/include/gtk-2.0/gdk/gdkcolor.h
+file path=usr/include/gtk-2.0/gdk/gdkcursor.h
+file path=usr/include/gtk-2.0/gdk/gdkdisplay.h
+file path=usr/include/gtk-2.0/gdk/gdkdisplaymanager.h
+file path=usr/include/gtk-2.0/gdk/gdkdnd.h
+file path=usr/include/gtk-2.0/gdk/gdkdrawable.h
+file path=usr/include/gtk-2.0/gdk/gdkenumtypes.h
+file path=usr/include/gtk-2.0/gdk/gdkevents.h
+file path=usr/include/gtk-2.0/gdk/gdkfont.h
+file path=usr/include/gtk-2.0/gdk/gdkgc.h
+file path=usr/include/gtk-2.0/gdk/gdki18n.h
+file path=usr/include/gtk-2.0/gdk/gdkimage.h
+file path=usr/include/gtk-2.0/gdk/gdkinput.h
+file path=usr/include/gtk-2.0/gdk/gdkkeys.h
+file path=usr/include/gtk-2.0/gdk/gdkkeysyms-compat.h
+file path=usr/include/gtk-2.0/gdk/gdkkeysyms.h
+file path=usr/include/gtk-2.0/gdk/gdkpango.h
+file path=usr/include/gtk-2.0/gdk/gdkpixbuf.h
+file path=usr/include/gtk-2.0/gdk/gdkpixmap.h
+file path=usr/include/gtk-2.0/gdk/gdkprivate.h
+file path=usr/include/gtk-2.0/gdk/gdkproperty.h
+file path=usr/include/gtk-2.0/gdk/gdkregion.h
+file path=usr/include/gtk-2.0/gdk/gdkrgb.h
+file path=usr/include/gtk-2.0/gdk/gdkscreen.h
+file path=usr/include/gtk-2.0/gdk/gdkselection.h
+file path=usr/include/gtk-2.0/gdk/gdkspawn.h
+file path=usr/include/gtk-2.0/gdk/gdktestutils.h
+file path=usr/include/gtk-2.0/gdk/gdktypes.h
+file path=usr/include/gtk-2.0/gdk/gdkvisual.h
+file path=usr/include/gtk-2.0/gdk/gdkwindow.h
+file path=usr/include/gtk-2.0/gdk/gdkx.h
+file path=usr/include/gtk-2.0/gtk/gtk.h
+file path=usr/include/gtk-2.0/gtk/gtkaboutdialog.h
+file path=usr/include/gtk-2.0/gtk/gtkaccelgroup.h
+file path=usr/include/gtk-2.0/gtk/gtkaccellabel.h
+file path=usr/include/gtk-2.0/gtk/gtkaccelmap.h
+file path=usr/include/gtk-2.0/gtk/gtkaccessible.h
+file path=usr/include/gtk-2.0/gtk/gtkaction.h
+file path=usr/include/gtk-2.0/gtk/gtkactiongroup.h
+file path=usr/include/gtk-2.0/gtk/gtkactivatable.h
+file path=usr/include/gtk-2.0/gtk/gtkadjustment.h
+file path=usr/include/gtk-2.0/gtk/gtkalignment.h
+file path=usr/include/gtk-2.0/gtk/gtkarrow.h
+file path=usr/include/gtk-2.0/gtk/gtkaspectframe.h
+file path=usr/include/gtk-2.0/gtk/gtkassistant.h
+file path=usr/include/gtk-2.0/gtk/gtkbbox.h
+file path=usr/include/gtk-2.0/gtk/gtkbin.h
+file path=usr/include/gtk-2.0/gtk/gtkbindings.h
+file path=usr/include/gtk-2.0/gtk/gtkbox.h
+file path=usr/include/gtk-2.0/gtk/gtkbuildable.h
+file path=usr/include/gtk-2.0/gtk/gtkbuilder.h
+file path=usr/include/gtk-2.0/gtk/gtkbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkcalendar.h
+file path=usr/include/gtk-2.0/gtk/gtkcelleditable.h
+file path=usr/include/gtk-2.0/gtk/gtkcelllayout.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrenderer.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrendererspin.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrendererspinner.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrenderertext.h
+file path=usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h
+file path=usr/include/gtk-2.0/gtk/gtkcellview.h
+file path=usr/include/gtk-2.0/gtk/gtkcheckbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtkclipboard.h
+file path=usr/include/gtk-2.0/gtk/gtkclist.h
+file path=usr/include/gtk-2.0/gtk/gtkcolorbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkcolorsel.h
+file path=usr/include/gtk-2.0/gtk/gtkcolorseldialog.h
+file path=usr/include/gtk-2.0/gtk/gtkcombo.h
+file path=usr/include/gtk-2.0/gtk/gtkcombobox.h
+file path=usr/include/gtk-2.0/gtk/gtkcomboboxentry.h
+file path=usr/include/gtk-2.0/gtk/gtkcomboboxtext.h
+file path=usr/include/gtk-2.0/gtk/gtkcontainer.h
+file path=usr/include/gtk-2.0/gtk/gtkctree.h
+file path=usr/include/gtk-2.0/gtk/gtkcurve.h
+file path=usr/include/gtk-2.0/gtk/gtkdebug.h
+file path=usr/include/gtk-2.0/gtk/gtkdialog.h
+file path=usr/include/gtk-2.0/gtk/gtkdnd.h
+file path=usr/include/gtk-2.0/gtk/gtkdrawingarea.h
+file path=usr/include/gtk-2.0/gtk/gtkeditable.h
+file path=usr/include/gtk-2.0/gtk/gtkentry.h
+file path=usr/include/gtk-2.0/gtk/gtkentrybuffer.h
+file path=usr/include/gtk-2.0/gtk/gtkentrycompletion.h
+file path=usr/include/gtk-2.0/gtk/gtkenums.h
+file path=usr/include/gtk-2.0/gtk/gtkeventbox.h
+file path=usr/include/gtk-2.0/gtk/gtkexpander.h
+file path=usr/include/gtk-2.0/gtk/gtkfilechooser.h
+file path=usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h
+file path=usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h
+file path=usr/include/gtk-2.0/gtk/gtkfilefilter.h
+file path=usr/include/gtk-2.0/gtk/gtkfilesel.h
+file path=usr/include/gtk-2.0/gtk/gtkfixed.h
+file path=usr/include/gtk-2.0/gtk/gtkfontbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkfontsel.h
+file path=usr/include/gtk-2.0/gtk/gtkframe.h
+file path=usr/include/gtk-2.0/gtk/gtkgamma.h
+file path=usr/include/gtk-2.0/gtk/gtkgc.h
+file path=usr/include/gtk-2.0/gtk/gtkhandlebox.h
+file path=usr/include/gtk-2.0/gtk/gtkhbbox.h
+file path=usr/include/gtk-2.0/gtk/gtkhbox.h
+file path=usr/include/gtk-2.0/gtk/gtkhpaned.h
+file path=usr/include/gtk-2.0/gtk/gtkhruler.h
+file path=usr/include/gtk-2.0/gtk/gtkhscale.h
+file path=usr/include/gtk-2.0/gtk/gtkhscrollbar.h
+file path=usr/include/gtk-2.0/gtk/gtkhseparator.h
+file path=usr/include/gtk-2.0/gtk/gtkhsv.h
+file path=usr/include/gtk-2.0/gtk/gtkiconfactory.h
+file path=usr/include/gtk-2.0/gtk/gtkicontheme.h
+file path=usr/include/gtk-2.0/gtk/gtkiconview.h
+file path=usr/include/gtk-2.0/gtk/gtkimage.h
+file path=usr/include/gtk-2.0/gtk/gtkimagemenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtkimcontext.h
+file path=usr/include/gtk-2.0/gtk/gtkimcontextsimple.h
+file path=usr/include/gtk-2.0/gtk/gtkimmodule.h
+file path=usr/include/gtk-2.0/gtk/gtkimmulticontext.h
+file path=usr/include/gtk-2.0/gtk/gtkinfobar.h
+file path=usr/include/gtk-2.0/gtk/gtkinputdialog.h
+file path=usr/include/gtk-2.0/gtk/gtkinvisible.h
+file path=usr/include/gtk-2.0/gtk/gtkitem.h
+file path=usr/include/gtk-2.0/gtk/gtkitemfactory.h
+file path=usr/include/gtk-2.0/gtk/gtklabel.h
+file path=usr/include/gtk-2.0/gtk/gtklayout.h
+file path=usr/include/gtk-2.0/gtk/gtklinkbutton.h
+file path=usr/include/gtk-2.0/gtk/gtklist.h
+file path=usr/include/gtk-2.0/gtk/gtklistitem.h
+file path=usr/include/gtk-2.0/gtk/gtkliststore.h
+file path=usr/include/gtk-2.0/gtk/gtkmain.h
+file path=usr/include/gtk-2.0/gtk/gtkmarshal.h
+file path=usr/include/gtk-2.0/gtk/gtkmenu.h
+file path=usr/include/gtk-2.0/gtk/gtkmenubar.h
+file path=usr/include/gtk-2.0/gtk/gtkmenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtkmenushell.h
+file path=usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkmessagedialog.h
+file path=usr/include/gtk-2.0/gtk/gtkmisc.h
+file path=usr/include/gtk-2.0/gtk/gtkmodules.h
+file path=usr/include/gtk-2.0/gtk/gtkmountoperation.h
+file path=usr/include/gtk-2.0/gtk/gtknotebook.h
+file path=usr/include/gtk-2.0/gtk/gtkobject.h
+file path=usr/include/gtk-2.0/gtk/gtkoffscreenwindow.h
+file path=usr/include/gtk-2.0/gtk/gtkoldeditable.h
+file path=usr/include/gtk-2.0/gtk/gtkoptionmenu.h
+file path=usr/include/gtk-2.0/gtk/gtkorientable.h
+file path=usr/include/gtk-2.0/gtk/gtkpagesetup.h
+file path=usr/include/gtk-2.0/gtk/gtkpaned.h
+file path=usr/include/gtk-2.0/gtk/gtkpapersize.h
+file path=usr/include/gtk-2.0/gtk/gtkpixmap.h
+file path=usr/include/gtk-2.0/gtk/gtkplug.h
+file path=usr/include/gtk-2.0/gtk/gtkpreview.h
+file path=usr/include/gtk-2.0/gtk/gtkprintcontext.h
+file path=usr/include/gtk-2.0/gtk/gtkprintoperation.h
+file path=usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h
+file path=usr/include/gtk-2.0/gtk/gtkprintsettings.h
+file path=usr/include/gtk-2.0/gtk/gtkprivate.h
+file path=usr/include/gtk-2.0/gtk/gtkprogress.h
+file path=usr/include/gtk-2.0/gtk/gtkprogressbar.h
+file path=usr/include/gtk-2.0/gtk/gtkradioaction.h
+file path=usr/include/gtk-2.0/gtk/gtkradiobutton.h
+file path=usr/include/gtk-2.0/gtk/gtkradiomenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkrange.h
+file path=usr/include/gtk-2.0/gtk/gtkrc.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentaction.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentchooser.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentfilter.h
+file path=usr/include/gtk-2.0/gtk/gtkrecentmanager.h
+file path=usr/include/gtk-2.0/gtk/gtkruler.h
+file path=usr/include/gtk-2.0/gtk/gtkscale.h
+file path=usr/include/gtk-2.0/gtk/gtkscalebutton.h
+file path=usr/include/gtk-2.0/gtk/gtkscrollbar.h
+file path=usr/include/gtk-2.0/gtk/gtkscrolledwindow.h
+file path=usr/include/gtk-2.0/gtk/gtkselection.h
+file path=usr/include/gtk-2.0/gtk/gtkseparator.h
+file path=usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h
+file path=usr/include/gtk-2.0/gtk/gtksettings.h
+file path=usr/include/gtk-2.0/gtk/gtkshow.h
+file path=usr/include/gtk-2.0/gtk/gtksignal.h
+file path=usr/include/gtk-2.0/gtk/gtksizegroup.h
+file path=usr/include/gtk-2.0/gtk/gtksocket.h
+file path=usr/include/gtk-2.0/gtk/gtkspinbutton.h
+file path=usr/include/gtk-2.0/gtk/gtkspinner.h
+file path=usr/include/gtk-2.0/gtk/gtkstatusbar.h
+file path=usr/include/gtk-2.0/gtk/gtkstatusicon.h
+file path=usr/include/gtk-2.0/gtk/gtkstock.h
+file path=usr/include/gtk-2.0/gtk/gtkstyle.h
+file path=usr/include/gtk-2.0/gtk/gtktable.h
+file path=usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h
+file path=usr/include/gtk-2.0/gtk/gtktestutils.h
+file path=usr/include/gtk-2.0/gtk/gtktext.h
+file path=usr/include/gtk-2.0/gtk/gtktextbuffer.h
+file path=usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h
+file path=usr/include/gtk-2.0/gtk/gtktextchild.h
+file path=usr/include/gtk-2.0/gtk/gtktextdisplay.h
+file path=usr/include/gtk-2.0/gtk/gtktextiter.h
+file path=usr/include/gtk-2.0/gtk/gtktextlayout.h
+file path=usr/include/gtk-2.0/gtk/gtktextmark.h
+file path=usr/include/gtk-2.0/gtk/gtktexttag.h
+file path=usr/include/gtk-2.0/gtk/gtktexttagtable.h
+file path=usr/include/gtk-2.0/gtk/gtktextview.h
+file path=usr/include/gtk-2.0/gtk/gtktipsquery.h
+file path=usr/include/gtk-2.0/gtk/gtktoggleaction.h
+file path=usr/include/gtk-2.0/gtk/gtktogglebutton.h
+file path=usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h
+file path=usr/include/gtk-2.0/gtk/gtktoolbar.h
+file path=usr/include/gtk-2.0/gtk/gtktoolbutton.h
+file path=usr/include/gtk-2.0/gtk/gtktoolitem.h
+file path=usr/include/gtk-2.0/gtk/gtktoolitemgroup.h
+file path=usr/include/gtk-2.0/gtk/gtktoolpalette.h
+file path=usr/include/gtk-2.0/gtk/gtktoolshell.h
+file path=usr/include/gtk-2.0/gtk/gtktooltip.h
+file path=usr/include/gtk-2.0/gtk/gtktooltips.h
+file path=usr/include/gtk-2.0/gtk/gtktree.h
+file path=usr/include/gtk-2.0/gtk/gtktreednd.h
+file path=usr/include/gtk-2.0/gtk/gtktreeitem.h
+file path=usr/include/gtk-2.0/gtk/gtktreemodel.h
+file path=usr/include/gtk-2.0/gtk/gtktreemodelfilter.h
+file path=usr/include/gtk-2.0/gtk/gtktreemodelsort.h
+file path=usr/include/gtk-2.0/gtk/gtktreeselection.h
+file path=usr/include/gtk-2.0/gtk/gtktreesortable.h
+file path=usr/include/gtk-2.0/gtk/gtktreestore.h
+file path=usr/include/gtk-2.0/gtk/gtktreeview.h
+file path=usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h
+file path=usr/include/gtk-2.0/gtk/gtktypebuiltins.h
+file path=usr/include/gtk-2.0/gtk/gtktypeutils.h
+file path=usr/include/gtk-2.0/gtk/gtkuimanager.h
+file path=usr/include/gtk-2.0/gtk/gtkvbbox.h
+file path=usr/include/gtk-2.0/gtk/gtkvbox.h
+file path=usr/include/gtk-2.0/gtk/gtkversion.h
+file path=usr/include/gtk-2.0/gtk/gtkviewport.h
+file path=usr/include/gtk-2.0/gtk/gtkvolumebutton.h
+file path=usr/include/gtk-2.0/gtk/gtkvpaned.h
+file path=usr/include/gtk-2.0/gtk/gtkvruler.h
+file path=usr/include/gtk-2.0/gtk/gtkvscale.h
+file path=usr/include/gtk-2.0/gtk/gtkvscrollbar.h
+file path=usr/include/gtk-2.0/gtk/gtkvseparator.h
+file path=usr/include/gtk-2.0/gtk/gtkwidget.h
+file path=usr/include/gtk-2.0/gtk/gtkwindow.h
+file path=usr/include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h
+file path=usr/include/gtk-unix-print-2.0/gtk/gtkprinter.h
+file path=usr/include/gtk-unix-print-2.0/gtk/gtkprintjob.h
+file path=usr/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h
+file path=usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h
+file path=usr/lib/$(MACH64)/girepository-1.0/Gdk-2.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/GdkX11-2.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/Gtk-2.0.typelib
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/engines/libpixmap.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-am-et.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-cedilla.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-inuktitut.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-ipa.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-multipress.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-thai.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-ti-er.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-ti-et.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-viqr.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/immodules/im-xim.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so
+file path=usr/lib/$(MACH64)/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so
+file path=usr/lib/$(MACH64)/gtk-2.0/include/gdkconfig.h
+file path=usr/lib/$(MACH64)/gtk-2.0/modules/libferret.so
+file path=usr/lib/$(MACH64)/gtk-2.0/modules/libgail.so
+link path=usr/lib/$(MACH64)/libgailutil.so target=libgailutil.so.18.0.1
+link path=usr/lib/$(MACH64)/libgailutil.so.18 target=libgailutil.so.18.0.1
+file path=usr/lib/$(MACH64)/libgailutil.so.18.0.1
+link path=usr/lib/$(MACH64)/libgdk-x11-2.0.so target=libgdk-x11-2.0.so.0.2400.28
+link path=usr/lib/$(MACH64)/libgdk-x11-2.0.so.0 \
+    target=libgdk-x11-2.0.so.0.2400.28
+file path=usr/lib/$(MACH64)/libgdk-x11-2.0.so.0.2400.28
+link path=usr/lib/$(MACH64)/libgtk-x11-2.0.so target=libgtk-x11-2.0.so.0.2400.28
+link path=usr/lib/$(MACH64)/libgtk-x11-2.0.so.0 \
+    target=libgtk-x11-2.0.so.0.2400.28
+file path=usr/lib/$(MACH64)/libgtk-x11-2.0.so.0.2400.28
+file path=usr/lib/$(MACH64)/pkgconfig/gail.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gdk-2.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gdk-x11-2.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gtk+-2.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gtk+-unix-print-2.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gtk+-x11-2.0.pc
+file path=usr/lib/girepository-1.0/Gdk-2.0.typelib
+file path=usr/lib/girepository-1.0/GdkX11-2.0.typelib
+file path=usr/lib/girepository-1.0/Gtk-2.0.typelib
+file path=usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-am-et.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-ipa.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-multipress.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-thai.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-viqr.so
+file path=usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so
+file path=usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so
+file path=usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so
+file path=usr/lib/gtk-2.0/include/gdkconfig.h
+file path=usr/lib/gtk-2.0/modules/libferret.so
+file path=usr/lib/gtk-2.0/modules/libgail.so
+link path=usr/lib/libgailutil.so target=libgailutil.so.18.0.1
+link path=usr/lib/libgailutil.so.18 target=libgailutil.so.18.0.1
+file path=usr/lib/libgailutil.so.18.0.1
+link path=usr/lib/libgdk-x11-2.0.so target=libgdk-x11-2.0.so.0.2400.28
+link path=usr/lib/libgdk-x11-2.0.so.0 target=libgdk-x11-2.0.so.0.2400.28
+file path=usr/lib/libgdk-x11-2.0.so.0.2400.28
+link path=usr/lib/libgtk-x11-2.0.so target=libgtk-x11-2.0.so.0.2400.28
+link path=usr/lib/libgtk-x11-2.0.so.0 target=libgtk-x11-2.0.so.0.2400.28
+file path=usr/lib/libgtk-x11-2.0.so.0.2400.28
+file path=usr/lib/pkgconfig/gail.pc
+file path=usr/lib/pkgconfig/gdk-2.0.pc
+file path=usr/lib/pkgconfig/gdk-x11-2.0.pc
+file path=usr/lib/pkgconfig/gtk+-2.0.pc
+file path=usr/lib/pkgconfig/gtk+-unix-print-2.0.pc
+file path=usr/lib/pkgconfig/gtk+-x11-2.0.pc
+file path=usr/share/aclocal/gtk-2.0.m4
+file path=usr/share/gir-1.0/Gdk-2.0.gir
+file path=usr/share/gir-1.0/GdkX11-2.0.gir
+file path=usr/share/gir-1.0/Gtk-2.0.gir
+file path=usr/share/gtk-2.0/demo/alphatest.png
+file path=usr/share/gtk-2.0/demo/apple-red.png
+file path=usr/share/gtk-2.0/demo/appwindow.c
+file path=usr/share/gtk-2.0/demo/assistant.c
+file path=usr/share/gtk-2.0/demo/background.jpg
+file path=usr/share/gtk-2.0/demo/builder.c
+file path=usr/share/gtk-2.0/demo/button_box.c
+file path=usr/share/gtk-2.0/demo/changedisplay.c
+file path=usr/share/gtk-2.0/demo/clipboard.c
+file path=usr/share/gtk-2.0/demo/colorsel.c
+file path=usr/share/gtk-2.0/demo/combobox.c
+file path=usr/share/gtk-2.0/demo/demo.ui
+file path=usr/share/gtk-2.0/demo/dialog.c
+file path=usr/share/gtk-2.0/demo/drawingarea.c
+file path=usr/share/gtk-2.0/demo/editable_cells.c
+file path=usr/share/gtk-2.0/demo/entry_buffer.c
+file path=usr/share/gtk-2.0/demo/entry_completion.c
+file path=usr/share/gtk-2.0/demo/expander.c
+file path=usr/share/gtk-2.0/demo/floppybuddy.gif
+file path=usr/share/gtk-2.0/demo/gnome-applets.png
+file path=usr/share/gtk-2.0/demo/gnome-calendar.png
+file path=usr/share/gtk-2.0/demo/gnome-foot.png
+file path=usr/share/gtk-2.0/demo/gnome-fs-directory.png
+file path=usr/share/gtk-2.0/demo/gnome-fs-regular.png
+file path=usr/share/gtk-2.0/demo/gnome-gimp.png
+file path=usr/share/gtk-2.0/demo/gnome-gmush.png
+file path=usr/share/gtk-2.0/demo/gnome-gsame.png
+file path=usr/share/gtk-2.0/demo/gnu-keys.png
+file path=usr/share/gtk-2.0/demo/gtk-logo-rgb.gif
+file path=usr/share/gtk-2.0/demo/hypertext.c
+file path=usr/share/gtk-2.0/demo/iconview.c
+file path=usr/share/gtk-2.0/demo/iconview_edit.c
+file path=usr/share/gtk-2.0/demo/images.c
+file path=usr/share/gtk-2.0/demo/infobar.c
+file path=usr/share/gtk-2.0/demo/links.c
+file path=usr/share/gtk-2.0/demo/list_store.c
+file path=usr/share/gtk-2.0/demo/menus.c
+file path=usr/share/gtk-2.0/demo/offscreen_window.c
+file path=usr/share/gtk-2.0/demo/offscreen_window2.c
+file path=usr/share/gtk-2.0/demo/panes.c
+file path=usr/share/gtk-2.0/demo/pickers.c
+file path=usr/share/gtk-2.0/demo/pixbufs.c
+file path=usr/share/gtk-2.0/demo/printing.c
+file path=usr/share/gtk-2.0/demo/rotated_text.c
+file path=usr/share/gtk-2.0/demo/search_entry.c
+file path=usr/share/gtk-2.0/demo/sizegroup.c
+file path=usr/share/gtk-2.0/demo/spinner.c
+file path=usr/share/gtk-2.0/demo/stock_browser.c
+file path=usr/share/gtk-2.0/demo/textscroll.c
+file path=usr/share/gtk-2.0/demo/textview.c
+file path=usr/share/gtk-2.0/demo/toolpalette.c
+file path=usr/share/gtk-2.0/demo/tree_store.c
+file path=usr/share/gtk-2.0/demo/ui_manager.c
+file path=usr/share/locale/af/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/af/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/am/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ang/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ang/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ar/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ar/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/as/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/as/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ast/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ast/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/az/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/az/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/be/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/be/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/bg/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/bg/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/bn/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/bn/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/br/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/br/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/bs/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/bs/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ca/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ca/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/crh/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/crh/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/cs/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/cs/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/cy/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/cy/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/da/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/da/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/de/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/dz/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/dz/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/el/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/el/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/eo/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/eo/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/es/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/et/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/et/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/eu/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/eu/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/fa/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/fa/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/fi/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/fi/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/fr/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/fr/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ga/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ga/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/gl/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/gl/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/gu/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/gu/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/he/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/he/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/hi/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/hi/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/hr/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/hr/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/hu/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/hu/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/hy/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/hy/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ia/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ia/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/id/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/id/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/io/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/io/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/is/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/is/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/it/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ja/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ja/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ka/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ka/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/kk/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/kk/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/kn/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/kn/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ko/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ko/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ku/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ku/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/li/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/li/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/lt/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/lt/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/lv/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/lv/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/mai/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/mai/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/mi/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/mi/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/mk/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/mk/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ml/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ml/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/mn/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/mn/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/mr/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/mr/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ms/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ms/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/my/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/my/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/nb/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/nb/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/nds/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/nds/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ne/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ne/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/nl/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/nl/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/nn/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/nn/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/nso/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/nso/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/oc/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/oc/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/or/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/or/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/pa/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/pa/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/pl/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/pl/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ps/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ps/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/pt/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/pt/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ro/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ro/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ru/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ru/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/rw/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/rw/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/si/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/si/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sk/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sk/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sl/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sl/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sq/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sq/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sr/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sr/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/sv/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/sv/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ta/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ta/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/te/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/te/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/th/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/th/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/tk/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/tk/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/tr/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/tr/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/tt/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/tt/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ug/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ug/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/uk/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/uk/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/ur/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/ur/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/uz/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/uz/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/vi/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/vi/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/wa/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/wa/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/xh/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/xh/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/yi/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/yi/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo
+file path=usr/share/man/man1/gtk-builder-convert.1
+file path=usr/share/man/man1/gtk-query-immodules-2.0.1
+file path=usr/share/man/man1/gtk-update-icon-cache.1
+file path=usr/share/themes/Default/gtk-2.0-key/gtkrc
+file path=usr/share/themes/Emacs/gtk-2.0-key/gtkrc
+file path=usr/share/themes/Raleigh/gtk-2.0/gtkrc
+license COPYING license=LGPLv2
+#
+depend type=conditional \
+    fmri=pkg:/library/desktop/gtk2/gtk-backend-cups@$(IPS_COMPONENT_VERSION) \
+    predicate=library/print/cups-libs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gtk2/patches/01-gtk-builder-python27.patch	Sun Apr 24 19:27:51 2016 -0700
@@ -0,0 +1,14 @@
+configure should detect Python version and allow builder to override
+detection via --with-python or a PYTHON environment variable, and then the
+build process should replace the first line of the script instead.
+
+Need to determine if we need to file an upstream bug.
+
+--- gtk+-2.24.28/gtk/gtk-builder-convert	Thu May  7 22:49:42 2015
++++ gtk+-2.24.28/gtk/gtk-builder-convert	Thu May  7 22:50:51 2015
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2.7
+ #
+ # Copyright (C) 2006-2008 Async Open Source
+ #                         Henrique Romano <[email protected]>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gtk2/test/results-all.master	Sun Apr 24 19:27:51 2016 -0700
@@ -0,0 +1,1163 @@
+make[1]: Entering directory '$(@D)'
+Making check in po
+make[2]: Entering directory '$(@D)/po'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/po'
+Making check in po-properties
+make[2]: Entering directory '$(@D)/po-properties'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/po-properties'
+Making check in gdk
+make[2]: Entering directory '$(@D)/gdk'
+/usr/gnu/bin/make  check-recursive
+make[3]: Entering directory '$(@D)/gdk'
+Making check in x11
+make[4]: Entering directory '$(@D)/gdk/x11'
+/usr/gnu/bin/make  check-TESTS check-local
+make[5]: Entering directory '$(@D)/gdk/x11'
+make[6]: Entering directory '$(@D)/gdk/x11'
+PASS: checksettings
+============================================================================
+Testsuite summary for gtk+ 2.24.28
+============================================================================
+# TOTAL: 1
+# PASS:  1
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[6]: Leaving directory '$(@D)/gdk/x11'
+make[5]: Leaving directory '$(@D)/gdk/x11'
+make[4]: Leaving directory '$(@D)/gdk/x11'
+Making check in .
+make[4]: Entering directory '$(@D)/gdk'
+/usr/gnu/bin/make  check-TESTS check-local
+make[5]: Entering directory '$(@D)/gdk'
+make[6]: Entering directory '$(@D)/gdk'
+============================================================================
+Testsuite summary for gtk+ 2.24.28
+============================================================================
+# TOTAL: 0
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[6]: Leaving directory '$(@D)/gdk'
+make[5]: Leaving directory '$(@D)/gdk'
+make[4]: Leaving directory '$(@D)/gdk'
+Making check in tests
+make[4]: Entering directory '$(@D)/gdk/tests'
+/usr/gnu/bin/make  
+make[5]: Entering directory '$(@D)/gdk/tests'
+make[5]: Nothing to be done for 'all'.
+make[5]: Leaving directory '$(@D)/gdk/tests'
+/usr/gnu/bin/make  check-TESTS check-local
+make[5]: Entering directory '$(@D)/gdk/tests'
+make[6]: Entering directory '$(@D)/gdk/tests'
+============================================================================
+Testsuite summary for gtk+ 2.24.28
+============================================================================
+# TOTAL: 0
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[6]: Leaving directory '$(@D)/gdk/tests'
+make[5]: Leaving directory '$(@D)/gdk/tests'
+make[4]: Leaving directory '$(@D)/gdk/tests'
+make[3]: Leaving directory '$(@D)/gdk'
+make[2]: Leaving directory '$(@D)/gdk'
+Making check in gtk
+make[2]: Entering directory '$(@D)/gtk'
+/usr/gnu/bin/make  check-recursive
+make[3]: Entering directory '$(@D)/gtk'
+Making check in theme-bits
+make[4]: Entering directory '$(@D)/gtk/theme-bits'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/gtk/theme-bits'
+make[5]: Leaving directory '$(@D)/gtk/theme-bits'
+make[4]: Leaving directory '$(@D)/gtk/theme-bits'
+Making check in .
+make[4]: Entering directory '$(@D)/gtk'
+/usr/gnu/bin/make  check-TESTS check-local
+make[5]: Entering directory '$(@D)/gtk'
+make[6]: Entering directory '$(@D)/gtk'
+PASS: aliasfilescheck.sh
+============================================================================
+Testsuite summary for gtk+ 2.24.28
+============================================================================
+# TOTAL: 1
+# PASS:  1
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[6]: Leaving directory '$(@D)/gtk'
+make[5]: Leaving directory '$(@D)/gtk'
+make[4]: Leaving directory '$(@D)/gtk'
+Making check in tests
+make[4]: Entering directory '$(@D)/gtk/tests'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/gtk/tests'
+TEST: testing...
+Xlib:  extension "RANDR" missing on display ":101".
+  /tests/statusbar-remove-all:                                         OK
+  /ui-tests/text-access:                                               OK
+  /ui-tests/button-clicks:                                             iterate main loop
+iterate main loop
+iterate main loop
+iterate main loop
+iterate main loop
+iterate main loop
+OK
+  /ui-tests/keys-events:                                               OK
+  /ui-tests/send-shift-key:                                            OK
+  /ui-tests/slider-ranges:                                             OK
+  /ui-tests/xserver-sync:                                              OK
+  /ui-tests/spin-button-arrows:                                        OK
+PASS: testing
+TEST: liststore...
+Xlib:  extension "RANDR" missing on display ":101".
+  /list-store/insert-high-values:                                      OK
+  /list-store/append:                                                  OK
+  /list-store/prepend:                                                 OK
+  /list-store/insert-after:                                            OK
+  /list-store/insert-after-NULL:                                       OK
+  /list-store/insert-before:                                           OK
+  /list-store/insert-before-NULL:                                      OK
+  /list-store/remove-begin:                                            OK
+  /list-store/remove-middle:                                           OK
+  /list-store/remove-end:                                              OK
+  /list-store/clear:                                                   OK
+  /list-store/reorder:                                                 OK
+  /list-store/swap-begin:                                              OK
+  /list-store/swap-middle-next:                                        OK
+  /list-store/swap-middle-apart:                                       OK
+  /list-store/swap-end:                                                OK
+  /list-store/swap-single:                                             OK
+  /list-store/move-after-from-start:                                   OK
+  /list-store/move-after-next:                                         OK
+  /list-store/move-after-apart:                                        OK
+  /list-store/move-after-end:                                          OK
+  /list-store/move-after-from-end:                                     OK
+  /list-store/move-after-change-ends:                                  OK
+  /list-store/move-after-NULL:                                         OK
+  /list-store/move-after-single:                                       OK
+  /list-store/move-before-next:                                        OK
+  /list-store/move-before-apart:                                       OK
+  /list-store/move-before-to-start:                                    OK
+  /list-store/move-before-from-end:                                    OK
+  /list-store/move-before-change-ends:                                 OK
+  /list-store/move-before-NULL:                                        OK
+  /list-store/move-before-single:                                      OK
+  /list-store/iter-next-invalid:                                       OK
+  /list-store/iter-children-invalid:                                   OK
+  /list-store/iter-nth-child-invalid:                                  OK
+  /list-store/iter-parent-invalid:                                     OK
+PASS: liststore
+TEST: treestore...
+Xlib:  extension "RANDR" missing on display ":101".
+  /tree-store/insert-high-values:                                      OK
+  /tree-store/append:                                                  OK
+  /tree-store/prepend:                                                 OK
+  /tree-store/insert-after:                                            OK
+  /tree-store/insert-after-NULL:                                       OK
+  /tree-store/insert-before:                                           OK
+  /tree-store/insert-before-NULL:                                      OK
+  /tree-store/remove-begin:                                            OK
+  /tree-store/remove-middle:                                           OK
+  /tree-store/remove-end:                                              OK
+  /tree-store/clear:                                                   OK
+  /tree-store/reorder:                                                 OK
+  /tree-store/swap-begin:                                              OK
+  /tree-store/swap-middle-next:                                        OK
+  /tree-store/swap-middle-apart:                                       OK
+  /tree-store/swap-end:                                                OK
+  /tree-store/swap-single:                                             OK
+  /tree-store/move-after-from-start:                                   OK
+  /tree-store/move-after-next:                                         OK
+  /tree-store/move-after-apart:                                        OK
+  /tree-store/move-after-end:                                          OK
+  /tree-store/move-after-from-end:                                     OK
+  /tree-store/move-after-change-ends:                                  OK
+  /tree-store/move-after-NULL:                                         OK
+  /tree-store/move-after-single:                                       OK
+  /tree-store/move-before-next:                                        OK
+  /tree-store/move-before-apart:                                       OK
+  /tree-store/move-before-to-start:                                    OK
+  /tree-store/move-before-from-end:                                    OK
+  /tree-store/move-before-change-ends:                                 OK
+  /tree-store/move-before-NULL:                                        OK
+  /tree-store/move-before-single:                                      OK
+  /tree-store/iter-next-invalid:                                       OK
+  /tree-store/iter-children-invalid:                                   OK
+  /tree-store/iter-nth-child-invalid:                                  OK
+  /tree-store/iter-parent-invalid:                                     OK
+PASS: treestore
+TEST: treeview...
+Xlib:  extension "RANDR" missing on display ":101".
+  /TreeView/cursor/bug-546005:                                         OK
+  /TreeView/cursor/bug-539377:                                         OK
+  /TreeView/cursor/select-collapsed_row:                               OK
+PASS: treeview
+TEST: treeview-scrolling...
+Xlib:  extension "RANDR" missing on display ":101".
+  /TreeView/scrolling/before-realize/constant-height/path-0-no-align:  OK
+  /TreeView/scrolling/before-realize/constant-height/path-2-no-align:  OK
+  /TreeView/scrolling/before-realize/constant-height/path-5-no-align:  OK
+  /TreeView/scrolling/before-realize/constant-height/path-8-no-align:  OK
+  /TreeView/scrolling/before-realize/constant-height/path-10-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-250-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-500-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-750-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-990-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-991-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-995-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-997-no-align: OK
+ /TreeView/scrolling/before-realize/constant-height/path-999-no-align: OK
+  /TreeView/scrolling/before-realize/constant-height/path-0-align-0.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-2-align-0.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-5-align-0.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-8-align-0.0: OK
+ /TreeView/scrolling/before-realize/constant-height/path-10-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-250-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-500-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-750-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-990-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-991-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-995-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-997-align-0.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-999-align-0.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-0-align-0.5: OK
+  /TreeView/scrolling/before-realize/constant-height/path-2-align-0.5: OK
+  /TreeView/scrolling/before-realize/constant-height/path-5-align-0.5: OK
+  /TreeView/scrolling/before-realize/constant-height/path-8-align-0.5: OK
+ /TreeView/scrolling/before-realize/constant-height/path-10-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-250-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-500-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-750-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-990-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-991-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-995-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-997-align-0.5: OK
+/TreeView/scrolling/before-realize/constant-height/path-999-align-0.5: OK
+  /TreeView/scrolling/before-realize/constant-height/path-0-align-1.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-2-align-1.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-5-align-1.0: OK
+  /TreeView/scrolling/before-realize/constant-height/path-8-align-1.0: OK
+ /TreeView/scrolling/before-realize/constant-height/path-10-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-250-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-500-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-750-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-990-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-991-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-995-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-997-align-1.0: OK
+/TreeView/scrolling/before-realize/constant-height/path-999-align-1.0: OK
+  /TreeView/scrolling/after-realize/constant-height/path-0-no-align:   OK
+  /TreeView/scrolling/after-realize/constant-height/path-2-no-align:   OK
+  /TreeView/scrolling/after-realize/constant-height/path-5-no-align:   OK
+  /TreeView/scrolling/after-realize/constant-height/path-8-no-align:   OK
+  /TreeView/scrolling/after-realize/constant-height/path-10-no-align:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-250-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-500-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-750-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-990-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-991-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-995-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-997-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-999-no-align: OK
+  /TreeView/scrolling/after-realize/constant-height/path-0-align-0.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-2-align-0.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-5-align-0.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-8-align-0.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-10-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-250-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-500-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-750-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-990-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-991-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-995-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-997-align-0.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-999-align-0.0: OK
+  /TreeView/scrolling/after-realize/constant-height/path-0-align-0.5:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-2-align-0.5:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-5-align-0.5:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-8-align-0.5:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-10-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-250-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-500-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-750-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-990-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-991-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-995-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-997-align-0.5: OK
+ /TreeView/scrolling/after-realize/constant-height/path-999-align-0.5: OK
+  /TreeView/scrolling/after-realize/constant-height/path-0-align-1.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-2-align-1.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-5-align-1.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-8-align-1.0:  OK
+  /TreeView/scrolling/after-realize/constant-height/path-10-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-250-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-500-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-750-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-990-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-991-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-995-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-997-align-1.0: OK
+ /TreeView/scrolling/after-realize/constant-height/path-999-align-1.0: OK
+  /TreeView/scrolling/single-row/no-align:                             OK
+  /TreeView/scrolling/single-row/align-0.0:                            OK
+  /TreeView/scrolling/single-row/align-0.5:                            OK
+  /TreeView/scrolling/single-row/align-1.0:                            OK
+  /TreeView/scrolling/new-row/path-0:                                  OK
+  /TreeView/scrolling/new-row/path-4:                                  OK
+  /TreeView/scrolling/new-row/path-8:                                  OK
+  /TreeView/scrolling/new-row/path-500:                                OK
+  /TreeView/scrolling/new-row/path-999:                                OK
+  /TreeView/scrolling/new-row/tree:                                    OK
+  /TreeView/scrolling/specific/bug-316689:                             OK
+  /TreeView/scrolling/specific/bug-359231:                             OK
+PASS: treeview-scrolling
+TEST: recentmanager...
+Xlib:  extension "RANDR" missing on display ":101".
+  /recent-manager/get-default:                                         OK
+  /recent-manager/add:                                                 OK
+  /recent-manager/add-many:                                            OK
+  /recent-manager/has-item:                                            OK
+  /recent-manager/move-item:                                           OK
+  /recent-manager/lookup-item:                                         OK
+  /recent-manager/remove-item:                                         OK
+  /recent-manager/purge:                                               OK
+PASS: recentmanager
+TEST: floating...
+Xlib:  extension "RANDR" missing on display ":101".
+  /floatingtest:                                                       OK
+PASS: floating
+TEST: object...
+Xlib:  extension "RANDR" missing on display ":101".
+  /properties/GtkAboutDialog:                                          OK
+  /properties/GtkAccelLabel:                                           OK
+  /properties/GtkAlignment:                                            OK
+  /properties/GtkArrow:                                                OK
+  /properties/GtkAspectFrame:                                          OK
+  /properties/GtkAssistant:                                            OK
+  /properties/GtkButton:                                               OK
+  /properties/GtkCalendar:                                             OK
+  /properties/GtkCellView:                                             OK
+  /properties/GtkCheckButton:                                          OK
+  /properties/GtkCheckMenuItem:                                        OK
+  /properties/GtkColorButton:                                          OK
+  /properties/GtkColorSelectionDialog:                                 OK
+  /properties/GtkColorSelection:                                       OK
+  /properties/GtkComboBox:                                             OK
+  /properties/GtkComboBoxText:                                         OK
+  /properties/GtkDialog:                                               OK
+  /properties/GtkDrawingArea:                                          OK
+  /properties/GtkEntry:                                                OK
+  /properties/GtkEventBox:                                             OK
+  /properties/GtkExpander:                                             OK
+  /properties/GtkFileChooserButton:                                    OK
+  /properties/GtkFileChooserDialog:                                    OK
+  /properties/GtkFileChooserWidget:                                    OK
+  /properties/GtkFixed:                                                OK
+  /properties/GtkFontButton:                                           OK
+  /properties/GtkFontSelectionDialog:                                  OK
+  /properties/GtkFontSelection:                                        OK
+  /properties/GtkFrame:                                                OK
+  /properties/GtkHandleBox:                                            OK
+  /properties/GtkHBox:                                                 OK
+  /properties/GtkHButtonBox:                                           OK
+  /properties/GtkHPaned:                                               OK
+  /properties/GtkHScale:                                               OK
+  /properties/GtkHScrollbar:                                           OK
+  /properties/GtkHSeparator:                                           OK
+  /properties/GtkHSV:                                                  OK
+  /properties/GtkIconView:                                             OK
+  /properties/GtkImage:                                                OK
+  /properties/GtkImageMenuItem:                                        OK
+  /properties/GtkInfoBar:                                              OK
+  /properties/GtkInvisible:                                            OK
+  /properties/GtkLabel:                                                OK
+  /properties/GtkLayout:                                               OK
+  /properties/GtkLinkButton:                                           OK
+  /properties/GtkMenuBar:                                              OK
+  /properties/GtkMenu:                                                 OK
+  /properties/GtkMenuItem:                                             OK
+  /properties/GtkMenuToolButton:                                       OK
+  /properties/GtkMessageDialog:                                        OK
+  /properties/GtkNotebook:                                             OK
+  /properties/GtkOffscreenWindow:                                      OK
+  /properties/GtkPlug:                                                 OK
+  /properties/GtkProgressBar:                                          OK
+  /properties/GtkRadioButton:                                          OK
+  /properties/GtkRadioMenuItem:                                        OK
+  /properties/GtkRadioToolButton:                                      OK
+  /properties/GtkRecentChooserDialog:                                  OK
+  /properties/GtkRecentChooserMenu:                                    OK
+  /properties/GtkRecentChooserWidget:                                  OK
+  /properties/GtkScaleButton:                                          OK
+  /properties/GtkScrolledWindow:                                       OK
+  /properties/GtkSeparatorMenuItem:                                    OK
+  /properties/GtkSeparatorToolItem:                                    OK
+  /properties/GtkSocket:                                               OK
+  /properties/GtkSpinButton:                                           OK
+  /properties/GtkSpinner:                                              OK
+  /properties/GtkStatusbar:                                            OK
+  /properties/GtkTable:                                                OK
+  /properties/GtkTearoffMenuItem:                                      OK
+  /properties/GtkText:                                                 OK
+  /properties/GtkTextView:                                             OK
+  /properties/GtkToggleButton:                                         OK
+  /properties/GtkToggleToolButton:                                     OK
+  /properties/GtkToolbar:                                              OK
+  /properties/GtkToolButton:                                           OK
+  /properties/GtkToolItem:                                             OK
+  /properties/GtkToolItemGroup:                                        OK
+  /properties/GtkToolPalette:                                          OK
+  /properties/GtkTree:                                                 OK
+  /properties/GtkTreeItem:                                             OK
+  /properties/GtkTreeView:                                             OK
+  /properties/GtkVBox:                                                 OK
+  /properties/GtkVButtonBox:                                           OK
+  /properties/GtkViewport:                                             OK
+  /properties/GtkVolumeButton:                                         OK
+  /properties/GtkVPaned:                                               OK
+  /properties/GtkVScale:                                               OK
+  /properties/GtkVScrollbar:                                           OK
+  /properties/GtkVSeparator:                                           OK
+  /properties/GtkWindow:                                               OK
+PASS: object
+TEST: builder...
+Xlib:  extension "RANDR" missing on display ":101".
+  /Builder/Parser:                                                     OK
+  /Builder/Types:                                                      OK
+  /Builder/Construct-Only Properties:                                  OK
+  /Builder/Children:                                                   OK
+  /Builder/Child Properties:                                           OK
+  /Builder/Object Properties:                                          OK
+  /Builder/Notebook:                                                   OK
+  /Builder/Domain:                                                     OK
+  /Builder/Signal Autoconnect:                                         OK
+  /Builder/UIManager Simple:                                           OK
+  /Builder/Spin Button:                                                OK
+  /Builder/SizeGroup:                                                  OK
+  /Builder/ListStore:                                                  OK
+  /Builder/TreeStore:                                                  OK
+  /Builder/TreeView Column:                                            OK
+  /Builder/IconView:                                                   OK
+  /Builder/ComboBox:                                                   OK
+  /Builder/CellView:                                                   OK
+  /Builder/Dialog:                                                     OK
+  /Builder/Accelerators:                                               OK
+  /Builder/Widget:                                                     OK
+  /Builder/Value From String:                                          OK
+  /Builder/Reference Counting:                                         OK
+  /Builder/Window:                                                     OK
+  /Builder/IconFactory:                                                OK
+  /Builder/PangoAttributes:                                            OK
+  /Builder/Requires:                                                   OK
+  /Builder/AddObjects:                                                 OK
+  /Builder/Menus:                                                      OK
+  /Builder/MessageArea:                                                OK
+  /Builder/MessageDialog:                                              OK
+PASS: builder
+TEST: defaultvalue...
+Xlib:  extension "RANDR" missing on display ":101".
+  /Default Values/GdkAppLaunchContext:                                 OK
+  /Default Values/GdkAxisUse:                                          OK
+  /Default Values/GdkByteOrder:                                        OK
+  /Default Values/GdkCapStyle:                                         OK
+  /Default Values/GdkColor:                                            OK
+  /Default Values/GdkColormap:                                         OK
+  /Default Values/GdkColorspace:                                       OK
+  /Default Values/GdkCrossingMode:                                     OK
+  /Default Values/GdkCursor:                                           OK
+  /Default Values/GdkCursorType:                                       OK
+  /Default Values/GdkDevice:                                           OK
+  /Default Values/GdkDisplay:                                          OK
+  /Default Values/GdkDisplayManager:                                   OK
+  /Default Values/GdkDragAction:                                       OK
+  /Default Values/GdkDragContext:                                      OK
+  /Default Values/GdkDragProtocol:                                     OK
+  /Default Values/GdkDrawable:                                         OK
+  /Default Values/GdkEvent:                                            OK
+  /Default Values/GdkEventMask:                                        OK
+  /Default Values/GdkEventType:                                        OK
+  /Default Values/GdkExtensionMode:                                    OK
+  /Default Values/GdkFill:                                             OK
+  /Default Values/GdkFillRule:                                         OK
+  /Default Values/GdkFilterReturn:                                     OK
+  /Default Values/GdkFont:                                             OK
+  /Default Values/GdkFontType:                                         OK
+  /Default Values/GdkFunction:                                         OK
+  /Default Values/GdkGC:                                               OK
+  /Default Values/GdkGCValuesMask:                                     OK
+  /Default Values/GdkGrabStatus:                                       OK
+  /Default Values/GdkGravity:                                          OK
+  /Default Values/GdkImage:                                            OK
+  /Default Values/GdkImageType:                                        OK
+  /Default Values/GdkInputCondition:                                   OK
+  /Default Values/GdkInputMode:                                        OK
+  /Default Values/GdkInputSource:                                      OK
+  /Default Values/GdkInterpType:                                       OK
+  /Default Values/GdkJoinStyle:                                        OK
+  /Default Values/GdkKeymap:                                           OK
+  /Default Values/GdkLineStyle:                                        OK
+  /Default Values/GdkModifierType:                                     OK
+  /Default Values/GdkNotifyType:                                       OK
+  /Default Values/GdkOverlapType:                                      OK
+  /Default Values/GdkOwnerChange:                                      OK
+  /Default Values/GdkPangoRenderer:                                    OK
+  /Default Values/GdkPixbufAlphaMode:                                  OK
+  /Default Values/GdkPixbufAnimation:                                  OK
+  /Default Values/GdkPixbufAnimationIter:                              OK
+  /Default Values/GdkPixbufError:                                      OK
+  /Default Values/GdkPixbufFormat:                                     OK
+  /Default Values/GdkPixbuf:                                           OK
+  /Default Values/GdkPixbufLoader:                                     OK
+  /Default Values/GdkPixbufRotation:                                   OK
+  /Default Values/GdkPixbufSimpleAnim:                                 OK
+  /Default Values/GdkPixbufSimpleAnimIter:                             OK
+  /Default Values/GdkPixmap:                                           OK
+  /Default Values/GdkPropertyState:                                    OK
+  /Default Values/GdkPropMode:                                         OK
+  /Default Values/GdkRectangle:                                        OK
+  /Default Values/GdkRgbDither:                                        OK
+  /Default Values/GdkScreen:                                           OK
+  /Default Values/GdkScrollDirection:                                  OK
+  /Default Values/GdkSettingAction:                                    OK
+  /Default Values/GdkStatus:                                           OK
+  /Default Values/GdkSubwindowMode:                                    OK
+  /Default Values/GdkVisibilityState:                                  OK
+  /Default Values/GdkVisual:                                           OK
+  /Default Values/GdkVisualType:                                       OK
+  /Default Values/GdkWindowAttributesType:                             OK
+  /Default Values/GdkWindowClass:                                      OK
+  /Default Values/GdkWindowEdge:                                       OK
+  /Default Values/GdkWindowHints:                                      OK
+  /Default Values/GdkWindow:                                           OK
+  /Default Values/GdkWindowState:                                      OK
+  /Default Values/GdkWindowType:                                       OK
+  /Default Values/GdkWindowTypeHint:                                   OK
+  /Default Values/GdkWMDecoration:                                     OK
+  /Default Values/GdkWMFunction:                                       OK
+  /Default Values/GtkAboutDialog:                                      OK
+  /Default Values/GtkAccelFlags:                                       OK
+  /Default Values/GtkAccelGroup:                                       OK
+  /Default Values/GtkAccelLabel:                                       OK
+  /Default Values/GtkAccelMap:                                         OK
+  /Default Values/GtkAccessible:                                       OK
+  /Default Values/GtkAction:                                           OK
+  /Default Values/GtkActionGroup:                                      OK
+  /Default Values/GtkActivatable:                                      OK
+  /Default Values/GtkAdjustment:                                       OK
+  /Default Values/GtkAlignment:                                        OK
+  /Default Values/GtkAnchorType:                                       OK
+  /Default Values/GtkArgFlags:                                         OK
+  /Default Values/GtkArrow:                                            OK
+  /Default Values/GtkArrowPlacement:                                   OK
+  /Default Values/GtkArrowType:                                        OK
+  /Default Values/GtkAspectFrame:                                      OK
+  /Default Values/GtkAssistant:                                        OK
+  /Default Values/GtkAssistantPageType:                                OK
+  /Default Values/GtkAttachOptions:                                    OK
+  /Default Values/GtkBin:                                              OK
+  /Default Values/GtkBorder:                                           OK
+  /Default Values/GtkBox:                                              OK
+  /Default Values/GtkBuildable:                                        OK
+  /Default Values/GtkBuilderError:                                     OK
+  /Default Values/GtkBuilder:                                          OK
+  /Default Values/GtkButtonAction:                                     OK
+  /Default Values/GtkButtonBox:                                        OK
+  /Default Values/GtkButtonBoxStyle:                                   OK
+  /Default Values/GtkButton:                                           OK
+  /Default Values/GtkButtonsType:                                      OK
+  /Default Values/GtkCalendarDisplayOptions:                           OK
+  /Default Values/GtkCalendar:                                         OK
+  /Default Values/GtkCellEditable:                                     OK
+  /Default Values/GtkCellLayout:                                       OK
+  /Default Values/GtkCellRendererAccel:                                OK
+  /Default Values/GtkCellRendererAccelMode:                            OK
+  /Default Values/GtkCellRendererCombo:                                OK
+  /Default Values/GtkCellRenderer:                                     OK
+  /Default Values/GtkCellRendererMode:                                 OK
+  /Default Values/GtkCellRendererPixbuf:                               OK
+  /Default Values/GtkCellRendererProgress:                             OK
+  /Default Values/GtkCellRendererSpin:                                 OK
+  /Default Values/GtkCellRendererSpinner:                              OK
+  /Default Values/GtkCellRendererState:                                OK
+  /Default Values/GtkCellRendererText:                                 OK
+  /Default Values/GtkCellRendererToggle:                               OK
+  /Default Values/GtkCellType:                                         OK
+  /Default Values/GtkCellView:                                         OK
+  /Default Values/GtkCheckButton:                                      OK
+  /Default Values/GtkCheckMenuItem:                                    OK
+  /Default Values/GtkClipboard:                                        OK
+  /Default Values/GtkCListDragPos:                                     OK
+  /Default Values/GtkColorButton:                                      OK
+  /Default Values/GtkColorSelectionDialog:                             OK
+  /Default Values/GtkColorSelection:                                   OK
+  /Default Values/GtkComboBox:                                         OK
+  /Default Values/GtkComboBoxText:                                     OK
+  /Default Values/GtkContainer:                                        OK
+  /Default Values/GtkCornerType:                                       OK
+  /Default Values/GtkCTreeExpanderStyle:                               OK
+  /Default Values/GtkCTreeExpansionType:                               OK
+  /Default Values/GtkCTreeLineStyle:                                   OK
+  /Default Values/GtkCTreePos:                                         OK
+  /Default Values/GtkCurveType:                                        OK
+  /Default Values/GtkDebugFlag:                                        OK
+  /Default Values/GtkDeleteType:                                       OK
+  /Default Values/GtkDestDefaults:                                     OK
+  /Default Values/GtkDialogFlags:                                      OK
+  /Default Values/GtkDialog:                                           OK
+  /Default Values/GtkDirectionType:                                    OK
+  /Default Values/GtkDragResult:                                       OK
+  /Default Values/GtkDrawingArea:                                      OK
+  /Default Values/GtkEditable:                                         OK
+  /Default Values/GtkEntryBuffer:                                      OK
+  /Default Values/GtkEntryCompletion:                                  OK
+  /Default Values/GtkEntry:                                            OK
+  /Default Values/GtkEntryIconPosition:                                OK
+  /Default Values/GtkEventBox:                                         OK
+  /Default Values/GtkExpander:                                         OK
+  /Default Values/GtkExpanderStyle:                                    OK
+  /Default Values/GtkFileChooserAction:                                OK
+  /Default Values/GtkFileChooserButton:                                OK
+  /Default Values/GtkFileChooserConfirmation:                          OK
+  /Default Values/GtkFileChooserDialog:                                OK
+  /Default Values/GtkFileChooserError:                                 OK
+  /Default Values/GtkFileChooser:                                      OK
+  /Default Values/GtkFileChooserWidget:                                OK
+  /Default Values/GtkFileFilterFlags:                                  OK
+  /Default Values/GtkFileFilter:                                       OK
+  /Default Values/GtkFixed:                                            OK
+  /Default Values/GtkFontButton:                                       OK
+  /Default Values/GtkFontSelectionDialog:                              OK
+  /Default Values/GtkFontSelection:                                    OK
+  /Default Values/GtkFrame:                                            OK
+  /Default Values/GtkHandleBox:                                        OK
+  /Default Values/GtkHBox:                                             OK
+  /Default Values/GtkHButtonBox:                                       OK
+  /Default Values/GtkHPaned:                                           OK
+  /Default Values/GtkHScale:                                           OK
+  /Default Values/GtkHScrollbar:                                       OK
+  /Default Values/GtkHSeparator:                                       OK
+  /Default Values/GtkHSV:                                              OK
+  /Default Values/GtkIconFactory:                                      OK
+  /Default Values/GtkIconInfo:                                         OK
+  /Default Values/GtkIconLookupFlags:                                  OK
+  /Default Values/GtkIconSet:                                          OK
+  /Default Values/GtkIconSize:                                         OK
+  /Default Values/GtkIconSource:                                       OK
+  /Default Values/GtkIconThemeError:                                   OK
+  /Default Values/GtkIconTheme:                                        OK
+  /Default Values/GtkIconViewDropPosition:                             OK
+  /Default Values/GtkIconView:                                         OK
+  /Default Values/GtkIdentifier:                                       OK
+  /Default Values/GtkImage:                                            OK
+  /Default Values/GtkImageMenuItem:                                    OK
+  /Default Values/GtkImageType:                                        OK
+  /Default Values/GtkIMContext:                                        OK
+  /Default Values/GtkIMContextSimple:                                  OK
+  /Default Values/GtkIMMulticontext:                                   OK
+  /Default Values/GtkIMPreeditStyle:                                   OK
+  /Default Values/GtkIMStatusStyle:                                    OK
+  /Default Values/GtkInfoBar:                                          OK
+  /Default Values/GtkInvisible:                                        OK
+  /Default Values/GtkItem:                                             OK
+  /Default Values/GtkJustification:                                    OK
+  /Default Values/GtkLabel:                                            OK
+  /Default Values/GtkLayout:                                           OK
+  /Default Values/GtkLinkButton:                                       OK
+  /Default Values/GtkListStore:                                        OK
+  /Default Values/GtkMatchType:                                        OK
+  /Default Values/GtkMenuBar:                                          OK
+  /Default Values/GtkMenuDirectionType:                                OK
+  /Default Values/GtkMenu:                                             OK
+  /Default Values/GtkMenuItem:                                         OK
+  /Default Values/GtkMenuShell:                                        OK
+  /Default Values/GtkMenuToolButton:                                   OK
+  /Default Values/GtkMessageDialog:                                    OK
+  /Default Values/GtkMessageType:                                      OK
+  /Default Values/GtkMetricType:                                       OK
+  /Default Values/GtkMisc:                                             OK
+  /Default Values/GtkMountOperation:                                   OK
+  /Default Values/GtkMovementStep:                                     OK
+  /Default Values/GtkNotebook:                                         OK
+  /Default Values/GtkNotebookTab:                                      OK
+  /Default Values/GtkNumberUpLayout:                                   OK
+  /Default Values/GtkObjectFlags:                                      OK
+  /Default Values/GtkObject:                                           OK
+  /Default Values/GtkOffscreenWindow:                                  OK
+  /Default Values/GtkOrientable:                                       OK
+  /Default Values/GtkOrientation:                                      OK
+  /Default Values/GtkPackDirection:                                    OK
+  /Default Values/GtkPackType:                                         OK
+  /Default Values/GtkPageOrientation:                                  OK
+  /Default Values/GtkPageSet:                                          OK
+  /Default Values/GtkPageSetup:                                        OK
+  /Default Values/GtkPaned:                                            OK
+  /Default Values/GtkPaperSize:                                        OK
+  /Default Values/GtkPathPriorityType:                                 OK
+  /Default Values/GtkPathType:                                         OK
+  /Default Values/GtkPlug:                                             OK
+  /Default Values/GtkPolicyType:                                       OK
+  /Default Values/GtkPositionType:                                     OK
+  /Default Values/GtkPreviewType:                                      OK
+  /Default Values/GtkPrintContext:                                     OK
+  /Default Values/GtkPrintDuplex:                                      OK
+  /Default Values/GtkPrintError:                                       OK
+  /Default Values/GtkPrintOperationAction:                             OK
+  /Default Values/GtkPrintOperation:                                   OK
+  /Default Values/GtkPrintOperationPreview:                            OK
+  /Default Values/GtkPrintOperationResult:                             OK
+  /Default Values/GtkPrintPages:                                       OK
+  /Default Values/GtkPrintQuality:                                     OK
+  /Default Values/GtkPrintSettings:                                    OK
+  /Default Values/GtkPrintStatus:                                      OK
+  /Default Values/GtkPrivateFlags:                                     OK
+  /Default Values/GtkProgressBar:                                      OK
+  /Default Values/GtkProgressBarOrientation:                           OK
+  /Default Values/GtkProgressBarStyle:                                 OK
+  /Default Values/GtkRadioAction:                                      OK
+  /Default Values/GtkRadioButton:                                      OK
+  /Default Values/GtkRadioMenuItem:                                    OK
+  /Default Values/GtkRadioToolButton:                                  OK
+  /Default Values/GtkRange:                                            OK
+  /Default Values/GtkRcFlags:                                          OK
+  /Default Values/GtkRcStyle:                                          OK
+  /Default Values/GtkRcTokenType:                                      OK
+  /Default Values/GtkRecentAction:                                     OK
+  /Default Values/GtkRecentChooserDialog:                              OK
+  /Default Values/GtkRecentChooserError:                               OK
+  /Default Values/GtkRecentChooser:                                    OK
+  /Default Values/GtkRecentChooserMenu:                                OK
+  /Default Values/GtkRecentChooserWidget:                              OK
+  /Default Values/GtkRecentFilterFlags:                                OK
+  /Default Values/GtkRecentFilter:                                     OK
+  /Default Values/GtkRecentInfo:                                       OK
+  /Default Values/GtkRecentManagerError:                               OK
+  /Default Values/GtkRecentManager:                                    OK
+  /Default Values/GtkRecentSortType:                                   OK
+  /Default Values/GtkReliefStyle:                                      OK
+  /Default Values/GtkRequisition:                                      OK
+  /Default Values/GtkResizeMode:                                       OK
+  /Default Values/GtkResponseType:                                     OK
+  /Default Values/GtkScaleButton:                                      OK
+  /Default Values/GtkScale:                                            OK
+  /Default Values/GtkScrollbar:                                        OK
+  /Default Values/GtkScrolledWindow:                                   OK
+  /Default Values/GtkScrollStep:                                       OK
+  /Default Values/GtkScrollType:                                       OK
+  /Default Values/GtkSelectionData:                                    OK
+  /Default Values/GtkSelectionMode:                                    OK
+  /Default Values/GtkSensitivityType:                                  OK
+  /Default Values/GtkSeparator:                                        OK
+  /Default Values/GtkSeparatorMenuItem:                                OK
+  /Default Values/GtkSeparatorToolItem:                                OK
+  /Default Values/GtkSettings:                                         OK
+  /Default Values/GtkShadowType:                                       OK
+  /Default Values/GtkSideType:                                         OK
+  /Default Values/GtkSignalRunType:                                    OK
+  /Default Values/GtkSizeGroup:                                        OK
+  /Default Values/GtkSizeGroupMode:                                    OK
+  /Default Values/GtkSocket:                                           OK
+  /Default Values/GtkSortType:                                         OK
+  /Default Values/GtkSpinButton:                                       OK
+  /Default Values/GtkSpinButtonUpdatePolicy:                           OK
+  /Default Values/GtkSpinner:                                          OK
+  /Default Values/GtkSpinType:                                         OK
+  /Default Values/GtkStateType:                                        OK
+  /Default Values/GtkStatusbar:                                        OK
+  /Default Values/GtkStatusIcon:                                       OK
+  /Default Values/GtkStyle:                                            OK
+  /Default Values/GtkSubmenuDirection:                                 OK
+  /Default Values/GtkSubmenuPlacement:                                 OK
+  /Default Values/GtkTable:                                            OK
+  /Default Values/GtkTargetFlags:                                      OK
+  /Default Values/GtkTargetList:                                       OK
+  /Default Values/GtkTearoffMenuItem:                                  OK
+  /Default Values/GtkTextAttributes:                                   OK
+  /Default Values/GtkTextBuffer:                                       OK
+  /Default Values/GtkTextBufferTargetInfo:                             OK
+  /Default Values/GtkTextChildAnchor:                                  OK
+  /Default Values/GtkTextDirection:                                    OK
+  /Default Values/GtkText:                                             OK
+  /Default Values/GtkTextIter:                                         OK
+  /Default Values/GtkTextMark:                                         OK
+  /Default Values/GtkTextSearchFlags:                                  OK
+  /Default Values/GtkTextTag:                                          OK
+  /Default Values/GtkTextTagTable:                                     OK
+  /Default Values/GtkTextView:                                         OK
+  /Default Values/GtkTextWindowType:                                   OK
+  /Default Values/GtkToggleAction:                                     OK
+  /Default Values/GtkToggleButton:                                     OK
+  /Default Values/GtkToggleToolButton:                                 OK
+  /Default Values/GtkToolbarChildType:                                 OK
+  /Default Values/GtkToolbar:                                          OK
+  /Default Values/GtkToolbarSpaceStyle:                                OK
+  /Default Values/GtkToolbarStyle:                                     OK
+  /Default Values/GtkToolButton:                                       OK
+  /Default Values/GtkToolItem:                                         OK
+  /Default Values/GtkToolItemGroup:                                    OK
+  /Default Values/GtkToolPaletteDragTargets:                           OK
+  /Default Values/GtkToolPalette:                                      OK
+  /Default Values/GtkToolShell:                                        OK
+  /Default Values/GtkTooltip:                                          OK
+  /Default Values/GtkTreeDragDest:                                     OK
+  /Default Values/GtkTreeDragSource:                                   OK
+  /Default Values/GtkTree:                                             OK
+  /Default Values/GtkTreeItem:                                         OK
+  /Default Values/GtkTreeIter:                                         OK
+  /Default Values/GtkTreeModelFilter:                                  OK
+  /Default Values/GtkTreeModelFlags:                                   OK
+  /Default Values/GtkTreeModel:                                        OK
+  /Default Values/GtkTreeModelSort:                                    OK
+  /Default Values/GtkTreePath:                                         OK
+  /Default Values/GtkTreeRowReference:                                 OK
+  /Default Values/GtkTreeSelection:                                    OK
+  /Default Values/GtkTreeSortable:                                     OK
+  /Default Values/GtkTreeStore:                                        OK
+  /Default Values/GtkTreeViewColumn:                                   OK
+  /Default Values/GtkTreeViewColumnSizing:                             OK
+  /Default Values/GtkTreeViewDropPosition:                             OK
+  /Default Values/GtkTreeView:                                         OK
+  /Default Values/GtkTreeViewGridLines:                                OK
+  /Default Values/GtkTreeViewMode:                                     OK
+  /Default Values/GtkUIManager:                                        OK
+  /Default Values/GtkUIManagerItemType:                                OK
+  /Default Values/GtkUnit:                                             OK
+  /Default Values/GtkUpdateType:                                       OK
+  /Default Values/GtkVBox:                                             OK
+  /Default Values/GtkVButtonBox:                                       OK
+  /Default Values/GtkViewport:                                         OK
+  /Default Values/GtkVisibility:                                       OK
+  /Default Values/GtkVolumeButton:                                     OK
+  /Default Values/GtkVPaned:                                           OK
+  /Default Values/GtkVScale:                                           OK
+  /Default Values/GtkVScrollbar:                                       OK
+  /Default Values/GtkVSeparator:                                       OK
+  /Default Values/GtkWidgetFlags:                                      OK
+  /Default Values/GtkWidget:                                           OK
+  /Default Values/GtkWidgetHelpType:                                   OK
+  /Default Values/GtkWindow:                                           OK
+  /Default Values/GtkWindowGroup:                                      OK
+  /Default Values/GtkWindowPosition:                                   OK
+  /Default Values/GtkWindowType:                                       OK
+  /Default Values/GtkWrapMode:                                         OK
+PASS: defaultvalue
+TEST: textbuffer...
+Xlib:  extension "RANDR" missing on display ":101".
+  /TextBuffer/UTF8 unknown char:                                       OK
+  /TextBuffer/Line separator:                                          OK
+  /TextBuffer/Backspace:                                               OK
+  /TextBuffer/Logical motion:                                          OK
+  /TextBuffer/Marks:                                                   OK
+  /TextBuffer/Empty buffer:                                            OK
+  /TextBuffer/Get and Set:                                             OK
+  /TextBuffer/Fill and Empty:                                          OK
+  /TextBuffer/Tag:                                                     OK
+PASS: textbuffer
+TEST: filtermodel...
+Xlib:  extension "RANDR" missing on display ":101".
+  /FilterModel/self/verify-test-suite:                                 OK
+  /FilterModel/self/verify-test-suite/vroot/depth-1:                   OK
+  /FilterModel/self/verify-test-suite/vroot/depth-2:                   OK
+  /FilterModel/filled/hide-root-level:                                 OK
+  /FilterModel/filled/hide-child-levels:                               OK
+  /FilterModel/filled/hide-root-level/vroot:                           OK
+  /FilterModel/filled/hide-child-levels/vroot:                         OK
+  /FilterModel/empty/show-nodes:                                       OK
+  /FilterModel/empty/show-multiple-nodes:                              OK
+  /FilterModel/empty/show-nodes/vroot:                                 OK
+  /FilterModel/empty/show-multiple-nodes/vroot:                        OK
+  /FilterModel/unfiltered/hide-single:                                 OK
+  /FilterModel/unfiltered/hide-single-child:                           OK
+  /FilterModel/unfiltered/hide-single-multi-level:                     OK
+  /FilterModel/unfiltered/show-single:                                 OK
+  /FilterModel/unfiltered/show-single-child:                           OK
+  /FilterModel/unfiltered/show-single-multi-level:                     OK
+  /FilterModel/unfiltered/hide-single/vroot:                           OK
+  /FilterModel/unfiltered/hide-single-child/vroot:                     OK
+  /FilterModel/unfiltered/hide-single-multi-level/vroot:               OK
+  /FilterModel/unfiltered/show-single/vroot:                           OK
+  /FilterModel/unfiltered/show-single-child/vroot:                     OK
+  /FilterModel/unfiltered/show-single-multi-level/vroot:               OK
+  /FilterModel/specific/path-dependent-filter:                         OK
+  /FilterModel/specific/append-after-collapse:                         OK
+  /FilterModel/specific/sort-filter-remove-node:                       OK
+  /FilterModel/specific/sort-filter-remove-root:                       OK
+  /FilterModel/specific/root-mixed-visibility:                         OK
+  /FilterModel/specific/has-child-filter:                              OK
+  /FilterModel/specific/root-has-child-filter:                         OK
+  /FilterModel/specific/filter-add-child:                              OK
+  /FilterModel/specific/list-store-clear:                              OK
+  /FilterModel/specific/bug-300089:                                    OK
+  /FilterModel/specific/bug-301558:                                    OK
+  /FilterModel/specific/bug-311955:                                    OK
+  /FilterModel/specific/bug-346800:                                    OK
+  /FilterModel/specific/bug-364946:                                    OK
+  /FilterModel/specific/bug-464173:                                    OK
+  /FilterModel/specific/bug-540201:                                    OK
+  /FilterModel/specific/bug-549287:                                    OK
+PASS: filtermodel
+TEST: expander...
+Xlib:  extension "RANDR" missing on display ":101".
+  /expander/click-expander:                                            OK
+  /expander/click-content-widget:                                      OK
+PASS: expander
+TEST: action...
+Xlib:  extension "RANDR" missing on display ":101".
+  /Action/MenuItem/label-notify-count:                                 OK
+PASS: action
+make[5]: Leaving directory '$(@D)/gtk/tests'
+make[4]: Leaving directory '$(@D)/gtk/tests'
+make[3]: Leaving directory '$(@D)/gtk'
+make[2]: Leaving directory '$(@D)/gtk'
+Making check in modules
+make[2]: Entering directory '$(@D)/modules'
+Making check in input
+make[3]: Entering directory '$(@D)/modules/input'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/modules/input'
+make[4]: Leaving directory '$(@D)/modules/input'
+make[3]: Leaving directory '$(@D)/modules/input'
+Making check in engines
+make[3]: Entering directory '$(@D)/modules/engines'
+Making check in pixbuf
+make[4]: Entering directory '$(@D)/modules/engines/pixbuf'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/engines/pixbuf'
+make[5]: Leaving directory '$(@D)/modules/engines/pixbuf'
+make[4]: Leaving directory '$(@D)/modules/engines/pixbuf'
+make[4]: Entering directory '$(@D)/modules/engines'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/engines'
+make[5]: Leaving directory '$(@D)/modules/engines'
+make[4]: Leaving directory '$(@D)/modules/engines'
+make[3]: Leaving directory '$(@D)/modules/engines'
+Making check in other
+make[3]: Entering directory '$(@D)/modules/other'
+Making check in gail
+make[4]: Entering directory '$(@D)/modules/other/gail'
+Making check in libgail-util
+make[5]: Entering directory '$(@D)/modules/other/gail/libgail-util'
+/usr/gnu/bin/make  check-local
+make[6]: Entering directory '$(@D)/modules/other/gail/libgail-util'
+make[6]: Leaving directory '$(@D)/modules/other/gail/libgail-util'
+make[5]: Leaving directory '$(@D)/modules/other/gail/libgail-util'
+Making check in tests
+make[5]: Entering directory '$(@D)/modules/other/gail/tests'
+/usr/gnu/bin/make  check-local
+make[6]: Entering directory '$(@D)/modules/other/gail/tests'
+make[6]: Leaving directory '$(@D)/modules/other/gail/tests'
+make[5]: Leaving directory '$(@D)/modules/other/gail/tests'
+make[5]: Entering directory '$(@D)/modules/other/gail'
+/usr/gnu/bin/make  check-local
+make[6]: Entering directory '$(@D)/modules/other/gail'
+make[6]: Leaving directory '$(@D)/modules/other/gail'
+make[5]: Leaving directory '$(@D)/modules/other/gail'
+make[4]: Leaving directory '$(@D)/modules/other/gail'
+make[4]: Entering directory '$(@D)/modules/other'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/other'
+make[5]: Leaving directory '$(@D)/modules/other'
+make[4]: Leaving directory '$(@D)/modules/other'
+make[3]: Leaving directory '$(@D)/modules/other'
+Making check in printbackends
+make[3]: Entering directory '$(@D)/modules/printbackends'
+Making check in file
+make[4]: Entering directory '$(@D)/modules/printbackends/file'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/printbackends/file'
+make[5]: Leaving directory '$(@D)/modules/printbackends/file'
+make[4]: Leaving directory '$(@D)/modules/printbackends/file'
+Making check in lpr
+make[4]: Entering directory '$(@D)/modules/printbackends/lpr'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/printbackends/lpr'
+make[5]: Leaving directory '$(@D)/modules/printbackends/lpr'
+make[4]: Leaving directory '$(@D)/modules/printbackends/lpr'
+Making check in cups
+make[4]: Entering directory '$(@D)/modules/printbackends/cups'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/printbackends/cups'
+make[5]: Leaving directory '$(@D)/modules/printbackends/cups'
+make[4]: Leaving directory '$(@D)/modules/printbackends/cups'
+make[4]: Entering directory '$(@D)/modules/printbackends'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/modules/printbackends'
+make[5]: Leaving directory '$(@D)/modules/printbackends'
+make[4]: Leaving directory '$(@D)/modules/printbackends'
+make[3]: Leaving directory '$(@D)/modules/printbackends'
+make[3]: Entering directory '$(@D)/modules'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/modules'
+make[4]: Leaving directory '$(@D)/modules'
+make[3]: Leaving directory '$(@D)/modules'
+make[2]: Leaving directory '$(@D)/modules'
+Making check in demos
+make[2]: Entering directory '$(@D)/demos'
+/usr/gnu/bin/make  check-recursive
+make[3]: Entering directory '$(@D)/demos'
+Making check in gtk-demo
+make[4]: Entering directory '$(@D)/demos/gtk-demo'
+/usr/gnu/bin/make  check-am
+make[5]: Entering directory '$(@D)/demos/gtk-demo'
+/usr/gnu/bin/make  check-local
+make[6]: Entering directory '$(@D)/demos/gtk-demo'
+make[6]: Leaving directory '$(@D)/demos/gtk-demo'
+make[5]: Leaving directory '$(@D)/demos/gtk-demo'
+make[4]: Leaving directory '$(@D)/demos/gtk-demo'
+make[4]: Entering directory '$(@D)/demos'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/demos'
+make[5]: Leaving directory '$(@D)/demos'
+make[4]: Leaving directory '$(@D)/demos'
+make[3]: Leaving directory '$(@D)/demos'
+make[2]: Leaving directory '$(@D)/demos'
+Making check in tests
+make[2]: Entering directory '$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS check-local
+make[3]: Entering directory '$(@D)/tests'
+make[4]: Entering directory '$(@D)/tests'
+PASS: autotestkeywords
+============================================================================
+Testsuite summary for gtk+ 2.24.28
+============================================================================
+# TOTAL: 1
+# PASS:  1
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[4]: Leaving directory '$(@D)/tests'
+make[3]: Leaving directory '$(@D)/tests'
+make[2]: Leaving directory '$(@D)/tests'
+Making check in perf
+make[2]: Entering directory '$(@D)/perf'
+/usr/gnu/bin/make  check-am
+make[3]: Entering directory '$(@D)/perf'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/perf'
+make[4]: Leaving directory '$(@D)/perf'
+make[3]: Leaving directory '$(@D)/perf'
+make[2]: Leaving directory '$(@D)/perf'
+Making check in docs
+make[2]: Entering directory '$(@D)/docs'
+Making check in tutorial
+make[3]: Entering directory '$(@D)/docs/tutorial'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/docs/tutorial'
+make[4]: Leaving directory '$(@D)/docs/tutorial'
+make[3]: Leaving directory '$(@D)/docs/tutorial'
+Making check in faq
+make[3]: Entering directory '$(@D)/docs/faq'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/docs/faq'
+make[4]: Leaving directory '$(@D)/docs/faq'
+make[3]: Leaving directory '$(@D)/docs/faq'
+Making check in reference
+make[3]: Entering directory '$(@D)/docs/reference'
+Making check in gdk
+make[4]: Entering directory '$(@D)/docs/reference/gdk'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/docs/reference/gdk'
+make[5]: Leaving directory '$(@D)/docs/reference/gdk'
+make[4]: Leaving directory '$(@D)/docs/reference/gdk'
+Making check in gtk
+make[4]: Entering directory '$(@D)/docs/reference/gtk'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/docs/reference/gtk'
+make[5]: Leaving directory '$(@D)/docs/reference/gtk'
+make[4]: Leaving directory '$(@D)/docs/reference/gtk'
+Making check in libgail-util
+make[4]: Entering directory '$(@D)/docs/reference/libgail-util'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/docs/reference/libgail-util'
+make[5]: Leaving directory '$(@D)/docs/reference/libgail-util'
+make[4]: Leaving directory '$(@D)/docs/reference/libgail-util'
+make[4]: Entering directory '$(@D)/docs/reference'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/docs/reference'
+make[5]: Leaving directory '$(@D)/docs/reference'
+make[4]: Leaving directory '$(@D)/docs/reference'
+make[3]: Leaving directory '$(@D)/docs/reference'
+Making check in tools
+make[3]: Entering directory '$(@D)/docs/tools'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/docs/tools'
+make[4]: Leaving directory '$(@D)/docs/tools'
+make[3]: Leaving directory '$(@D)/docs/tools'
+make[3]: Entering directory '$(@D)/docs'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/docs'
+make[4]: Leaving directory '$(@D)/docs'
+make[3]: Leaving directory '$(@D)/docs'
+make[2]: Leaving directory '$(@D)/docs'
+Making check in m4macros
+make[2]: Entering directory '$(@D)/m4macros'
+/usr/gnu/bin/make  check-local
+make[3]: Entering directory '$(@D)/m4macros'
+make[3]: Leaving directory '$(@D)/m4macros'
+make[2]: Leaving directory '$(@D)/m4macros'
+Making check in build
+make[2]: Entering directory '$(@D)/build'
+Making check in win32
+make[3]: Entering directory '$(@D)/build/win32'
+Making check in vs9
+make[4]: Entering directory '$(@D)/build/win32/vs9'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/build/win32/vs9'
+make[5]: Leaving directory '$(@D)/build/win32/vs9'
+make[4]: Leaving directory '$(@D)/build/win32/vs9'
+Making check in vs10
+make[4]: Entering directory '$(@D)/build/win32/vs10'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/build/win32/vs10'
+make[5]: Leaving directory '$(@D)/build/win32/vs10'
+make[4]: Leaving directory '$(@D)/build/win32/vs10'
+Making check in vs11
+make[4]: Entering directory '$(@D)/build/win32/vs11'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/build/win32/vs11'
+make[5]: Leaving directory '$(@D)/build/win32/vs11'
+make[4]: Leaving directory '$(@D)/build/win32/vs11'
+Making check in vs12
+make[4]: Entering directory '$(@D)/build/win32/vs12'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/build/win32/vs12'
+make[5]: Leaving directory '$(@D)/build/win32/vs12'
+make[4]: Leaving directory '$(@D)/build/win32/vs12'
+make[4]: Entering directory '$(@D)/build/win32'
+/usr/gnu/bin/make  check-local
+make[5]: Entering directory '$(@D)/build/win32'
+make[5]: Leaving directory '$(@D)/build/win32'
+make[4]: Leaving directory '$(@D)/build/win32'
+make[3]: Leaving directory '$(@D)/build/win32'
+make[3]: Entering directory '$(@D)/build'
+/usr/gnu/bin/make  check-local
+make[4]: Entering directory '$(@D)/build'
+make[4]: Leaving directory '$(@D)/build'
+make[3]: Leaving directory '$(@D)/build'
+make[2]: Leaving directory '$(@D)/build'
+make[2]: Entering directory '$(@D)'
+/usr/gnu/bin/make  check-local
+make[3]: Entering directory '$(@D)'
+make[3]: Leaving directory '$(@D)'
+make[2]: Leaving directory '$(@D)'
+make[1]: Leaving directory '$(@D)'
--- a/components/meta-packages/incorporation-cache	Mon Apr 25 23:38:12 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Sun Apr 24 19:27:51 2016 -0700
@@ -74,8 +74,6 @@
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/gobject/[email protected]
-consolidation/desktop/gnome-incorporation:library/desktop/gtk2/[email protected]
-consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/gtk3/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]