Index: head/x11-toolkits/gtk30/Makefile =================================================================== --- head/x11-toolkits/gtk30/Makefile (revision 465643) +++ head/x11-toolkits/gtk30/Makefile (revision 465644) @@ -1,106 +1,113 @@ # Created by: Vanilla I. Shu # $FreeBSD$ # Please keep gtk30 in sync with the following x11-themes ports: # adwaita-icon-theme, gnome-themes-standard and mate-themes PORTNAME= gtk PORTVERSION= 3.22.15 PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 DISTNAME= gtk+-${PORTVERSION} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (current stable version) LICENSE= LGPL20 USES= tar:xz .if defined(REFERENCE_PORT) PORTSCOUT= ignore:1 .else PORTSCOUT= limit:1,even BUILD_DEPENDS+= at-spi2-atk>=0:accessibility/at-spi2-atk LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS+= hicolor-icon-theme>=0:misc/hicolor-icon-theme \ adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme \ at-spi2-atk>=0:accessibility/at-spi2-atk \ librsvg2>=0:graphics/librsvg2 USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango #gtk-update-icon-cache USES+= compiler:c11 gettext gmake gnome libtool localbase \ pathfix perl5 pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-x11-backend \ - --disable-wayland-backend \ --enable-introspection CPPFLAGS+= -fno-omit-frame-pointer INSTALLS_ICONS= yes INSTALL_TARGET= install-strip LIBVERSION= 0.2200.15 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ org.gtk.Settings.ColorChooser.gschema.xml \ org.gtk.Settings.Debug.gschema.xml \ org.gtk.Settings.FileChooser.gschema.xml -OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY +OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY WAYLAND OPTIONS_DEFAULT=CUPS COLORD BROADWAY +OPTIONS_EXCLUDE_FreeBSD_10= WAYLAND OPTIONS_SUB= yes BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets. BROADWAY_CONFIGURE_ENABLE= broadway-backend COLORD_DESC= Color profile support COLORD_LIB_DEPENDS= libcolord.so:graphics/colord COLORD_CONFIGURE_ENABLE=colord CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CONFIGURE_ENABLE= cups CLOUDPRINT_DESC= Cloud printing support CLOUDPRINT_CONFIGURE_ENABLE= cloudprint CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libjson-glib-1.0.so:devel/json-glib # don't explicitly disable debug, this causes segfaults. ports r437293 DEBUG_CONFIGURE_ON= --enable-debug=yes + +WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols +WAYLAND_CONFIGURE_ENABLE= wayland-backend +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libwayland-egl.so:graphics/mesa-libs \ + libxkbcommon.so:x11/libxkbcommon +WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols post-patch: @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ ${WRKSRC}/configure pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed @if ! pkg-config --exists cairo-xlib; then \ ${ECHO_MSG} "${PKGNAME}: Needs cairo with X11 support enabled."; \ ${FALSE}; \ fi pre-build: @${RM} -r ${WRKSRC}/docs/gtk.info* post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/engines @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/${GTK3_VERSION}/loaders ${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-query-immodules-3.0.1 \ ${STAGEDIR}${PREFIX}/man/man1 .include .endif Index: head/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in =================================================================== --- head/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in (nonexistent) +++ head/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in (revision 465644) @@ -0,0 +1,23 @@ +Use portable sed syntax in gdk/wayland/Makefile.in + +Replace non-portable \<, \>, \+ with \(, \), \{, \} to avoid build +failure on systems not using GNU sed. + +https://git.gnome.org/browse/gtk/commit/gdk/wayland/Makefile.am?h=gtk-3-22&id=b68e55ecce38dec47c3f9119e603b81773e5294a + +--- gdk/wayland/Makefile.in.orig 2018-03-25 16:20:44 UTC ++++ gdk/wayland/Makefile.in +@@ -1028,11 +1028,11 @@ check-local: test-cwd + .SECONDEXPANSION: + + define protostability +-$(shell echo $1 | sed 's/.*\(\\|\\).*/\1/') ++$(if $(findstring unstable,$1),unstable,stable) + endef + + define protoname +-$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/') ++$(shell echo $1 | sed 's/\([a-z\-]\{1,\}\)-[a-z]\{1,\}-v[0-9]\{1,\}/\1/') + endef + + %-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml Property changes on: head/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c =================================================================== --- head/x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c (nonexistent) +++ head/x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c (revision 465644) @@ -0,0 +1,15 @@ +--- gdk/wayland/gdkdevice-wayland.c.orig 2018-03-25 16:25:12 UTC ++++ gdk/wayland/gdkdevice-wayland.c +@@ -38,11 +38,9 @@ + + #include + +-#include +- + #include + #include +-#include ++#include + + #define BUTTON_BASE (BTN_LEFT - 1) /* Used to translate to 1-indexed buttons */ + Property changes on: head/x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/gtk30/pkg-plist =================================================================== --- head/x11-toolkits/gtk30/pkg-plist (revision 465643) +++ head/x11-toolkits/gtk30/pkg-plist (revision 465644) @@ -1,712 +1,721 @@ %%BROADWAY%%bin/broadwayd bin/gtk-builder-tool bin/gtk-encode-symbolic-svg bin/gtk-launch bin/gtk-query-immodules-3.0 bin/gtk-query-settings @comment bin/gtk-update-icon-cache bin/gtk3-demo bin/gtk3-demo-application bin/gtk3-icon-browser 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 %%BROADWAY%%include/gtk-3.0/gdk/broadway/gdkbroadwaycursor.h %%BROADWAY%%include/gtk-3.0/gdk/broadway/gdkbroadwaydisplay.h %%BROADWAY%%include/gtk-3.0/gdk/broadway/gdkbroadwaymonitor.h %%BROADWAY%%include/gtk-3.0/gdk/broadway/gdkbroadwayvisual.h %%BROADWAY%%include/gtk-3.0/gdk/broadway/gdkbroadwaywindow.h include/gtk-3.0/gdk/deprecated/gdkcolor.h include/gtk-3.0/gdk/gdk-autocleanup.h include/gtk-3.0/gdk/gdk.h include/gtk-3.0/gdk/gdkapplaunchcontext.h %%BROADWAY%%include/gtk-3.0/gdk/gdkbroadway.h include/gtk-3.0/gdk/gdkcairo.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/gdkdevicepad.h include/gtk-3.0/gdk/gdkdevicetool.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/gdkdrawingcontext.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/gdkglcontext.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/gdkmonitor.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/gdkseat.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 +%%WAYLAND%%include/gtk-3.0/gdk/gdkwayland.h include/gtk-3.0/gdk/gdkwindow.h include/gtk-3.0/gdk/gdkx.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylanddevice.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylanddisplay.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylandglcontext.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylandmonitor.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylandselection.h +%%WAYLAND%%include/gtk-3.0/gdk/wayland/gdkwaylandwindow.h include/gtk-3.0/gdk/x11/gdkx-autocleanups.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/gdkx11glcontext.h include/gtk-3.0/gdk/x11/gdkx11keys.h include/gtk-3.0/gdk/x11/gdkx11monitor.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/gtk-a11y-autocleanups.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/gtkflowboxaccessible.h include/gtk-3.0/gtk/a11y/gtkflowboxchildaccessible.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/gtklistboxaccessible.h include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h include/gtk-3.0/gtk/a11y/gtkmenubuttonaccessible.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/gtkpopoveraccessible.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/gtkstackaccessible.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/gtkaction.h include/gtk-3.0/gtk/deprecated/gtkactiongroup.h include/gtk-3.0/gtk/deprecated/gtkactivatable.h include/gtk-3.0/gtk/deprecated/gtkalignment.h include/gtk-3.0/gtk/deprecated/gtkarrow.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/gtkiconfactory.h include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h include/gtk-3.0/gtk/deprecated/gtkmisc.h include/gtk-3.0/gtk/deprecated/gtknumerableicon.h include/gtk-3.0/gtk/deprecated/gtkradioaction.h include/gtk-3.0/gtk/deprecated/gtkrc.h include/gtk-3.0/gtk/deprecated/gtkrecentaction.h include/gtk-3.0/gtk/deprecated/gtkstatusicon.h include/gtk-3.0/gtk/deprecated/gtkstock.h include/gtk-3.0/gtk/deprecated/gtkstyle.h include/gtk-3.0/gtk/deprecated/gtkstyleproperties.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/gtkthemingengine.h include/gtk-3.0/gtk/deprecated/gtktoggleaction.h include/gtk-3.0/gtk/deprecated/gtkuimanager.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-autocleanups.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/gtkactionable.h include/gtk-3.0/gtk/gtkactionbar.h include/gtk-3.0/gtk/gtkadjustment.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/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/gtkdragdest.h include/gtk-3.0/gtk/gtkdragsource.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/gtkeventcontroller.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/gtkfilechoosernative.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/gtkflowbox.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/gtkgesture.h include/gtk-3.0/gtk/gtkgesturedrag.h include/gtk-3.0/gtk/gtkgesturelongpress.h include/gtk-3.0/gtk/gtkgesturemultipress.h include/gtk-3.0/gtk/gtkgesturepan.h include/gtk-3.0/gtk/gtkgesturerotate.h include/gtk-3.0/gtk/gtkgesturesingle.h include/gtk-3.0/gtk/gtkgestureswipe.h include/gtk-3.0/gtk/gtkgesturezoom.h include/gtk-3.0/gtk/gtkglarea.h include/gtk-3.0/gtk/gtkgrid.h include/gtk-3.0/gtk/gtkheaderbar.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/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/gtklistbox.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/gtkmodelbutton.h include/gtk-3.0/gtk/gtkmodules.h include/gtk-3.0/gtk/gtkmountoperation.h include/gtk-3.0/gtk/gtknativedialog.h include/gtk-3.0/gtk/gtknotebook.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/gtkpadcontroller.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/gtkplacessidebar.h include/gtk-3.0/gtk/gtkplug.h include/gtk-3.0/gtk/gtkpopover.h include/gtk-3.0/gtk/gtkpopovermenu.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/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/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/gtkrender.h include/gtk-3.0/gtk/gtkrevealer.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/gtksearchbar.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/gtkshortcutlabel.h include/gtk-3.0/gtk/gtkshortcutsgroup.h include/gtk-3.0/gtk/gtkshortcutssection.h include/gtk-3.0/gtk/gtkshortcutsshortcut.h include/gtk-3.0/gtk/gtkshortcutswindow.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/gtkstack.h include/gtk-3.0/gtk/gtkstacksidebar.h include/gtk-3.0/gtk/gtkstackswitcher.h include/gtk-3.0/gtk/gtkstatusbar.h include/gtk-3.0/gtk/gtkstylecontext.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/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/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/gtkwindowgroup.h include/gtk-3.0/gtk/gtkx-autocleanups.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-autocleanups.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.so %%BROADWAY%%lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-broadway.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cedilla.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-cyrillic-translit.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-inuktitut.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ipa.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-multipress.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-thai.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.so %%CLOUDPRINT%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cloudprint.so %%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.so lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.so lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.so lib/libgailutil-3.so lib/libgailutil-3.so.0 lib/libgailutil-3.so.0.0.0 lib/libgdk-3.so lib/libgdk-3.so.0 lib/libgdk-3.so.%%LIBVERSION%% lib/libgtk-3.so lib/libgtk-3.so.0 lib/libgtk-3.so.%%LIBVERSION%% libdata/pkgconfig/gail-3.0.pc libdata/pkgconfig/gdk-3.0.pc %%BROADWAY%%libdata/pkgconfig/gdk-broadway-3.0.pc +%%WAYLAND%%libdata/pkgconfig/gdk-wayland-3.0.pc libdata/pkgconfig/gdk-x11-3.0.pc libdata/pkgconfig/gtk+-3.0.pc %%BROADWAY%%libdata/pkgconfig/gtk+-broadway-3.0.pc libdata/pkgconfig/gtk+-unix-print-3.0.pc +%%WAYLAND%%libdata/pkgconfig/gtk+-wayland-3.0.pc libdata/pkgconfig/gtk+-x11-3.0.pc man/man1/gtk-query-immodules-3.0.1.gz share/aclocal/gtk-3.0.m4 share/applications/gtk3-demo.desktop share/applications/gtk3-icon-browser.desktop share/applications/gtk3-widget-factory.desktop share/gettext/its/gtkbuilder.its share/gettext/its/gtkbuilder.loc 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/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/16x16/apps/gtk3-demo.png share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/16x16/apps/gtk3-widget-factory.png share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/22x22/apps/gtk3-demo.png share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/22x22/apps/gtk3-widget-factory.png share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/24x24/apps/gtk3-demo.png share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/24x24/apps/gtk3-widget-factory.png share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/256x256/apps/gtk3-demo.png share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/256x256/apps/gtk3-widget-factory.png share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/32x32/apps/gtk3-demo.png share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/32x32/apps/gtk3-widget-factory.png share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png share/icons/hicolor/48x48/apps/gtk3-demo.png share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png share/icons/hicolor/48x48/apps/gtk3-widget-factory.png 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/gd/LC_MESSAGES/gtk30-properties.mo share/locale/gd/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/tg/LC_MESSAGES/gtk30-properties.mo share/locale/tg/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 @postexec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @rmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache @dir lib/gtk-3.0/%%GTK3_VERSION%% @dir lib/gtk-3.0/%%GTK3_VERSION%%/engines @dir lib/gtk-3.0/%%GTK3_VERSION%%/loaders @dir lib/gtk-3.0/modules