From 4f04ea5e29484fba3851f06fb4f76980c4fa38a0 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 27 May 2010 23:18:35 +0000 Subject: Say hello to Gtk+ 2.90.1. Second release on the way to Gtk+ 3.0. Take the oppertunity to get rid of patch-[a-z][a-z] patches. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14140 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gnome.mk | 12 +- x11-toolkits/gtk30/Makefile | 105 +++ x11-toolkits/gtk30/distinfo | 3 + x11-toolkits/gtk30/files/patch-Makefile.in | 11 + x11-toolkits/gtk30/files/patch-configure | 14 + x11-toolkits/gtk30/files/patch-docs_Makefile.in | 11 + .../gtk30/files/patch-docs_reference_Makefile.in | 11 + x11-toolkits/gtk30/files/patch-gdk_Makefile.in | 11 + .../gtk30/files/patch-gtk_updateiconcache.c | 11 + x11-toolkits/gtk30/pkg-descr | 10 + x11-toolkits/gtk30/pkg-plist | 767 +++++++++++++++++++++ 11 files changed, 963 insertions(+), 3 deletions(-) create mode 100644 x11-toolkits/gtk30/Makefile create mode 100644 x11-toolkits/gtk30/distinfo create mode 100644 x11-toolkits/gtk30/files/patch-Makefile.in create mode 100644 x11-toolkits/gtk30/files/patch-configure create mode 100644 x11-toolkits/gtk30/files/patch-docs_Makefile.in create mode 100644 x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in create mode 100644 x11-toolkits/gtk30/files/patch-gdk_Makefile.in create mode 100644 x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c create mode 100644 x11-toolkits/gtk30/pkg-descr create mode 100644 x11-toolkits/gtk30/pkg-plist diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index bdb26afe4..1124fbca9 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.490 2010/03/14 18:13:44 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.491 2010/04/28 01:49:42 marcus Exp $ # # Please view me with 4 column tabs! @@ -74,7 +74,7 @@ _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \ _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 \ gconf2 _glib20 glib20 gnomecontrolcenter2 gnomedesktop gnomedesktopsharp20 \ gnomedocutils gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \ - gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 gvfs \ + gtk30 gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 gvfs \ libartlgpl2 libbonobo libbonoboui libgailgnome libgda2 libgda3 libgda4 \ libglade2 libgnome libgnomecanvas libgnomedb libgnomekbd libgnomeprint \ libgnomeprintui libgnomeui libgsf libgsf_gnome libgtkhtml libidl \ @@ -282,6 +282,11 @@ gtk20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc gtk20_USE_GNOME_IMPL= intltool atk pango GTK2_VERSION= 2.10.0 +gtk30_LIB_DEPENDS= gtk-x11-3.0.0:${PORTSDIR}/x11-toolkits/gtk30 +gtk30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc +gtk30_USE_GNOME_IMPL= intltool atk pango +GTK3_VERSION= 3.0.0 + linc_LIB_DEPENDS= linc.1:${PORTSDIR}/net/linc linc_DETECT= ${LOCALBASE}/libdata/pkgconfig/linc.pc linc_USE_GNOME_IMPL=glib20 @@ -665,7 +670,8 @@ _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component} # Setup the GTK+ API version for pixbuf loaders, input method modules, # and theme engines. -PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" +PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \ + GTK3_VERSION="${GTK3_VERSION}" # Then handle the ltverhack component (it has to be done here, because # we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile new file mode 100644 index 000000000..33e4b842d --- /dev/null +++ b/x11-toolkits/gtk30/Makefile @@ -0,0 +1,105 @@ +# New ports collection makefile for: gtk13 +# Date Created: 28 Sep 1997 +# Whom: Vanilla I. Shu +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtk +PORTVERSION= 2.90.1 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ + ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ + ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} +MASTER_SITE_SUBDIR= 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) + +USE_BZIP2= yes +LATEST_LINK= gtk30 + +.if !defined(REFERENCE_PORT) + +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + jpeg.11:${PORTSDIR}/graphics/jpeg \ + jasper.4:${PORTSDIR}/graphics/jasper +RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ + ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +USE_GMAKE= yes +USE_PERL5_BUILD=yes +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gnomehack atk pango ltverhack +USE_GETTEXT= yes +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ + xcomposite +CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ + -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +GTK_VERSION= 3.0.0 +PLIST_SUB= GTK_VERSION="${GTK_VERSION}" + +gdk_pixbuf_MAN= gdk-pixbuf-csource-3.0.1 gdk-pixbuf-query-loaders-3.0.1 +gtk_MAN= gtk-builder-convert-3.0.1 gtk-query-immodules-3.0.1 \ + gtk-update-icon-cache-3.0.1 + +MAN1= ${gdk_pixbuf_MAN} ${gtk_MAN} + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug=yes +.endif + +.include + +.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ + !defined(WITHOUT_CUPS) +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +CONFIGURE_ARGS+=--enable-cups=auto +PLIST_SUB+= CUPS="" +.else +CONFIGURE_ARGS+=--disable-cups +PLIST_SUB+= CUPS="@comment " +.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 +# GnomeVFS needs pthread; gtk-demo may use GnomeVFS (via GtkFileChooser) + @${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \ + s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \ + ${WRKSRC}/demos/gtk-demo/Makefile.in + @${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-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/${GTK_VERSION}/engines + ${INSTALL_MAN} ${gdk_pixbuf_MAN:S|^|${WRKSRC}/docs/reference/gdk-pixbuf/|} \ + ${PREFIX}/man/man1 + ${INSTALL_MAN} ${gtk_MAN:S|^|${WRKSRC}/docs/reference/gtk/|} \ + ${PREFIX}/man/man1 + +.include + +.endif diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo new file mode 100644 index 000000000..7a4879fa7 --- /dev/null +++ b/x11-toolkits/gtk30/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome3/gtk+-2.90.1.tar.bz2) = f6f7788d7fd7a09e3c16714f53296460 +SHA256 (gnome3/gtk+-2.90.1.tar.bz2) = 42f1b65bbef46f261d708a14b29dbb95c73cbe832461b1f828427da317f2de10 +SIZE (gnome3/gtk+-2.90.1.tar.bz2) = 18706611 diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in new file mode 100644 index 000000000..4160988be --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-05-11 11:41:33.000000000 +0200 ++++ Makefile.in 2010-05-11 11:42:30.000000000 +0200 +@@ -471,7 +471,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib ++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + AUTOMAKE_OPTIONS = 1.7 + ACLOCAL_AMFLAGS = -I m4 diff --git a/x11-toolkits/gtk30/files/patch-configure b/x11-toolkits/gtk30/files/patch-configure new file mode 100644 index 000000000..825256a36 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig 2010-05-27 22:43:01.000000000 +0200 ++++ configure 2010-05-27 22:50:36.000000000 +0200 +@@ -24663,9 +24663,9 @@ + INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` +- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} ++ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" +- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} ++ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"` + INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` + INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` + INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection diff --git a/x11-toolkits/gtk30/files/patch-docs_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_Makefile.in new file mode 100644 index 000000000..4d2c63f0d --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig 2010-01-18 01:13:15.000000000 -0500 ++++ docs/Makefile.in 2010-01-18 01:14:29.000000000 -0500 +@@ -230,7 +230,7 @@ LTLIBOBJS = @LTLIBOBJS@ + LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ + LT_VERSION_INFO = @LT_VERSION_INFO@ + MAINT = @MAINT@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + MATH_LIB = @MATH_LIB@ + MKDIR_P = @MKDIR_P@ + MKINSTALLDIRS = @MKINSTALLDIRS@ 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..0a4e1022f --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200 ++++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200 +@@ -359,7 +359,7 @@ XVFB_START = \ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SUBDIRS = gdk-pixbuf gdk gtk libgail-util ++SUBDIRS = #gdk-pixbuf gdk gtk libgail-util + GITIGNOREFILES = */*.1 + all: all-recursive + diff --git a/x11-toolkits/gtk30/files/patch-gdk_Makefile.in b/x11-toolkits/gtk30/files/patch-gdk_Makefile.in new file mode 100644 index 000000000..549d561ed --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gdk_Makefile.in @@ -0,0 +1,11 @@ +--- gdk/Makefile.in.orig 2010-05-11 11:42:58.000000000 +0200 ++++ gdk/Makefile.in 2010-05-11 11:44:06.000000000 +0200 +@@ -718,7 +718,7 @@ + # + # Rule to install gdkconfig.h header file + # +-configexecincludedir = $(libdir)/gtk-3.0/include ++configexecincludedir = $(prefix)/include/gtk-3.0 + + #note: not gdkconfig.h + BUILT_SOURCES = \ 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..8cee4afc7 --- /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+-2 is a very stable release, similar only in design to GTK+-1. +GTK+-2 can coexist happily alongside GTK+-1, 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..b1e0ea16f --- /dev/null +++ b/x11-toolkits/gtk30/pkg-plist @@ -0,0 +1,767 @@ +bin/gdk-pixbuf-csource-3.0 +bin/gdk-pixbuf-query-loaders-3.0 +bin/gtk-builder-convert-3.0 +bin/gtk-update-icon-cache-3.0 +bin/gtk3-demo +bin/gtk-query-immodules-3.0 +@comment bug? etc/gtk-3.0/gdk-pixbuf.loaders +@comment bug? etc/gtk-3.0/gtk.immodules +etc/gtk-3.0/im-multipress.conf +include/gail-3.0/gail/gailwidget.h +include/gail-3.0/libgail-util/gail-util.h +include/gail-3.0/libgail-util/gailmisc.h +include/gail-3.0/libgail-util/gailtextutil.h +include/gtk-3.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h +include/gtk-3.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-animation.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-core.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-features.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-io.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-loader.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-marshal.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf-transform.h +include/gtk-3.0/gdk-pixbuf/gdk-pixbuf.h +include/gtk-3.0/gdk-pixbuf/gdk-pixdata.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/gdkcursor.h +include/gtk-3.0/gdk/gdkdevice.h +include/gtk-3.0/gdk/gdkdevicemanager.h +include/gtk-3.0/gdk/gdkdeviceprivate.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/gdkdrawable.h +include/gtk-3.0/gdk/gdkenumtypes.h +include/gtk-3.0/gdk/gdkevents.h +include/gtk-3.0/gdk/gdkfont.h +include/gtk-3.0/gdk/gdkgc.h +include/gtk-3.0/gdk/gdkimage.h +include/gtk-3.0/gdk/gdkinput.h +include/gtk-3.0/gdk/gdkkeys.h +include/gtk-3.0/gdk/gdkkeysyms.h +include/gtk-3.0/gdk/gdkpango.h +include/gtk-3.0/gdk/gdkpixbuf.h +include/gtk-3.0/gdk/gdkpixmap.h +include/gtk-3.0/gdk/gdkprivate.h +include/gtk-3.0/gdk/gdkproperty.h +include/gtk-3.0/gdk/gdkregion.h +include/gtk-3.0/gdk/gdkrgb.h +include/gtk-3.0/gdk/gdkscreen.h +include/gtk-3.0/gdk/gdkselection.h +include/gtk-3.0/gdk/gdkspawn.h +include/gtk-3.0/gdk/gdktestutils.h +include/gtk-3.0/gdk/gdktypes.h +include/gtk-3.0/gdk/gdkvisual.h +include/gtk-3.0/gdk/gdkwindow.h +include/gtk-3.0/gdk/gdkx.h +include/gtk-3.0/gdkconfig.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/gtkaccelgroupprivate.h +include/gtk-3.0/gtk/gtkaccellabel.h +include/gtk-3.0/gtk/gtkaccelmap.h +include/gtk-3.0/gtk/gtkaccessible.h +include/gtk-3.0/gtk/gtkaction.h +include/gtk-3.0/gtk/gtkactiongroup.h +include/gtk-3.0/gtk/gtkactivatable.h +include/gtk-3.0/gtk/gtkadjustment.h +include/gtk-3.0/gtk/gtkalignment.h +include/gtk-3.0/gtk/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/gtkbox.h +include/gtk-3.0/gtk/gtkbuildable.h +include/gtk-3.0/gtk/gtkbuilder.h +include/gtk-3.0/gtk/gtkbutton.h +include/gtk-3.0/gtk/gtkcalendar.h +include/gtk-3.0/gtk/gtkcelleditable.h +include/gtk-3.0/gtk/gtkcelllayout.h +include/gtk-3.0/gtk/gtkcellrenderer.h +include/gtk-3.0/gtk/gtkcellrendereraccel.h +include/gtk-3.0/gtk/gtkcellrenderercombo.h +include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +include/gtk-3.0/gtk/gtkcellrendererprogress.h +include/gtk-3.0/gtk/gtkcellrendererspin.h +include/gtk-3.0/gtk/gtkcellrendererspinner.h +include/gtk-3.0/gtk/gtkcellrenderertext.h +include/gtk-3.0/gtk/gtkcellrenderertoggle.h +include/gtk-3.0/gtk/gtkcellview.h +include/gtk-3.0/gtk/gtkcheckbutton.h +include/gtk-3.0/gtk/gtkcheckmenuitem.h +include/gtk-3.0/gtk/gtkclipboard.h +include/gtk-3.0/gtk/gtkcolorbutton.h +include/gtk-3.0/gtk/gtkcolorsel.h +include/gtk-3.0/gtk/gtkcolorseldialog.h +include/gtk-3.0/gtk/gtkcombobox.h +include/gtk-3.0/gtk/gtkcomboboxentry.h +include/gtk-3.0/gtk/gtkcontainer.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/gtkextendedlayout.h +include/gtk-3.0/gtk/gtkfilechooser.h +include/gtk-3.0/gtk/gtkfilechooserbutton.h +include/gtk-3.0/gtk/gtkfilechooserdialog.h +include/gtk-3.0/gtk/gtkfilechooserwidget.h +include/gtk-3.0/gtk/gtkfilefilter.h +include/gtk-3.0/gtk/gtkfixed.h +include/gtk-3.0/gtk/gtkfontbutton.h +include/gtk-3.0/gtk/gtkfontsel.h +include/gtk-3.0/gtk/gtkframe.h +include/gtk-3.0/gtk/gtkgc.h +include/gtk-3.0/gtk/gtkhandlebox.h +include/gtk-3.0/gtk/gtkhbbox.h +include/gtk-3.0/gtk/gtkhbox.h +include/gtk-3.0/gtk/gtkhpaned.h +include/gtk-3.0/gtk/gtkhruler.h +include/gtk-3.0/gtk/gtkhscale.h +include/gtk-3.0/gtk/gtkhscrollbar.h +include/gtk-3.0/gtk/gtkhseparator.h +include/gtk-3.0/gtk/gtkhsv.h +include/gtk-3.0/gtk/gtkiconfactory.h +include/gtk-3.0/gtk/gtkicontheme.h +include/gtk-3.0/gtk/gtkiconview.h +include/gtk-3.0/gtk/gtkinfobar.h +include/gtk-3.0/gtk/gtkimage.h +include/gtk-3.0/gtk/gtkimagemenuitem.h +include/gtk-3.0/gtk/gtkimcontext.h +include/gtk-3.0/gtk/gtkimcontextsimple.h +include/gtk-3.0/gtk/gtkimmodule.h +include/gtk-3.0/gtk/gtkimmulticontext.h +include/gtk-3.0/gtk/gtkinvisible.h +include/gtk-3.0/gtk/gtkitem.h +include/gtk-3.0/gtk/gtklabel.h +include/gtk-3.0/gtk/gtklayout.h +include/gtk-3.0/gtk/gtklinkbutton.h +include/gtk-3.0/gtk/gtkliststore.h +include/gtk-3.0/gtk/gtkmain.h +include/gtk-3.0/gtk/gtkmenu.h +include/gtk-3.0/gtk/gtkmenubar.h +include/gtk-3.0/gtk/gtkmenuitem.h +include/gtk-3.0/gtk/gtkmenushell.h +include/gtk-3.0/gtk/gtkmenutoolbutton.h +include/gtk-3.0/gtk/gtkmessagedialog.h +include/gtk-3.0/gtk/gtkmisc.h +include/gtk-3.0/gtk/gtkmodules.h +include/gtk-3.0/gtk/gtkmountoperation.h +include/gtk-3.0/gtk/gtknotebook.h +include/gtk-3.0/gtk/gtkobject.h +include/gtk-3.0/gtk/gtkoffscreenwindow.h +include/gtk-3.0/gtk/gtkorientable.h +include/gtk-3.0/gtk/gtkpagesetup.h +include/gtk-3.0/gtk/gtkpaned.h +include/gtk-3.0/gtk/gtkpapersize.h +include/gtk-3.0/gtk/gtkplug.h +include/gtk-3.0/gtk/gtkprintcontext.h +include/gtk-3.0/gtk/gtkprintoperation.h +include/gtk-3.0/gtk/gtkprintoperationpreview.h +include/gtk-3.0/gtk/gtkprintsettings.h +include/gtk-3.0/gtk/gtkprivate.h +include/gtk-3.0/gtk/gtkprogress.h +include/gtk-3.0/gtk/gtkprogressbar.h +include/gtk-3.0/gtk/gtkradioaction.h +include/gtk-3.0/gtk/gtkradiobutton.h +include/gtk-3.0/gtk/gtkradiomenuitem.h +include/gtk-3.0/gtk/gtkradiotoolbutton.h +include/gtk-3.0/gtk/gtkrange.h +include/gtk-3.0/gtk/gtkrc.h +include/gtk-3.0/gtk/gtkrecentaction.h +include/gtk-3.0/gtk/gtkrecentchooser.h +include/gtk-3.0/gtk/gtkrecentchooserdialog.h +include/gtk-3.0/gtk/gtkrecentchoosermenu.h +include/gtk-3.0/gtk/gtkrecentchooserwidget.h +include/gtk-3.0/gtk/gtkrecentfilter.h +include/gtk-3.0/gtk/gtkrecentmanager.h +include/gtk-3.0/gtk/gtkruler.h +include/gtk-3.0/gtk/gtkscale.h +include/gtk-3.0/gtk/gtkscalebutton.h +include/gtk-3.0/gtk/gtkscrollbar.h +include/gtk-3.0/gtk/gtkscrolledwindow.h +include/gtk-3.0/gtk/gtkselection.h +include/gtk-3.0/gtk/gtkseparator.h +include/gtk-3.0/gtk/gtkseparatormenuitem.h +include/gtk-3.0/gtk/gtkseparatortoolitem.h +include/gtk-3.0/gtk/gtksettings.h +include/gtk-3.0/gtk/gtkshow.h +include/gtk-3.0/gtk/gtksizegroup.h +include/gtk-3.0/gtk/gtksocket.h +include/gtk-3.0/gtk/gtkspinbutton.h +include/gtk-3.0/gtk/gtkspinner.h +include/gtk-3.0/gtk/gtkstatusbar.h +include/gtk-3.0/gtk/gtkstatusicon.h +include/gtk-3.0/gtk/gtkstock.h +include/gtk-3.0/gtk/gtkstyle.h +include/gtk-3.0/gtk/gtktable.h +include/gtk-3.0/gtk/gtktearoffmenuitem.h +include/gtk-3.0/gtk/gtktestutils.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/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/gtktypeutils.h +include/gtk-3.0/gtk/gtkuimanager.h +include/gtk-3.0/gtk/gtkvbbox.h +include/gtk-3.0/gtk/gtkvbox.h +include/gtk-3.0/gtk/gtkversion.h +include/gtk-3.0/gtk/gtkviewport.h +include/gtk-3.0/gtk/gtkvolumebutton.h +include/gtk-3.0/gtk/gtkvpaned.h +include/gtk-3.0/gtk/gtkvruler.h +include/gtk-3.0/gtk/gtkvscale.h +include/gtk-3.0/gtk/gtkvscrollbar.h +include/gtk-3.0/gtk/gtkvseparator.h +include/gtk-3.0/gtk/gtkwidget.h +include/gtk-3.0/gtk/gtkwindow.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/GdkPixbuf-3.0.typelib +lib/girepository-1.0/Gtk-3.0.typelib +lib/gtk-3.0/%%GTK_VERSION%%/engines/libpixmap.a +lib/gtk-3.0/%%GTK_VERSION%%/engines/libpixmap.la +lib/gtk-3.0/%%GTK_VERSION%%/engines/libpixmap.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-am-et.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-am-et.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-am-et.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cedilla.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cedilla.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cedilla.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-inuktitut.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-inuktitut.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-inuktitut.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ipa.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ipa.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ipa.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-multipress.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-multipress.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-multipress.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-thai.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-thai.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-thai.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-er.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-er.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-er.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-et.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-et.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-ti-et.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-viqr.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-viqr.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-viqr.so +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-xim.a +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-xim.la +lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-xim.so +@comment xxx rm -f here? +lib/gtk-3.0/%%GTK_VERSION%%/immodules.cache +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.a +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.la +lib/gtk-3.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so +@comment xxx rm -f here? +lib/gtk-3.0/%%GTK_VERSION%%/loaders.cache +%%CUPS%%lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.a +%%CUPS%%lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.la +%%CUPS%%lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.a +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.la +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.so +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.a +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.la +lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.so +lib/gtk-3.0/modules/libferret.a +lib/gtk-3.0/modules/libferret.la +lib/gtk-3.0/modules/libferret.so +lib/gtk-3.0/modules/libgail.a +lib/gtk-3.0/modules/libgail.la +lib/gtk-3.0/modules/libgail.so +lib/libgailutil-3.0.a +lib/libgailutil-3.0.la +lib/libgailutil-3.0.so +lib/libgailutil-3.0.so.0 +lib/libgdk-x11-3.0.a +lib/libgdk-x11-3.0.la +lib/libgdk-x11-3.0.so +lib/libgdk-x11-3.0.so.0 +lib/libgdk_pixbuf-3.0.a +lib/libgdk_pixbuf-3.0.la +lib/libgdk_pixbuf-3.0.so +lib/libgdk_pixbuf-3.0.so.0 +lib/libgdk_pixbuf_xlib-3.0.a +lib/libgdk_pixbuf_xlib-3.0.la +lib/libgdk_pixbuf_xlib-3.0.so +lib/libgdk_pixbuf_xlib-3.0.so.0 +lib/libgtk-x11-3.0.a +lib/libgtk-x11-3.0.la +lib/libgtk-x11-3.0.so +lib/libgtk-x11-3.0.so.0 +libdata/pkgconfig/gail-3.0.pc +libdata/pkgconfig/gdk-3.0.pc +libdata/pkgconfig/gdk-pixbuf-3.0.pc +libdata/pkgconfig/gdk-pixbuf-xlib-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/GdkPixbuf-3.0.gir +share/gir-1.0/Gtk-3.0.gir +share/gtk-3.0/demo/alphatest.png +share/gtk-3.0/demo/apple-red.png +share/gtk-3.0/demo/appwindow.c +share/gtk-3.0/demo/assistant.c +share/gtk-3.0/demo/background.jpg +share/gtk-3.0/demo/builder.c +share/gtk-3.0/demo/button_box.c +share/gtk-3.0/demo/changedisplay.c +share/gtk-3.0/demo/clipboard.c +share/gtk-3.0/demo/colorsel.c +share/gtk-3.0/demo/combobox.c +share/gtk-3.0/demo/demo.ui +share/gtk-3.0/demo/dialog.c +share/gtk-3.0/demo/drawingarea.c +share/gtk-3.0/demo/editable_cells.c +share/gtk-3.0/demo/entry_buffer.c +share/gtk-3.0/demo/entry_completion.c +share/gtk-3.0/demo/expander.c +share/gtk-3.0/demo/floppybuddy.gif +share/gtk-3.0/demo/gnome-applets.png +share/gtk-3.0/demo/gnome-calendar.png +share/gtk-3.0/demo/gnome-foot.png +share/gtk-3.0/demo/gnome-fs-directory.png +share/gtk-3.0/demo/gnome-fs-regular.png +share/gtk-3.0/demo/gnome-gimp.png +share/gtk-3.0/demo/gnome-gmush.png +share/gtk-3.0/demo/gnome-gsame.png +share/gtk-3.0/demo/gnu-keys.png +share/gtk-3.0/demo/gtk-logo-rgb.gif +share/gtk-3.0/demo/hypertext.c +share/gtk-3.0/demo/iconview.c +share/gtk-3.0/demo/iconview_edit.c +share/gtk-3.0/demo/images.c +share/gtk-3.0/demo/infobar.c +share/gtk-3.0/demo/list_store.c +share/gtk-3.0/demo/links.c +share/gtk-3.0/demo/menus.c +share/gtk-3.0/demo/offscreen_window.c +share/gtk-3.0/demo/offscreen_window2.c +share/gtk-3.0/demo/panes.c +share/gtk-3.0/demo/pickers.c +share/gtk-3.0/demo/pixbufs.c +share/gtk-3.0/demo/printing.c +share/gtk-3.0/demo/rotated_text.c +share/gtk-3.0/demo/search_entry.c +share/gtk-3.0/demo/sizegroup.c +share/gtk-3.0/demo/spinner.c +share/gtk-3.0/demo/stock_browser.c +share/gtk-3.0/demo/textscroll.c +share/gtk-3.0/demo/textview.c +share/gtk-3.0/demo/toolpalette.c +share/gtk-3.0/demo/tree_store.c +share/gtk-3.0/demo/ui_manager.c +share/locale/af/LC_MESSAGES/gtk30-properties.mo +share/locale/af/LC_MESSAGES/gtk30.mo +share/locale/am/LC_MESSAGES/gtk30-properties.mo +share/locale/am/LC_MESSAGES/gtk30.mo +share/locale/ang/LC_MESSAGES/gtk30-properties.mo +share/locale/ang/LC_MESSAGES/gtk30.mo +share/locale/ar/LC_MESSAGES/gtk30-properties.mo +share/locale/ar/LC_MESSAGES/gtk30.mo +share/locale/as/LC_MESSAGES/gtk30-properties.mo +share/locale/as/LC_MESSAGES/gtk30.mo +share/locale/ast/LC_MESSAGES/gtk30-properties.mo +share/locale/ast/LC_MESSAGES/gtk30.mo +share/locale/az/LC_MESSAGES/gtk30-properties.mo +share/locale/az/LC_MESSAGES/gtk30.mo +share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +share/locale/az_IR/LC_MESSAGES/gtk30.mo +share/locale/be/LC_MESSAGES/gtk30-properties.mo +share/locale/be/LC_MESSAGES/gtk30.mo +share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +share/locale/be@latin/LC_MESSAGES/gtk30.mo +share/locale/bg/LC_MESSAGES/gtk30-properties.mo +share/locale/bg/LC_MESSAGES/gtk30.mo +share/locale/bn/LC_MESSAGES/gtk30-properties.mo +share/locale/bn/LC_MESSAGES/gtk30.mo +share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +share/locale/bn_IN/LC_MESSAGES/gtk30.mo +share/locale/br/LC_MESSAGES/gtk30-properties.mo +share/locale/br/LC_MESSAGES/gtk30.mo +share/locale/bs/LC_MESSAGES/gtk30-properties.mo +share/locale/bs/LC_MESSAGES/gtk30.mo +share/locale/ca/LC_MESSAGES/gtk30-properties.mo +share/locale/ca/LC_MESSAGES/gtk30.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +share/locale/crh/LC_MESSAGES/gtk30-properties.mo +share/locale/crh/LC_MESSAGES/gtk30.mo +share/locale/cs/LC_MESSAGES/gtk30-properties.mo +share/locale/cs/LC_MESSAGES/gtk30.mo +share/locale/cy/LC_MESSAGES/gtk30-properties.mo +share/locale/cy/LC_MESSAGES/gtk30.mo +share/locale/da/LC_MESSAGES/gtk30-properties.mo +share/locale/da/LC_MESSAGES/gtk30.mo +share/locale/de/LC_MESSAGES/gtk30-properties.mo +share/locale/de/LC_MESSAGES/gtk30.mo +share/locale/dz/LC_MESSAGES/gtk30-properties.mo +share/locale/dz/LC_MESSAGES/gtk30.mo +share/locale/el/LC_MESSAGES/gtk30-properties.mo +share/locale/el/LC_MESSAGES/gtk30.mo +share/locale/en_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/kk/LC_MESSAGES/gtk30-properties.mo +share/locale/kk/LC_MESSAGES/gtk30.mo +share/locale/kn/LC_MESSAGES/gtk30-properties.mo +share/locale/kn/LC_MESSAGES/gtk30.mo +share/locale/ko/LC_MESSAGES/gtk30-properties.mo +share/locale/ko/LC_MESSAGES/gtk30.mo +share/locale/ku/LC_MESSAGES/gtk30-properties.mo +share/locale/ku/LC_MESSAGES/gtk30.mo +share/locale/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/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-key/gtkrc +share/themes/Emacs/gtk-3.0-key/gtkrc +share/themes/Raleigh/gtk-3.0/gtkrc +@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache-3.0 -q -f {} \; 2>/dev/null || /usr/bin/true +@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true +@dirrm share/themes/Raleigh/gtk-3.0 +@dirrm share/themes/Raleigh +@dirrm share/themes/Emacs/gtk-3.0-key +@dirrm share/themes/Emacs +@dirrm share/themes/Default/gtk-3.0-key +@dirrm share/gtk-3.0/demo +@dirrm share/gtk-3.0 +@dirrm include/gtk-3.0/unix-print/gtk +@dirrm include/gtk-3.0/unix-print +@dirrm include/gtk-3.0/gtk +@dirrm include/gtk-3.0/gdk-pixbuf-xlib +@dirrm include/gtk-3.0/gdk-pixbuf +@dirrm include/gtk-3.0/gdk +@dirrm include/gtk-3.0 +@dirrm include/gail-3.0/libgail-util +@dirrm include/gail-3.0/gail +@dirrm include/gail-3.0 +@dirrm etc/gtk-3.0 +@exec /bin/mkdir -p %D/lib/gtk-3.0/modules +@exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK_VERSION%%/engines +@dirrmtry share/themes/Default +@dirrmtry share/themes +@dirrmtry lib/gtk-3.0/modules +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%%/printbackends +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%%/modules +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%%/loaders +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%%/immodules +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%%/engines +@dirrmtry lib/gtk-3.0/%%GTK_VERSION%% +@dirrmtry lib/gtk-3.0 +@exec %D/bin/gdk-pixbuf-query-loaders-3.0 > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-3.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true +@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/etc/gtk-3.0/gtk.immodules 2>/dev/null || /usr/bin/true +@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/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/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@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/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 -- cgit v1.2.3