diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-16 06:45:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-16 06:45:56 +0800 |
commit | d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b (patch) | |
tree | 3acce6add1f11a4aa8aa09fc7969807500927007 | |
parent | f16a7adb5989617b118f0abeb11f62500dbd4d2c (diff) | |
download | marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar.gz marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar.bz2 marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar.lz marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar.xz marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.tar.zst marcuscom-ports-d75ebcd47a68b7cb6d5b8de21bb115c51d66f03b.zip |
Update to 3.8.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18376 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 107 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-docs_Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c | 20 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-descr | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 740 |
10 files changed, 933 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile new file mode 100644 index 000000000..d6be8748d --- /dev/null +++ b/x11-toolkits/gtk30/Makefile @@ -0,0 +1,107 @@ +# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> +# $FreeBSD$ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.53 2013/01/07 13:35:02 kwm Exp $ + +PORTNAME= gtk +PORTVERSION= 3.8.1 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DISTNAME= gtk+-${PORTVERSION} +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gimp Toolkit for X11 GUI (current stable version) + +LICENSE= LGPL20 + +USE_XZ= yes +LATEST_LINK= gtk30 + +.if !defined(REFERENCE_PORT) + +BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ + ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk +RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ + ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk + +USE_GMAKE= yes +USE_PERL5_BUILD=yes +MAKE_JOBS_UNSAFE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build +USES= pathfix +USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache +USE_GETTEXT= yes +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ + xcomposite +CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit +CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` ac_cv_path_SED="${SED}" + +GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ + org.gtk.Settings.ColorChooser.gschema.xml \ + org.gtk.Settings.FileChooser.gschema.xml + +MAN1= gtk-query-immodules-3.0.1 + +OPTIONS_DEFINE= CUPS COLORD DEBUG +OPTIONS_DEFAULT=CUPS COLORD +COLORD_DESC= Color profile support + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MCUPS} +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client +CONFIGURE_ARGS+=--enable-cups=auto +PLIST_SUB+= CUPS="" +.else +CONFIGURE_ARGS+=--disable-cups +PLIST_SUB+= CUPS="@comment " +.endif + +.if ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-debug=yes +.endif + +.if ${PORT_OPTIONS:MCOLORD} +LIB_DEPENDS+= colord:${PORTSDIR}/graphics/colord +CONFIGURE_ARGS+=--enable-colord +.else +CONFIGURE_ARGS+=--disable-colord +.endif + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ + ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' + @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in + @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ + ${WRKSRC}/gtk/Makefile.in + +pre-configure: +.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc) + @${ECHO_CMD} "${PKGNAME}: Needs cairo with X11 support enabled." + @${FALSE} +.endif + +pre-build: + @${RM} -rf ${WRKSRC}/docs/gtk.info* + +post-install: + -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ + ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null + @${MKDIR} ${PREFIX}/lib/gtk-3.0/modules + @${MKDIR} ${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/engines + @${MKDIR} ${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/loaders + ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/docs/reference/gtk/|} \ + ${PREFIX}/man/man1 + +.include <bsd.port.mk> + +.endif diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo new file mode 100644 index 000000000..281a0c2e9 --- /dev/null +++ b/x11-toolkits/gtk30/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/gtk+-3.8.1.tar.xz) = f43e7c7d7a0e2417225509e88f67799534c69abfbb6f615fc7a895bf15e31255 +SIZE (gnome3/gtk+-3.8.1.tar.xz) = 13675144 diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in new file mode 100644 index 000000000..610efe8e5 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-09-15 18:04:34.000000000 +0200 ++++ Makefile.in 2011-09-15 18:05:12.000000000 +0200 +@@ -422,7 +422,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests perf examples ++SRC_SUBDIRS = gdk gtk libgail-util modules demos perf examples + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + MAINTAINERCLEANFILES = \ diff --git a/x11-toolkits/gtk30/files/patch-docs_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_Makefile.in new file mode 100644 index 000000000..cc9e4c46a --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig 2010-12-24 00:14:51.000000000 +0100 ++++ docs/Makefile.in 2010-12-24 00:15:52.000000000 +0100 +@@ -220,7 +220,7 @@ + LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ + LT_VERSION_INFO = @LT_VERSION_INFO@ + MAINT = @MAINT@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + MANIFEST_TOOL = @MANIFEST_TOOL@ + MATH_LIB = @MATH_LIB@ + MKDIR_P = @MKDIR_P@ diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000..a9d1d5f21 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/Makefile.in.orig 2010-06-27 12:22:03.000000000 +0200 ++++ docs/reference/Makefile.in 2010-06-27 12:22:37.000000000 +0200 +@@ -354,7 +354,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SUBDIRS = gdk gtk libgail-util ++SUBDIRS = #gdk gtk libgail-util + GITIGNOREFILES = */*.1 + all: all-recursive + diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in new file mode 100644 index 000000000..862035f40 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in @@ -0,0 +1,10 @@ +--- docs/reference/gtk/Makefile.in.orig 2013-03-28 10:39:58.000000000 +0000 ++++ docs/reference/gtk/Makefile.in 2013-03-28 10:43:09.000000000 +0000 +@@ -852,7 +852,6 @@ + ######################################################################## + man_MANS = \ + gtk-query-immodules-3.0.1 \ +- gtk-update-icon-cache.1 \ + gtk-launch.1 \ + broadwayd.1 + diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c b/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c new file mode 100644 index 000000000..2a2c4aa06 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c @@ -0,0 +1,20 @@ +--- gtk/gtkbuilderparser.c.dist 2010-06-08 14:11:06.000000000 -0500 ++++ gtk/gtkbuilderparser.c 2010-06-08 14:11:33.000000000 -0500 +@@ -1051,7 +1051,7 @@ + /* Called for character data */ + /* text is not nul-terminated */ + static void +-text (GMarkupParseContext *context, ++XXXtext (GMarkupParseContext *context, + const gchar *text, + gsize text_len, + gpointer user_data, +@@ -1106,7 +1106,7 @@ + static const GMarkupParser parser = { + start_element, + end_element, +- text, ++ XXXtext, + NULL, + NULL + }; diff --git a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c new file mode 100644 index 000000000..206257551 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c @@ -0,0 +1,11 @@ +--- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 ++++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 +@@ -1505,7 +1505,7 @@ opentmp: + if (!validate_file (tmp_cache_path)) + { + g_printerr (_("The generated cache was invalid.\n")); +- /*g_unlink (tmp_cache_path);*/ ++ g_unlink (tmp_cache_path); + exit (1); + } + diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr new file mode 100644 index 000000000..e3c05e990 --- /dev/null +++ b/x11-toolkits/gtk30/pkg-descr @@ -0,0 +1,10 @@ +The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+ +essentially provides the building blocks from which GUIs can be +built. It is highly themable, and its functionality is highly +extensible. + +GTK+-3 is a very stable release, similar only in design to GTK+-2. +GTK+-3 can coexist happily alongside GTK+-2, but applications are +written for one version or the other. + +WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist new file mode 100644 index 000000000..263469f87 --- /dev/null +++ b/x11-toolkits/gtk30/pkg-plist @@ -0,0 +1,740 @@ +bin/gtk-launch +bin/gtk-query-immodules-3.0 +bin/gtk3-demo +bin/gtk3-demo-application +bin/gtk3-widget-factory +etc/gtk-3.0/im-multipress.conf +include/gail-3.0/libgail-util/gail-util.h +include/gail-3.0/libgail-util/gailmisc.h +include/gail-3.0/libgail-util/gailtextutil.h +include/gtk-3.0/gdk/gdk.h +include/gtk-3.0/gdk/gdkapplaunchcontext.h +include/gtk-3.0/gdk/gdkcairo.h +include/gtk-3.0/gdk/gdkcolor.h +include/gtk-3.0/gdk/gdkconfig.h +include/gtk-3.0/gdk/gdkcursor.h +include/gtk-3.0/gdk/gdkdevice.h +include/gtk-3.0/gdk/gdkdevicemanager.h +include/gtk-3.0/gdk/gdkdisplay.h +include/gtk-3.0/gdk/gdkdisplaymanager.h +include/gtk-3.0/gdk/gdkdnd.h +include/gtk-3.0/gdk/gdkenumtypes.h +include/gtk-3.0/gdk/gdkevents.h +include/gtk-3.0/gdk/gdkframeclock.h +include/gtk-3.0/gdk/gdkframetimings.h +include/gtk-3.0/gdk/gdkkeys.h +include/gtk-3.0/gdk/gdkkeysyms-compat.h +include/gtk-3.0/gdk/gdkkeysyms.h +include/gtk-3.0/gdk/gdkmain.h +include/gtk-3.0/gdk/gdkpango.h +include/gtk-3.0/gdk/gdkpixbuf.h +include/gtk-3.0/gdk/gdkprivate.h +include/gtk-3.0/gdk/gdkproperty.h +include/gtk-3.0/gdk/gdkrectangle.h +include/gtk-3.0/gdk/gdkrgba.h +include/gtk-3.0/gdk/gdkscreen.h +include/gtk-3.0/gdk/gdkselection.h +include/gtk-3.0/gdk/gdktestutils.h +include/gtk-3.0/gdk/gdkthreads.h +include/gtk-3.0/gdk/gdktypes.h +include/gtk-3.0/gdk/gdkversionmacros.h +include/gtk-3.0/gdk/gdkvisual.h +include/gtk-3.0/gdk/gdkwindow.h +include/gtk-3.0/gdk/gdkx.h +include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h +include/gtk-3.0/gdk/x11/gdkx11cursor.h +include/gtk-3.0/gdk/x11/gdkx11device-core.h +include/gtk-3.0/gdk/x11/gdkx11device-xi2.h +include/gtk-3.0/gdk/x11/gdkx11device.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager.h +include/gtk-3.0/gdk/x11/gdkx11display.h +include/gtk-3.0/gdk/x11/gdkx11displaymanager.h +include/gtk-3.0/gdk/x11/gdkx11dnd.h +include/gtk-3.0/gdk/x11/gdkx11keys.h +include/gtk-3.0/gdk/x11/gdkx11property.h +include/gtk-3.0/gdk/x11/gdkx11screen.h +include/gtk-3.0/gdk/x11/gdkx11selection.h +include/gtk-3.0/gdk/x11/gdkx11utils.h +include/gtk-3.0/gdk/x11/gdkx11visual.h +include/gtk-3.0/gdk/x11/gdkx11window.h +include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +include/gtk-3.0/gtk/deprecated/gtkfontsel.h +include/gtk-3.0/gtk/deprecated/gtkgradient.h +include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +include/gtk-3.0/gtk/deprecated/gtkhbbox.h +include/gtk-3.0/gtk/deprecated/gtkhbox.h +include/gtk-3.0/gtk/deprecated/gtkhpaned.h +include/gtk-3.0/gtk/deprecated/gtkhscale.h +include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +include/gtk-3.0/gtk/deprecated/gtkhseparator.h +include/gtk-3.0/gtk/deprecated/gtkhsv.h +include/gtk-3.0/gtk/deprecated/gtkrc.h +include/gtk-3.0/gtk/deprecated/gtkstyle.h +include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +include/gtk-3.0/gtk/deprecated/gtktable.h +include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +include/gtk-3.0/gtk/deprecated/gtkvbbox.h +include/gtk-3.0/gtk/deprecated/gtkvbox.h +include/gtk-3.0/gtk/deprecated/gtkvpaned.h +include/gtk-3.0/gtk/deprecated/gtkvscale.h +include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +include/gtk-3.0/gtk/deprecated/gtkvseparator.h +include/gtk-3.0/gtk/gtk-a11y.h +include/gtk-3.0/gtk/gtk.h +include/gtk-3.0/gtk/gtkaboutdialog.h +include/gtk-3.0/gtk/gtkaccelgroup.h +include/gtk-3.0/gtk/gtkaccellabel.h +include/gtk-3.0/gtk/gtkaccelmap.h +include/gtk-3.0/gtk/gtkaccessible.h +include/gtk-3.0/gtk/gtkaction.h +include/gtk-3.0/gtk/gtkactionable.h +include/gtk-3.0/gtk/gtkactiongroup.h +include/gtk-3.0/gtk/gtkactivatable.h +include/gtk-3.0/gtk/gtkadjustment.h +include/gtk-3.0/gtk/gtkalignment.h +include/gtk-3.0/gtk/gtkappchooser.h +include/gtk-3.0/gtk/gtkappchooserbutton.h +include/gtk-3.0/gtk/gtkappchooserdialog.h +include/gtk-3.0/gtk/gtkappchooserwidget.h +include/gtk-3.0/gtk/gtkapplication.h +include/gtk-3.0/gtk/gtkapplicationwindow.h +include/gtk-3.0/gtk/gtkarrow.h +include/gtk-3.0/gtk/gtkaspectframe.h +include/gtk-3.0/gtk/gtkassistant.h +include/gtk-3.0/gtk/gtkbbox.h +include/gtk-3.0/gtk/gtkbin.h +include/gtk-3.0/gtk/gtkbindings.h +include/gtk-3.0/gtk/gtkborder.h +include/gtk-3.0/gtk/gtkbox.h +include/gtk-3.0/gtk/gtkbuildable.h +include/gtk-3.0/gtk/gtkbuilder.h +include/gtk-3.0/gtk/gtkbutton.h +include/gtk-3.0/gtk/gtkcalendar.h +include/gtk-3.0/gtk/gtkcellarea.h +include/gtk-3.0/gtk/gtkcellareabox.h +include/gtk-3.0/gtk/gtkcellareacontext.h +include/gtk-3.0/gtk/gtkcelleditable.h +include/gtk-3.0/gtk/gtkcelllayout.h +include/gtk-3.0/gtk/gtkcellrenderer.h +include/gtk-3.0/gtk/gtkcellrendereraccel.h +include/gtk-3.0/gtk/gtkcellrenderercombo.h +include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +include/gtk-3.0/gtk/gtkcellrendererprogress.h +include/gtk-3.0/gtk/gtkcellrendererspin.h +include/gtk-3.0/gtk/gtkcellrendererspinner.h +include/gtk-3.0/gtk/gtkcellrenderertext.h +include/gtk-3.0/gtk/gtkcellrenderertoggle.h +include/gtk-3.0/gtk/gtkcellview.h +include/gtk-3.0/gtk/gtkcheckbutton.h +include/gtk-3.0/gtk/gtkcheckmenuitem.h +include/gtk-3.0/gtk/gtkclipboard.h +include/gtk-3.0/gtk/gtkcolorbutton.h +include/gtk-3.0/gtk/gtkcolorchooser.h +include/gtk-3.0/gtk/gtkcolorchooserdialog.h +include/gtk-3.0/gtk/gtkcolorchooserwidget.h +include/gtk-3.0/gtk/gtkcolorutils.h +include/gtk-3.0/gtk/gtkcombobox.h +include/gtk-3.0/gtk/gtkcomboboxtext.h +include/gtk-3.0/gtk/gtkcontainer.h +include/gtk-3.0/gtk/gtkcssprovider.h +include/gtk-3.0/gtk/gtkcsssection.h +include/gtk-3.0/gtk/gtkdebug.h +include/gtk-3.0/gtk/gtkdialog.h +include/gtk-3.0/gtk/gtkdnd.h +include/gtk-3.0/gtk/gtkdrawingarea.h +include/gtk-3.0/gtk/gtkeditable.h +include/gtk-3.0/gtk/gtkentry.h +include/gtk-3.0/gtk/gtkentrybuffer.h +include/gtk-3.0/gtk/gtkentrycompletion.h +include/gtk-3.0/gtk/gtkenums.h +include/gtk-3.0/gtk/gtkeventbox.h +include/gtk-3.0/gtk/gtkexpander.h +include/gtk-3.0/gtk/gtkfilechooser.h +include/gtk-3.0/gtk/gtkfilechooserbutton.h +include/gtk-3.0/gtk/gtkfilechooserdialog.h +include/gtk-3.0/gtk/gtkfilechooserwidget.h +include/gtk-3.0/gtk/gtkfilefilter.h +include/gtk-3.0/gtk/gtkfixed.h +include/gtk-3.0/gtk/gtkfontbutton.h +include/gtk-3.0/gtk/gtkfontchooser.h +include/gtk-3.0/gtk/gtkfontchooserdialog.h +include/gtk-3.0/gtk/gtkfontchooserwidget.h +include/gtk-3.0/gtk/gtkframe.h +include/gtk-3.0/gtk/gtkgrid.h +include/gtk-3.0/gtk/gtkiconfactory.h +include/gtk-3.0/gtk/gtkicontheme.h +include/gtk-3.0/gtk/gtkiconview.h +include/gtk-3.0/gtk/gtkimage.h +include/gtk-3.0/gtk/gtkimagemenuitem.h +include/gtk-3.0/gtk/gtkimcontext.h +include/gtk-3.0/gtk/gtkimcontextinfo.h +include/gtk-3.0/gtk/gtkimcontextsimple.h +include/gtk-3.0/gtk/gtkimmodule.h +include/gtk-3.0/gtk/gtkimmulticontext.h +include/gtk-3.0/gtk/gtkinfobar.h +include/gtk-3.0/gtk/gtkinvisible.h +include/gtk-3.0/gtk/gtklabel.h +include/gtk-3.0/gtk/gtklayout.h +include/gtk-3.0/gtk/gtklevelbar.h +include/gtk-3.0/gtk/gtklinkbutton.h +include/gtk-3.0/gtk/gtkliststore.h +include/gtk-3.0/gtk/gtklockbutton.h +include/gtk-3.0/gtk/gtkmain.h +include/gtk-3.0/gtk/gtkmenu.h +include/gtk-3.0/gtk/gtkmenubar.h +include/gtk-3.0/gtk/gtkmenubutton.h +include/gtk-3.0/gtk/gtkmenuitem.h +include/gtk-3.0/gtk/gtkmenushell.h +include/gtk-3.0/gtk/gtkmenutoolbutton.h +include/gtk-3.0/gtk/gtkmessagedialog.h +include/gtk-3.0/gtk/gtkmisc.h +include/gtk-3.0/gtk/gtkmodules.h +include/gtk-3.0/gtk/gtkmountoperation.h +include/gtk-3.0/gtk/gtknotebook.h +include/gtk-3.0/gtk/gtknumerableicon.h +include/gtk-3.0/gtk/gtkoffscreenwindow.h +include/gtk-3.0/gtk/gtkorientable.h +include/gtk-3.0/gtk/gtkoverlay.h +include/gtk-3.0/gtk/gtkpagesetup.h +include/gtk-3.0/gtk/gtkpaned.h +include/gtk-3.0/gtk/gtkpapersize.h +include/gtk-3.0/gtk/gtkplug.h +include/gtk-3.0/gtk/gtkprintcontext.h +include/gtk-3.0/gtk/gtkprintoperation.h +include/gtk-3.0/gtk/gtkprintoperationpreview.h +include/gtk-3.0/gtk/gtkprintsettings.h +include/gtk-3.0/gtk/gtkprogressbar.h +include/gtk-3.0/gtk/gtkradioaction.h +include/gtk-3.0/gtk/gtkradiobutton.h +include/gtk-3.0/gtk/gtkradiomenuitem.h +include/gtk-3.0/gtk/gtkradiotoolbutton.h +include/gtk-3.0/gtk/gtkrange.h +include/gtk-3.0/gtk/gtkrecentaction.h +include/gtk-3.0/gtk/gtkrecentchooser.h +include/gtk-3.0/gtk/gtkrecentchooserdialog.h +include/gtk-3.0/gtk/gtkrecentchoosermenu.h +include/gtk-3.0/gtk/gtkrecentchooserwidget.h +include/gtk-3.0/gtk/gtkrecentfilter.h +include/gtk-3.0/gtk/gtkrecentmanager.h +include/gtk-3.0/gtk/gtkscale.h +include/gtk-3.0/gtk/gtkscalebutton.h +include/gtk-3.0/gtk/gtkscrollable.h +include/gtk-3.0/gtk/gtkscrollbar.h +include/gtk-3.0/gtk/gtkscrolledwindow.h +include/gtk-3.0/gtk/gtksearchentry.h +include/gtk-3.0/gtk/gtkselection.h +include/gtk-3.0/gtk/gtkseparator.h +include/gtk-3.0/gtk/gtkseparatormenuitem.h +include/gtk-3.0/gtk/gtkseparatortoolitem.h +include/gtk-3.0/gtk/gtksettings.h +include/gtk-3.0/gtk/gtkshow.h +include/gtk-3.0/gtk/gtksizegroup.h +include/gtk-3.0/gtk/gtksizerequest.h +include/gtk-3.0/gtk/gtksocket.h +include/gtk-3.0/gtk/gtkspinbutton.h +include/gtk-3.0/gtk/gtkspinner.h +include/gtk-3.0/gtk/gtkstatusbar.h +include/gtk-3.0/gtk/gtkstatusicon.h +include/gtk-3.0/gtk/gtkstock.h +include/gtk-3.0/gtk/gtkstylecontext.h +include/gtk-3.0/gtk/gtkstyleproperties.h +include/gtk-3.0/gtk/gtkstyleprovider.h +include/gtk-3.0/gtk/gtkswitch.h +include/gtk-3.0/gtk/gtktestutils.h +include/gtk-3.0/gtk/gtktextattributes.h +include/gtk-3.0/gtk/gtktextbuffer.h +include/gtk-3.0/gtk/gtktextbufferrichtext.h +include/gtk-3.0/gtk/gtktextchild.h +include/gtk-3.0/gtk/gtktextdisplay.h +include/gtk-3.0/gtk/gtktextiter.h +include/gtk-3.0/gtk/gtktextlayout.h +include/gtk-3.0/gtk/gtktextmark.h +include/gtk-3.0/gtk/gtktexttag.h +include/gtk-3.0/gtk/gtktexttagtable.h +include/gtk-3.0/gtk/gtktextview.h +include/gtk-3.0/gtk/gtkthemingengine.h +include/gtk-3.0/gtk/gtktoggleaction.h +include/gtk-3.0/gtk/gtktogglebutton.h +include/gtk-3.0/gtk/gtktoggletoolbutton.h +include/gtk-3.0/gtk/gtktoolbar.h +include/gtk-3.0/gtk/gtktoolbutton.h +include/gtk-3.0/gtk/gtktoolitem.h +include/gtk-3.0/gtk/gtktoolitemgroup.h +include/gtk-3.0/gtk/gtktoolpalette.h +include/gtk-3.0/gtk/gtktoolshell.h +include/gtk-3.0/gtk/gtktooltip.h +include/gtk-3.0/gtk/gtktreednd.h +include/gtk-3.0/gtk/gtktreemodel.h +include/gtk-3.0/gtk/gtktreemodelfilter.h +include/gtk-3.0/gtk/gtktreemodelsort.h +include/gtk-3.0/gtk/gtktreeselection.h +include/gtk-3.0/gtk/gtktreesortable.h +include/gtk-3.0/gtk/gtktreestore.h +include/gtk-3.0/gtk/gtktreeview.h +include/gtk-3.0/gtk/gtktreeviewcolumn.h +include/gtk-3.0/gtk/gtktypebuiltins.h +include/gtk-3.0/gtk/gtktypes.h +include/gtk-3.0/gtk/gtkuimanager.h +include/gtk-3.0/gtk/gtkversion.h +include/gtk-3.0/gtk/gtkviewport.h +include/gtk-3.0/gtk/gtkvolumebutton.h +include/gtk-3.0/gtk/gtkwidget.h +include/gtk-3.0/gtk/gtkwidgetpath.h +include/gtk-3.0/gtk/gtkwindow.h +include/gtk-3.0/gtk/gtkx.h +include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h +include/gtk-3.0/unix-print/gtk/gtkprinter.h +include/gtk-3.0/unix-print/gtk/gtkprintjob.h +include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h +include/gtk-3.0/unix-print/gtk/gtkunixprint.h +lib/girepository-1.0/Gdk-3.0.typelib +lib/girepository-1.0/GdkX11-3.0.typelib +lib/girepository-1.0/Gtk-3.0.typelib +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-am-et.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.a +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.la +lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.so +lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache +%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.a +%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.la +%%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.so +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.a +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.la +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.so +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.a +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.la +lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.so +lib/libgailutil-3.a +lib/libgailutil-3.la +lib/libgailutil-3.so +lib/libgailutil-3.so.0 +lib/libgdk-3.a +lib/libgdk-3.la +lib/libgdk-3.so +lib/libgdk-3.so.0 +lib/libgtk-3.a +lib/libgtk-3.la +lib/libgtk-3.so +lib/libgtk-3.so.0 +libdata/pkgconfig/gail-3.0.pc +libdata/pkgconfig/gdk-3.0.pc +libdata/pkgconfig/gdk-x11-3.0.pc +libdata/pkgconfig/gtk+-3.0.pc +libdata/pkgconfig/gtk+-unix-print-3.0.pc +libdata/pkgconfig/gtk+-x11-3.0.pc +share/aclocal/gtk-3.0.m4 +share/gir-1.0/Gdk-3.0.gir +share/gir-1.0/GdkX11-3.0.gir +share/gir-1.0/Gtk-3.0.gir +share/gtk-3.0/gtkbuilder.rng +share/locale/af/LC_MESSAGES/gtk30-properties.mo +share/locale/af/LC_MESSAGES/gtk30.mo +share/locale/am/LC_MESSAGES/gtk30-properties.mo +share/locale/am/LC_MESSAGES/gtk30.mo +share/locale/an/LC_MESSAGES/gtk30-properties.mo +share/locale/an/LC_MESSAGES/gtk30.mo +share/locale/ang/LC_MESSAGES/gtk30-properties.mo +share/locale/ang/LC_MESSAGES/gtk30.mo +share/locale/ar/LC_MESSAGES/gtk30-properties.mo +share/locale/ar/LC_MESSAGES/gtk30.mo +share/locale/as/LC_MESSAGES/gtk30-properties.mo +share/locale/as/LC_MESSAGES/gtk30.mo +share/locale/ast/LC_MESSAGES/gtk30-properties.mo +share/locale/ast/LC_MESSAGES/gtk30.mo +share/locale/az/LC_MESSAGES/gtk30-properties.mo +share/locale/az/LC_MESSAGES/gtk30.mo +share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +share/locale/az_IR/LC_MESSAGES/gtk30.mo +share/locale/be/LC_MESSAGES/gtk30-properties.mo +share/locale/be/LC_MESSAGES/gtk30.mo +share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +share/locale/be@latin/LC_MESSAGES/gtk30.mo +share/locale/bg/LC_MESSAGES/gtk30-properties.mo +share/locale/bg/LC_MESSAGES/gtk30.mo +share/locale/bn/LC_MESSAGES/gtk30-properties.mo +share/locale/bn/LC_MESSAGES/gtk30.mo +share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +share/locale/bn_IN/LC_MESSAGES/gtk30.mo +share/locale/br/LC_MESSAGES/gtk30-properties.mo +share/locale/br/LC_MESSAGES/gtk30.mo +share/locale/bs/LC_MESSAGES/gtk30-properties.mo +share/locale/bs/LC_MESSAGES/gtk30.mo +share/locale/ca/LC_MESSAGES/gtk30-properties.mo +share/locale/ca/LC_MESSAGES/gtk30.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +share/locale/crh/LC_MESSAGES/gtk30-properties.mo +share/locale/crh/LC_MESSAGES/gtk30.mo +share/locale/cs/LC_MESSAGES/gtk30-properties.mo +share/locale/cs/LC_MESSAGES/gtk30.mo +share/locale/cy/LC_MESSAGES/gtk30-properties.mo +share/locale/cy/LC_MESSAGES/gtk30.mo +share/locale/da/LC_MESSAGES/gtk30-properties.mo +share/locale/da/LC_MESSAGES/gtk30.mo +share/locale/de/LC_MESSAGES/gtk30-properties.mo +share/locale/de/LC_MESSAGES/gtk30.mo +share/locale/dz/LC_MESSAGES/gtk30-properties.mo +share/locale/dz/LC_MESSAGES/gtk30.mo +share/locale/el/LC_MESSAGES/gtk30-properties.mo +share/locale/el/LC_MESSAGES/gtk30.mo +share/locale/en/LC_MESSAGES/gtk30-properties.mo +share/locale/en/LC_MESSAGES/gtk30.mo +share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +share/locale/en@shaw/LC_MESSAGES/gtk30.mo +share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +share/locale/en_CA/LC_MESSAGES/gtk30.mo +share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +share/locale/en_GB/LC_MESSAGES/gtk30.mo +share/locale/eo/LC_MESSAGES/gtk30-properties.mo +share/locale/eo/LC_MESSAGES/gtk30.mo +share/locale/es/LC_MESSAGES/gtk30-properties.mo +share/locale/es/LC_MESSAGES/gtk30.mo +share/locale/et/LC_MESSAGES/gtk30-properties.mo +share/locale/et/LC_MESSAGES/gtk30.mo +share/locale/eu/LC_MESSAGES/gtk30-properties.mo +share/locale/eu/LC_MESSAGES/gtk30.mo +share/locale/fa/LC_MESSAGES/gtk30-properties.mo +share/locale/fa/LC_MESSAGES/gtk30.mo +share/locale/fi/LC_MESSAGES/gtk30-properties.mo +share/locale/fi/LC_MESSAGES/gtk30.mo +share/locale/fr/LC_MESSAGES/gtk30-properties.mo +share/locale/fr/LC_MESSAGES/gtk30.mo +share/locale/ga/LC_MESSAGES/gtk30-properties.mo +share/locale/ga/LC_MESSAGES/gtk30.mo +share/locale/gl/LC_MESSAGES/gtk30-properties.mo +share/locale/gl/LC_MESSAGES/gtk30.mo +share/locale/gu/LC_MESSAGES/gtk30-properties.mo +share/locale/gu/LC_MESSAGES/gtk30.mo +share/locale/he/LC_MESSAGES/gtk30-properties.mo +share/locale/he/LC_MESSAGES/gtk30.mo +share/locale/hi/LC_MESSAGES/gtk30-properties.mo +share/locale/hi/LC_MESSAGES/gtk30.mo +share/locale/hr/LC_MESSAGES/gtk30-properties.mo +share/locale/hr/LC_MESSAGES/gtk30.mo +share/locale/hu/LC_MESSAGES/gtk30-properties.mo +share/locale/hu/LC_MESSAGES/gtk30.mo +share/locale/hy/LC_MESSAGES/gtk30-properties.mo +share/locale/hy/LC_MESSAGES/gtk30.mo +share/locale/ia/LC_MESSAGES/gtk30-properties.mo +share/locale/ia/LC_MESSAGES/gtk30.mo +share/locale/id/LC_MESSAGES/gtk30-properties.mo +share/locale/id/LC_MESSAGES/gtk30.mo +share/locale/io/LC_MESSAGES/gtk30-properties.mo +share/locale/io/LC_MESSAGES/gtk30.mo +share/locale/is/LC_MESSAGES/gtk30-properties.mo +share/locale/is/LC_MESSAGES/gtk30.mo +share/locale/it/LC_MESSAGES/gtk30-properties.mo +share/locale/it/LC_MESSAGES/gtk30.mo +share/locale/ja/LC_MESSAGES/gtk30-properties.mo +share/locale/ja/LC_MESSAGES/gtk30.mo +share/locale/ka/LC_MESSAGES/gtk30-properties.mo +share/locale/ka/LC_MESSAGES/gtk30.mo +share/locale/kg/LC_MESSAGES/gtk30-properties.mo +share/locale/kg/LC_MESSAGES/gtk30.mo +share/locale/kk/LC_MESSAGES/gtk30-properties.mo +share/locale/kk/LC_MESSAGES/gtk30.mo +share/locale/km/LC_MESSAGES/gtk30-properties.mo +share/locale/km/LC_MESSAGES/gtk30.mo +share/locale/kn/LC_MESSAGES/gtk30-properties.mo +share/locale/kn/LC_MESSAGES/gtk30.mo +share/locale/ko/LC_MESSAGES/gtk30-properties.mo +share/locale/ko/LC_MESSAGES/gtk30.mo +share/locale/ku/LC_MESSAGES/gtk30-properties.mo +share/locale/ku/LC_MESSAGES/gtk30.mo +share/locale/ky/LC_MESSAGES/gtk30-properties.mo +share/locale/ky/LC_MESSAGES/gtk30.mo +share/locale/lg/LC_MESSAGES/gtk30-properties.mo +share/locale/lg/LC_MESSAGES/gtk30.mo +share/locale/li/LC_MESSAGES/gtk30-properties.mo +share/locale/li/LC_MESSAGES/gtk30.mo +share/locale/lt/LC_MESSAGES/gtk30-properties.mo +share/locale/lt/LC_MESSAGES/gtk30.mo +share/locale/lv/LC_MESSAGES/gtk30-properties.mo +share/locale/lv/LC_MESSAGES/gtk30.mo +share/locale/mai/LC_MESSAGES/gtk30-properties.mo +share/locale/mai/LC_MESSAGES/gtk30.mo +share/locale/mi/LC_MESSAGES/gtk30-properties.mo +share/locale/mi/LC_MESSAGES/gtk30.mo +share/locale/mk/LC_MESSAGES/gtk30-properties.mo +share/locale/mk/LC_MESSAGES/gtk30.mo +share/locale/ml/LC_MESSAGES/gtk30-properties.mo +share/locale/ml/LC_MESSAGES/gtk30.mo +share/locale/mn/LC_MESSAGES/gtk30-properties.mo +share/locale/mn/LC_MESSAGES/gtk30.mo +share/locale/mr/LC_MESSAGES/gtk30-properties.mo +share/locale/mr/LC_MESSAGES/gtk30.mo +share/locale/ms/LC_MESSAGES/gtk30-properties.mo +share/locale/ms/LC_MESSAGES/gtk30.mo +share/locale/my/LC_MESSAGES/gtk30-properties.mo +share/locale/my/LC_MESSAGES/gtk30.mo +share/locale/nb/LC_MESSAGES/gtk30-properties.mo +share/locale/nb/LC_MESSAGES/gtk30.mo +share/locale/nds/LC_MESSAGES/gtk30-properties.mo +share/locale/nds/LC_MESSAGES/gtk30.mo +share/locale/ne/LC_MESSAGES/gtk30-properties.mo +share/locale/ne/LC_MESSAGES/gtk30.mo +share/locale/nl/LC_MESSAGES/gtk30-properties.mo +share/locale/nl/LC_MESSAGES/gtk30.mo +share/locale/nn/LC_MESSAGES/gtk30-properties.mo +share/locale/nn/LC_MESSAGES/gtk30.mo +share/locale/nso/LC_MESSAGES/gtk30-properties.mo +share/locale/nso/LC_MESSAGES/gtk30.mo +share/locale/oc/LC_MESSAGES/gtk30-properties.mo +share/locale/oc/LC_MESSAGES/gtk30.mo +share/locale/or/LC_MESSAGES/gtk30-properties.mo +share/locale/or/LC_MESSAGES/gtk30.mo +share/locale/pa/LC_MESSAGES/gtk30-properties.mo +share/locale/pa/LC_MESSAGES/gtk30.mo +share/locale/pl/LC_MESSAGES/gtk30-properties.mo +share/locale/pl/LC_MESSAGES/gtk30.mo +share/locale/ps/LC_MESSAGES/gtk30-properties.mo +share/locale/ps/LC_MESSAGES/gtk30.mo +share/locale/pt/LC_MESSAGES/gtk30-properties.mo +share/locale/pt/LC_MESSAGES/gtk30.mo +share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +share/locale/pt_BR/LC_MESSAGES/gtk30.mo +share/locale/ro/LC_MESSAGES/gtk30-properties.mo +share/locale/ro/LC_MESSAGES/gtk30.mo +share/locale/ru/LC_MESSAGES/gtk30-properties.mo +share/locale/ru/LC_MESSAGES/gtk30.mo +share/locale/rw/LC_MESSAGES/gtk30-properties.mo +share/locale/rw/LC_MESSAGES/gtk30.mo +share/locale/si/LC_MESSAGES/gtk30-properties.mo +share/locale/si/LC_MESSAGES/gtk30.mo +share/locale/sk/LC_MESSAGES/gtk30-properties.mo +share/locale/sk/LC_MESSAGES/gtk30.mo +share/locale/sl/LC_MESSAGES/gtk30-properties.mo +share/locale/sl/LC_MESSAGES/gtk30.mo +share/locale/sq/LC_MESSAGES/gtk30-properties.mo +share/locale/sq/LC_MESSAGES/gtk30.mo +share/locale/sr/LC_MESSAGES/gtk30-properties.mo +share/locale/sr/LC_MESSAGES/gtk30.mo +share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +share/locale/sr@ije/LC_MESSAGES/gtk30.mo +share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +share/locale/sr@latin/LC_MESSAGES/gtk30.mo +share/locale/sv/LC_MESSAGES/gtk30-properties.mo +share/locale/sv/LC_MESSAGES/gtk30.mo +share/locale/ta/LC_MESSAGES/gtk30-properties.mo +share/locale/ta/LC_MESSAGES/gtk30.mo +share/locale/te/LC_MESSAGES/gtk30-properties.mo +share/locale/te/LC_MESSAGES/gtk30.mo +share/locale/th/LC_MESSAGES/gtk30-properties.mo +share/locale/th/LC_MESSAGES/gtk30.mo +share/locale/tk/LC_MESSAGES/gtk30-properties.mo +share/locale/tk/LC_MESSAGES/gtk30.mo +share/locale/tr/LC_MESSAGES/gtk30-properties.mo +share/locale/tr/LC_MESSAGES/gtk30.mo +share/locale/tt/LC_MESSAGES/gtk30-properties.mo +share/locale/tt/LC_MESSAGES/gtk30.mo +share/locale/ug/LC_MESSAGES/gtk30-properties.mo +share/locale/ug/LC_MESSAGES/gtk30.mo +share/locale/uk/LC_MESSAGES/gtk30-properties.mo +share/locale/uk/LC_MESSAGES/gtk30.mo +share/locale/ur/LC_MESSAGES/gtk30-properties.mo +share/locale/ur/LC_MESSAGES/gtk30.mo +share/locale/uz/LC_MESSAGES/gtk30-properties.mo +share/locale/uz/LC_MESSAGES/gtk30.mo +share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +share/locale/vi/LC_MESSAGES/gtk30-properties.mo +share/locale/vi/LC_MESSAGES/gtk30.mo +share/locale/wa/LC_MESSAGES/gtk30-properties.mo +share/locale/wa/LC_MESSAGES/gtk30.mo +share/locale/xh/LC_MESSAGES/gtk30-properties.mo +share/locale/xh/LC_MESSAGES/gtk30.mo +share/locale/yi/LC_MESSAGES/gtk30-properties.mo +share/locale/yi/LC_MESSAGES/gtk30.mo +share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_CN/LC_MESSAGES/gtk30.mo +share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_HK/LC_MESSAGES/gtk30.mo +share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_TW/LC_MESSAGES/gtk30.mo +share/themes/Default/gtk-3.0/gtk-keys.css +share/themes/Emacs/gtk-3.0/gtk-keys.css +@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true +@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true +@dirrm share/themes/Emacs/gtk-3.0 +@dirrmtry share/themes/Emacs +@dirrm share/themes/Default/gtk-3.0 +@dirrmtry share/themes/Default +@dirrmtry share/themes +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/my/LC_MESSAGES +@dirrmtry share/locale/my +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/lg/LC_MESSAGES +@dirrmtry share/locale/lg +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/kg/LC_MESSAGES +@dirrmtry share/locale/kg +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ia/LC_MESSAGES +@dirrmtry share/locale/ia +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/az_IR/LC_MESSAGES +@dirrmtry share/locale/az_IR +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/ang/LC_MESSAGES +@dirrmtry share/locale/ang +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@exec /bin/mkdir -p %D/lib/gtk-3.0/modules +@exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines +@exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/loaders +@dirrm lib/gtk-3.0/modules +@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/printbackends +@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/loaders +@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/immodules +@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/engines +@dirrm lib/gtk-3.0/%%GTK3_VERSION%% +@dirrm lib/gtk-3.0 +@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true +@dirrm include/gtk-3.0/unix-print/gtk +@dirrm include/gtk-3.0/unix-print +@dirrm include/gtk-3.0/gtk/deprecated +@dirrm include/gtk-3.0/gtk/a11y +@dirrm include/gtk-3.0/gtk +@dirrm include/gtk-3.0/gdk/x11 +@dirrm include/gtk-3.0/gdk +@dirrm include/gtk-3.0 +@dirrm include/gail-3.0/libgail-util +@dirrm include/gail-3.0 +@dirrm etc/gtk-3.0 |