Index: head/devel/glib20/Makefile =================================================================== --- head/devel/glib20/Makefile (revision 382367) +++ head/devel/glib20/Makefile (revision 382368) @@ -1,130 +1,130 @@ # Created by: Vanilla I. Shu # $FreeBSD$ # $MCom: ports/trunk/devel/glib20/Makefile 20052 2014-11-10 10:21:14Z gusi $ PORTNAME= glib -PORTVERSION= 2.42.1 +PORTVERSION= 2.42.2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) LICENSE= LGPL20 USES= tar:xz PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ libffi.so:${PORTSDIR}/devel/libffi GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES+= gettext gmake iconv:wchar_t libtool pathfix perl5 \ pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ --enable-static=yes \ --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl -LIBVERSION= 0.4200.1 +LIBVERSION= 0.4200.2 PLIST_SUB+= LIBVERSION=${LIBVERSION} glib_MAN= gtester.1 gtester-report.1 glib-gettextize.1 gio_MAN= gdbus.1 gsettings.1 gio-querymodules.1 \ glib-compile-schemas.1 gapplication.1 \ glib-compile-resources.1 gresource.1 gdbus-codegen.1 gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 OPTIONS_DEFINE= COLLATION_FIX DEBUG GDB COLLATION_FIX_DESC= fix string collation GDB_DESC= Install python gdb scripts .include # doesn't build yet #.if (${OSVERSION} < 800000) \ # || (${OSVERSION} >= 800000 && ${OSVERSION} < 802000) # || (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) CONFIGURE_ARGS+=--disable-dtrace #.else #CONFIGURE_ARGS+=--enable-dtrace #.endif .if empty(ICONV_LIB) CONFIGURE_ARGS+= --with-libiconv=native .else CONFIGURE_ARGS+= --with-libiconv=gnu .endif .if ${ARCH} == powerpc64 EXTRA_PATCHES= ${FILESDIR}/extra-arch-powerpc64 .endif # Let glib use asm code for implementing atomic ops on i386 and amd64. .if ${ARCH} == "i386" GLIB_ARCH= i486 .elif ${ARCH} == "amd64" GLIB_ARCH= x86_64 .else GLIB_ARCH= ${ARCH} .endif CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} .if ${PORT_OPTIONS:MCOLLATION_FIX} LIB_DEPENDS+= libicui18n.so:${PORTSDIR}/devel/icu EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ ${FILESDIR}/extra-patch-glib_gunicollate.c # Disable it until someone can figure why it causes net-im/pidgin crashed. # http://www.freebsd.org/cgi/query-pr.cgi?pr=175930 see comment by ed@ #CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" .endif .if ${PORT_OPTIONS:MGDB} PLIST_SUB+= GDB="" .else EXTRA_PATCHES+= ${FILESDIR}/extra-glib_gdbscripts \ ${FILESDIR}/extra-gobject_gdbscripts PLIST_SUB+= GDB="@comment " .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug=yes \ --disable-silent-rules .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \ ${WRKSRC}/glib/gutils.c @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \ ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \ s|-Werror|| ; \ s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gio/modules .for m in glib gio gobject ${INSTALL_MAN} ${${m}_MAN:S|^|${WRKSRC}/docs/reference/${m}/|} \ ${STAGEDIR}${PREFIX}/man/man1 .endfor .include .endif Index: head/devel/glib20/distinfo =================================================================== --- head/devel/glib20/distinfo (revision 382367) +++ head/devel/glib20/distinfo (revision 382368) @@ -1,2 +1,2 @@ -SHA256 (gnome2/glib-2.42.1.tar.xz) = 8f3f0865280e45b8ce840e176ef83bcfd511148918cc8d39df2ee89b67dcf89a -SIZE (gnome2/glib-2.42.1.tar.xz) = 6985120 +SHA256 (gnome2/glib-2.42.2.tar.xz) = a3cc1ebd2bd310a9fdf42ae4293ee713cdf1764bd29f552febf3bf44cadae7db +SIZE (gnome2/glib-2.42.2.tar.xz) = 7002480 Index: head/x11-toolkits/gtk20/Makefile =================================================================== --- head/x11-toolkits/gtk20/Makefile (revision 382367) +++ head/x11-toolkits/gtk20/Makefile (revision 382368) @@ -1,85 +1,75 @@ # Created by: Vanilla I. Shu # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.237 2013/03/04 17:44:38 kwm Exp $ PORTNAME= gtk -PORTVERSION= 2.24.25 -PORTREVISION?= 1 +PORTVERSION= 2.24.27 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 DISTNAME= gtk+-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (previous stable version) LICENSE= LGPL20 USES= tar:xz PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ python:${PORTSDIR}/lang/python USES+= gettext gmake libtool pathfix perl5 pkgconfig GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache USE_LDCONFIG= yes USE_PERL5= build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --with-xinput=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= CUPS DEBUG OPTIONS_DEFAULT=CUPS OPTIONS_SUB= yes CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client CUPS_CONFIGURE_ON= --enable-cups=auto CUPS_CONFIGURE_OFF= --disable-cups DEBUG_CONFIGURE_ON= --enable-debug=yes .include -PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.25 +PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.27 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' \ - -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||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: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/modules @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/engines @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/loaders @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/modules - ${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-query-immodules-2.0.1 \ - ${STAGEDIR}${PREFIX}/man/man1 .include .endif Index: head/x11-toolkits/gtk20/distinfo =================================================================== --- head/x11-toolkits/gtk20/distinfo (revision 382367) +++ head/x11-toolkits/gtk20/distinfo (revision 382368) @@ -1,2 +1,2 @@ -SHA256 (gnome2/gtk+-2.24.25.tar.xz) = 38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3 -SIZE (gnome2/gtk+-2.24.25.tar.xz) = 13327832 +SHA256 (gnome2/gtk+-2.24.27.tar.xz) = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4 +SIZE (gnome2/gtk+-2.24.27.tar.xz) = 13349252 Index: head/x11-toolkits/gtk20/pkg-plist =================================================================== --- head/x11-toolkits/gtk20/pkg-plist (revision 382367) +++ head/x11-toolkits/gtk20/pkg-plist (revision 382368) @@ -1,671 +1,584 @@ bin/gtk-builder-convert bin/gtk-demo bin/gtk-query-immodules-2.0 etc/gtk-2.0/im-multipress.conf include/gail-1.0/gail/gailwidget.h include/gail-1.0/libgail-util/gail-util.h include/gail-1.0/libgail-util/gailmisc.h include/gail-1.0/libgail-util/gailtextutil.h include/gtk-2.0/gdk/gdk.h include/gtk-2.0/gdk/gdkapplaunchcontext.h include/gtk-2.0/gdk/gdkcairo.h include/gtk-2.0/gdk/gdkcolor.h include/gtk-2.0/gdk/gdkcursor.h include/gtk-2.0/gdk/gdkdisplay.h include/gtk-2.0/gdk/gdkdisplaymanager.h include/gtk-2.0/gdk/gdkdnd.h include/gtk-2.0/gdk/gdkdrawable.h include/gtk-2.0/gdk/gdkenumtypes.h include/gtk-2.0/gdk/gdkevents.h include/gtk-2.0/gdk/gdkfont.h include/gtk-2.0/gdk/gdkgc.h include/gtk-2.0/gdk/gdki18n.h include/gtk-2.0/gdk/gdkimage.h include/gtk-2.0/gdk/gdkinput.h include/gtk-2.0/gdk/gdkkeys.h include/gtk-2.0/gdk/gdkkeysyms-compat.h include/gtk-2.0/gdk/gdkkeysyms.h include/gtk-2.0/gdk/gdkpango.h include/gtk-2.0/gdk/gdkpixbuf.h include/gtk-2.0/gdk/gdkpixmap.h include/gtk-2.0/gdk/gdkprivate.h include/gtk-2.0/gdk/gdkproperty.h include/gtk-2.0/gdk/gdkregion.h include/gtk-2.0/gdk/gdkrgb.h include/gtk-2.0/gdk/gdkscreen.h include/gtk-2.0/gdk/gdkselection.h include/gtk-2.0/gdk/gdkspawn.h include/gtk-2.0/gdk/gdktestutils.h include/gtk-2.0/gdk/gdktypes.h include/gtk-2.0/gdk/gdkvisual.h include/gtk-2.0/gdk/gdkwindow.h include/gtk-2.0/gdk/gdkx.h include/gtk-2.0/gdkconfig.h include/gtk-2.0/gtk/gtk.h include/gtk-2.0/gtk/gtkaboutdialog.h include/gtk-2.0/gtk/gtkaccelgroup.h include/gtk-2.0/gtk/gtkaccellabel.h include/gtk-2.0/gtk/gtkaccelmap.h include/gtk-2.0/gtk/gtkaccessible.h include/gtk-2.0/gtk/gtkaction.h include/gtk-2.0/gtk/gtkactiongroup.h include/gtk-2.0/gtk/gtkactivatable.h include/gtk-2.0/gtk/gtkadjustment.h include/gtk-2.0/gtk/gtkalignment.h include/gtk-2.0/gtk/gtkarrow.h include/gtk-2.0/gtk/gtkaspectframe.h include/gtk-2.0/gtk/gtkassistant.h include/gtk-2.0/gtk/gtkbbox.h include/gtk-2.0/gtk/gtkbin.h include/gtk-2.0/gtk/gtkbindings.h include/gtk-2.0/gtk/gtkbox.h include/gtk-2.0/gtk/gtkbuildable.h include/gtk-2.0/gtk/gtkbuilder.h include/gtk-2.0/gtk/gtkbutton.h include/gtk-2.0/gtk/gtkcalendar.h include/gtk-2.0/gtk/gtkcelleditable.h include/gtk-2.0/gtk/gtkcelllayout.h include/gtk-2.0/gtk/gtkcellrenderer.h include/gtk-2.0/gtk/gtkcellrendereraccel.h include/gtk-2.0/gtk/gtkcellrenderercombo.h include/gtk-2.0/gtk/gtkcellrendererpixbuf.h include/gtk-2.0/gtk/gtkcellrendererprogress.h include/gtk-2.0/gtk/gtkcellrendererspin.h include/gtk-2.0/gtk/gtkcellrendererspinner.h include/gtk-2.0/gtk/gtkcellrenderertext.h include/gtk-2.0/gtk/gtkcellrenderertoggle.h include/gtk-2.0/gtk/gtkcellview.h include/gtk-2.0/gtk/gtkcheckbutton.h include/gtk-2.0/gtk/gtkcheckmenuitem.h include/gtk-2.0/gtk/gtkclipboard.h include/gtk-2.0/gtk/gtkclist.h include/gtk-2.0/gtk/gtkcolorbutton.h include/gtk-2.0/gtk/gtkcolorsel.h include/gtk-2.0/gtk/gtkcolorseldialog.h include/gtk-2.0/gtk/gtkcombo.h include/gtk-2.0/gtk/gtkcombobox.h include/gtk-2.0/gtk/gtkcomboboxentry.h include/gtk-2.0/gtk/gtkcomboboxtext.h include/gtk-2.0/gtk/gtkcontainer.h include/gtk-2.0/gtk/gtkctree.h include/gtk-2.0/gtk/gtkcurve.h include/gtk-2.0/gtk/gtkdebug.h include/gtk-2.0/gtk/gtkdialog.h include/gtk-2.0/gtk/gtkdnd.h include/gtk-2.0/gtk/gtkdrawingarea.h include/gtk-2.0/gtk/gtkeditable.h include/gtk-2.0/gtk/gtkentry.h include/gtk-2.0/gtk/gtkentrybuffer.h include/gtk-2.0/gtk/gtkentrycompletion.h include/gtk-2.0/gtk/gtkenums.h include/gtk-2.0/gtk/gtkeventbox.h include/gtk-2.0/gtk/gtkexpander.h include/gtk-2.0/gtk/gtkfilechooser.h include/gtk-2.0/gtk/gtkfilechooserbutton.h include/gtk-2.0/gtk/gtkfilechooserdialog.h include/gtk-2.0/gtk/gtkfilechooserwidget.h include/gtk-2.0/gtk/gtkfilefilter.h include/gtk-2.0/gtk/gtkfilesel.h include/gtk-2.0/gtk/gtkfixed.h include/gtk-2.0/gtk/gtkfontbutton.h include/gtk-2.0/gtk/gtkfontsel.h include/gtk-2.0/gtk/gtkframe.h include/gtk-2.0/gtk/gtkgamma.h include/gtk-2.0/gtk/gtkgc.h include/gtk-2.0/gtk/gtkhandlebox.h include/gtk-2.0/gtk/gtkhbbox.h include/gtk-2.0/gtk/gtkhbox.h include/gtk-2.0/gtk/gtkhpaned.h include/gtk-2.0/gtk/gtkhruler.h include/gtk-2.0/gtk/gtkhscale.h include/gtk-2.0/gtk/gtkhscrollbar.h include/gtk-2.0/gtk/gtkhseparator.h include/gtk-2.0/gtk/gtkhsv.h include/gtk-2.0/gtk/gtkiconfactory.h include/gtk-2.0/gtk/gtkicontheme.h include/gtk-2.0/gtk/gtkiconview.h include/gtk-2.0/gtk/gtkinfobar.h include/gtk-2.0/gtk/gtkimage.h include/gtk-2.0/gtk/gtkimagemenuitem.h include/gtk-2.0/gtk/gtkimcontext.h include/gtk-2.0/gtk/gtkimcontextsimple.h include/gtk-2.0/gtk/gtkimmodule.h include/gtk-2.0/gtk/gtkimmulticontext.h include/gtk-2.0/gtk/gtkinputdialog.h include/gtk-2.0/gtk/gtkinvisible.h include/gtk-2.0/gtk/gtkitem.h include/gtk-2.0/gtk/gtkitemfactory.h include/gtk-2.0/gtk/gtklabel.h include/gtk-2.0/gtk/gtklayout.h include/gtk-2.0/gtk/gtklinkbutton.h include/gtk-2.0/gtk/gtklist.h include/gtk-2.0/gtk/gtklistitem.h include/gtk-2.0/gtk/gtkliststore.h include/gtk-2.0/gtk/gtkmain.h include/gtk-2.0/gtk/gtkmarshal.h include/gtk-2.0/gtk/gtkmenu.h include/gtk-2.0/gtk/gtkmenubar.h include/gtk-2.0/gtk/gtkmenuitem.h include/gtk-2.0/gtk/gtkmenushell.h include/gtk-2.0/gtk/gtkmenutoolbutton.h include/gtk-2.0/gtk/gtkmessagedialog.h include/gtk-2.0/gtk/gtkmisc.h include/gtk-2.0/gtk/gtkmodules.h include/gtk-2.0/gtk/gtkmountoperation.h include/gtk-2.0/gtk/gtknotebook.h include/gtk-2.0/gtk/gtkobject.h include/gtk-2.0/gtk/gtkoffscreenwindow.h include/gtk-2.0/gtk/gtkoldeditable.h include/gtk-2.0/gtk/gtkoptionmenu.h include/gtk-2.0/gtk/gtkorientable.h include/gtk-2.0/gtk/gtkpagesetup.h include/gtk-2.0/gtk/gtkpaned.h include/gtk-2.0/gtk/gtkpapersize.h include/gtk-2.0/gtk/gtkpixmap.h include/gtk-2.0/gtk/gtkplug.h include/gtk-2.0/gtk/gtkpreview.h include/gtk-2.0/gtk/gtkprintcontext.h include/gtk-2.0/gtk/gtkprintoperation.h include/gtk-2.0/gtk/gtkprintoperationpreview.h include/gtk-2.0/gtk/gtkprintsettings.h include/gtk-2.0/gtk/gtkprivate.h include/gtk-2.0/gtk/gtkprogress.h include/gtk-2.0/gtk/gtkprogressbar.h include/gtk-2.0/gtk/gtkradioaction.h include/gtk-2.0/gtk/gtkradiobutton.h include/gtk-2.0/gtk/gtkradiomenuitem.h include/gtk-2.0/gtk/gtkradiotoolbutton.h include/gtk-2.0/gtk/gtkrange.h include/gtk-2.0/gtk/gtkrc.h include/gtk-2.0/gtk/gtkrecentaction.h include/gtk-2.0/gtk/gtkrecentchooser.h include/gtk-2.0/gtk/gtkrecentchooserdialog.h include/gtk-2.0/gtk/gtkrecentchoosermenu.h include/gtk-2.0/gtk/gtkrecentchooserwidget.h include/gtk-2.0/gtk/gtkrecentfilter.h include/gtk-2.0/gtk/gtkrecentmanager.h include/gtk-2.0/gtk/gtkruler.h include/gtk-2.0/gtk/gtkscale.h include/gtk-2.0/gtk/gtkscalebutton.h include/gtk-2.0/gtk/gtkscrollbar.h include/gtk-2.0/gtk/gtkscrolledwindow.h include/gtk-2.0/gtk/gtkselection.h include/gtk-2.0/gtk/gtkseparator.h include/gtk-2.0/gtk/gtkseparatormenuitem.h include/gtk-2.0/gtk/gtkseparatortoolitem.h include/gtk-2.0/gtk/gtksettings.h include/gtk-2.0/gtk/gtkshow.h include/gtk-2.0/gtk/gtksignal.h include/gtk-2.0/gtk/gtksizegroup.h include/gtk-2.0/gtk/gtksocket.h include/gtk-2.0/gtk/gtkspinbutton.h include/gtk-2.0/gtk/gtkspinner.h include/gtk-2.0/gtk/gtkstatusbar.h include/gtk-2.0/gtk/gtkstatusicon.h include/gtk-2.0/gtk/gtkstock.h include/gtk-2.0/gtk/gtkstyle.h include/gtk-2.0/gtk/gtktable.h include/gtk-2.0/gtk/gtktearoffmenuitem.h include/gtk-2.0/gtk/gtktestutils.h include/gtk-2.0/gtk/gtktext.h include/gtk-2.0/gtk/gtktextbuffer.h include/gtk-2.0/gtk/gtktextbufferrichtext.h include/gtk-2.0/gtk/gtktextchild.h include/gtk-2.0/gtk/gtktextdisplay.h include/gtk-2.0/gtk/gtktextiter.h include/gtk-2.0/gtk/gtktextlayout.h include/gtk-2.0/gtk/gtktextmark.h include/gtk-2.0/gtk/gtktexttag.h include/gtk-2.0/gtk/gtktexttagtable.h include/gtk-2.0/gtk/gtktextview.h include/gtk-2.0/gtk/gtktipsquery.h include/gtk-2.0/gtk/gtktoggleaction.h include/gtk-2.0/gtk/gtktogglebutton.h include/gtk-2.0/gtk/gtktoggletoolbutton.h include/gtk-2.0/gtk/gtktoolbar.h include/gtk-2.0/gtk/gtktoolbutton.h include/gtk-2.0/gtk/gtktoolitem.h include/gtk-2.0/gtk/gtktoolitemgroup.h include/gtk-2.0/gtk/gtktoolpalette.h include/gtk-2.0/gtk/gtktoolshell.h include/gtk-2.0/gtk/gtktooltip.h include/gtk-2.0/gtk/gtktooltips.h include/gtk-2.0/gtk/gtktree.h include/gtk-2.0/gtk/gtktreednd.h include/gtk-2.0/gtk/gtktreeitem.h include/gtk-2.0/gtk/gtktreemodel.h include/gtk-2.0/gtk/gtktreemodelfilter.h include/gtk-2.0/gtk/gtktreemodelsort.h include/gtk-2.0/gtk/gtktreeselection.h include/gtk-2.0/gtk/gtktreesortable.h include/gtk-2.0/gtk/gtktreestore.h include/gtk-2.0/gtk/gtktreeview.h include/gtk-2.0/gtk/gtktreeviewcolumn.h include/gtk-2.0/gtk/gtktypebuiltins.h include/gtk-2.0/gtk/gtktypeutils.h include/gtk-2.0/gtk/gtkuimanager.h include/gtk-2.0/gtk/gtkvbbox.h include/gtk-2.0/gtk/gtkvbox.h include/gtk-2.0/gtk/gtkversion.h include/gtk-2.0/gtk/gtkviewport.h include/gtk-2.0/gtk/gtkvolumebutton.h include/gtk-2.0/gtk/gtkvpaned.h include/gtk-2.0/gtk/gtkvruler.h include/gtk-2.0/gtk/gtkvscale.h include/gtk-2.0/gtk/gtkvscrollbar.h include/gtk-2.0/gtk/gtkvseparator.h include/gtk-2.0/gtk/gtkwidget.h include/gtk-2.0/gtk/gtkwindow.h include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h include/gtk-unix-print-2.0/gtk/gtkprinter.h include/gtk-unix-print-2.0/gtk/gtkprintjob.h include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h include/gtk-unix-print-2.0/gtk/gtkunixprint.h lib/girepository-1.0/Gdk-2.0.typelib lib/girepository-1.0/GdkX11-2.0.typelib lib/girepository-1.0/Gtk-2.0.typelib lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.so lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.so %%CUPS%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.so lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.so lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.so lib/gtk-2.0/modules/libferret.so lib/gtk-2.0/modules/libgail.so lib/libgailutil.so lib/libgailutil.so.18 lib/libgailutil.so.%%LIBGAILVER%% lib/libgdk-x11-2.0.so lib/libgdk-x11-2.0.so.0 lib/libgdk-x11-2.0.so.%%LIBGVER%% lib/libgtk-x11-2.0.so lib/libgtk-x11-2.0.so.0 lib/libgtk-x11-2.0.so.%%LIBGVER%% libdata/pkgconfig/gail.pc libdata/pkgconfig/gdk-2.0.pc libdata/pkgconfig/gdk-x11-2.0.pc libdata/pkgconfig/gtk+-2.0.pc libdata/pkgconfig/gtk+-unix-print-2.0.pc libdata/pkgconfig/gtk+-x11-2.0.pc -man/man1/gtk-query-immodules-2.0.1.gz share/aclocal/gtk-2.0.m4 share/gir-1.0/Gdk-2.0.gir share/gir-1.0/GdkX11-2.0.gir share/gir-1.0/Gtk-2.0.gir share/gtk-2.0/demo/alphatest.png share/gtk-2.0/demo/apple-red.png share/gtk-2.0/demo/appwindow.c share/gtk-2.0/demo/assistant.c share/gtk-2.0/demo/background.jpg share/gtk-2.0/demo/builder.c share/gtk-2.0/demo/button_box.c share/gtk-2.0/demo/changedisplay.c share/gtk-2.0/demo/clipboard.c share/gtk-2.0/demo/colorsel.c share/gtk-2.0/demo/combobox.c share/gtk-2.0/demo/demo.ui share/gtk-2.0/demo/dialog.c share/gtk-2.0/demo/drawingarea.c share/gtk-2.0/demo/editable_cells.c share/gtk-2.0/demo/entry_buffer.c share/gtk-2.0/demo/entry_completion.c share/gtk-2.0/demo/expander.c share/gtk-2.0/demo/floppybuddy.gif share/gtk-2.0/demo/gnome-applets.png share/gtk-2.0/demo/gnome-calendar.png share/gtk-2.0/demo/gnome-foot.png share/gtk-2.0/demo/gnome-fs-directory.png share/gtk-2.0/demo/gnome-fs-regular.png share/gtk-2.0/demo/gnome-gimp.png share/gtk-2.0/demo/gnome-gmush.png share/gtk-2.0/demo/gnome-gsame.png share/gtk-2.0/demo/gnu-keys.png share/gtk-2.0/demo/gtk-logo-rgb.gif share/gtk-2.0/demo/hypertext.c share/gtk-2.0/demo/iconview.c share/gtk-2.0/demo/iconview_edit.c share/gtk-2.0/demo/images.c share/gtk-2.0/demo/infobar.c share/gtk-2.0/demo/list_store.c share/gtk-2.0/demo/links.c share/gtk-2.0/demo/menus.c share/gtk-2.0/demo/offscreen_window.c share/gtk-2.0/demo/offscreen_window2.c share/gtk-2.0/demo/panes.c share/gtk-2.0/demo/pickers.c share/gtk-2.0/demo/pixbufs.c share/gtk-2.0/demo/printing.c share/gtk-2.0/demo/rotated_text.c share/gtk-2.0/demo/search_entry.c share/gtk-2.0/demo/sizegroup.c share/gtk-2.0/demo/spinner.c share/gtk-2.0/demo/stock_browser.c share/gtk-2.0/demo/textscroll.c share/gtk-2.0/demo/textview.c share/gtk-2.0/demo/toolpalette.c share/gtk-2.0/demo/tree_store.c share/gtk-2.0/demo/ui_manager.c share/locale/af/LC_MESSAGES/gtk20-properties.mo share/locale/af/LC_MESSAGES/gtk20.mo share/locale/am/LC_MESSAGES/gtk20-properties.mo share/locale/am/LC_MESSAGES/gtk20.mo share/locale/ang/LC_MESSAGES/gtk20-properties.mo share/locale/ang/LC_MESSAGES/gtk20.mo share/locale/ar/LC_MESSAGES/gtk20-properties.mo share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/as/LC_MESSAGES/gtk20-properties.mo share/locale/as/LC_MESSAGES/gtk20.mo share/locale/ast/LC_MESSAGES/gtk20-properties.mo share/locale/ast/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20-properties.mo share/locale/az/LC_MESSAGES/gtk20.mo share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo share/locale/az_IR/LC_MESSAGES/gtk20.mo share/locale/be/LC_MESSAGES/gtk20-properties.mo share/locale/be/LC_MESSAGES/gtk20.mo share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo share/locale/be@latin/LC_MESSAGES/gtk20.mo share/locale/bg/LC_MESSAGES/gtk20-properties.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/bn/LC_MESSAGES/gtk20-properties.mo share/locale/bn/LC_MESSAGES/gtk20.mo share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo share/locale/bn_IN/LC_MESSAGES/gtk20.mo share/locale/br/LC_MESSAGES/gtk20-properties.mo share/locale/br/LC_MESSAGES/gtk20.mo share/locale/bs/LC_MESSAGES/gtk20-properties.mo share/locale/bs/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20-properties.mo share/locale/ca/LC_MESSAGES/gtk20.mo share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo share/locale/ca@valencia/LC_MESSAGES/gtk20.mo share/locale/crh/LC_MESSAGES/gtk20-properties.mo share/locale/crh/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20-properties.mo share/locale/cs/LC_MESSAGES/gtk20.mo share/locale/cy/LC_MESSAGES/gtk20-properties.mo share/locale/cy/LC_MESSAGES/gtk20.mo share/locale/da/LC_MESSAGES/gtk20-properties.mo share/locale/da/LC_MESSAGES/gtk20.mo share/locale/de/LC_MESSAGES/gtk20-properties.mo share/locale/de/LC_MESSAGES/gtk20.mo share/locale/dz/LC_MESSAGES/gtk20-properties.mo share/locale/dz/LC_MESSAGES/gtk20.mo share/locale/el/LC_MESSAGES/gtk20-properties.mo share/locale/el/LC_MESSAGES/gtk20.mo share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo share/locale/en_CA/LC_MESSAGES/gtk20.mo share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo share/locale/en_GB/LC_MESSAGES/gtk20.mo share/locale/eo/LC_MESSAGES/gtk20-properties.mo share/locale/eo/LC_MESSAGES/gtk20.mo share/locale/es/LC_MESSAGES/gtk20-properties.mo share/locale/es/LC_MESSAGES/gtk20.mo share/locale/et/LC_MESSAGES/gtk20-properties.mo share/locale/et/LC_MESSAGES/gtk20.mo share/locale/eu/LC_MESSAGES/gtk20-properties.mo share/locale/eu/LC_MESSAGES/gtk20.mo share/locale/fa/LC_MESSAGES/gtk20-properties.mo share/locale/fa/LC_MESSAGES/gtk20.mo share/locale/fi/LC_MESSAGES/gtk20-properties.mo share/locale/fi/LC_MESSAGES/gtk20.mo share/locale/fr/LC_MESSAGES/gtk20-properties.mo share/locale/fr/LC_MESSAGES/gtk20.mo share/locale/ga/LC_MESSAGES/gtk20-properties.mo share/locale/ga/LC_MESSAGES/gtk20.mo share/locale/gl/LC_MESSAGES/gtk20-properties.mo share/locale/gl/LC_MESSAGES/gtk20.mo share/locale/gu/LC_MESSAGES/gtk20-properties.mo share/locale/gu/LC_MESSAGES/gtk20.mo share/locale/he/LC_MESSAGES/gtk20-properties.mo share/locale/he/LC_MESSAGES/gtk20.mo share/locale/hi/LC_MESSAGES/gtk20-properties.mo share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20-properties.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20-properties.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/hy/LC_MESSAGES/gtk20-properties.mo share/locale/hy/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20-properties.mo share/locale/ia/LC_MESSAGES/gtk20.mo share/locale/id/LC_MESSAGES/gtk20-properties.mo share/locale/id/LC_MESSAGES/gtk20.mo share/locale/io/LC_MESSAGES/gtk20-properties.mo share/locale/io/LC_MESSAGES/gtk20.mo share/locale/is/LC_MESSAGES/gtk20-properties.mo share/locale/is/LC_MESSAGES/gtk20.mo share/locale/it/LC_MESSAGES/gtk20-properties.mo share/locale/it/LC_MESSAGES/gtk20.mo share/locale/ja/LC_MESSAGES/gtk20-properties.mo share/locale/ja/LC_MESSAGES/gtk20.mo share/locale/ka/LC_MESSAGES/gtk20-properties.mo share/locale/ka/LC_MESSAGES/gtk20.mo share/locale/kk/LC_MESSAGES/gtk20-properties.mo share/locale/kk/LC_MESSAGES/gtk20.mo share/locale/kn/LC_MESSAGES/gtk20-properties.mo share/locale/kn/LC_MESSAGES/gtk20.mo share/locale/ko/LC_MESSAGES/gtk20-properties.mo share/locale/ko/LC_MESSAGES/gtk20.mo share/locale/ku/LC_MESSAGES/gtk20-properties.mo share/locale/ku/LC_MESSAGES/gtk20.mo share/locale/li/LC_MESSAGES/gtk20-properties.mo share/locale/li/LC_MESSAGES/gtk20.mo share/locale/lt/LC_MESSAGES/gtk20-properties.mo share/locale/lt/LC_MESSAGES/gtk20.mo share/locale/lv/LC_MESSAGES/gtk20-properties.mo share/locale/lv/LC_MESSAGES/gtk20.mo share/locale/mai/LC_MESSAGES/gtk20-properties.mo share/locale/mai/LC_MESSAGES/gtk20.mo share/locale/mi/LC_MESSAGES/gtk20-properties.mo share/locale/mi/LC_MESSAGES/gtk20.mo share/locale/mk/LC_MESSAGES/gtk20-properties.mo share/locale/mk/LC_MESSAGES/gtk20.mo share/locale/ml/LC_MESSAGES/gtk20-properties.mo share/locale/ml/LC_MESSAGES/gtk20.mo share/locale/mn/LC_MESSAGES/gtk20-properties.mo share/locale/mn/LC_MESSAGES/gtk20.mo share/locale/mr/LC_MESSAGES/gtk20-properties.mo share/locale/mr/LC_MESSAGES/gtk20.mo share/locale/ms/LC_MESSAGES/gtk20-properties.mo share/locale/ms/LC_MESSAGES/gtk20.mo share/locale/my/LC_MESSAGES/gtk20-properties.mo share/locale/my/LC_MESSAGES/gtk20.mo share/locale/nb/LC_MESSAGES/gtk20-properties.mo share/locale/nb/LC_MESSAGES/gtk20.mo share/locale/nds/LC_MESSAGES/gtk20-properties.mo share/locale/nds/LC_MESSAGES/gtk20.mo share/locale/ne/LC_MESSAGES/gtk20-properties.mo share/locale/ne/LC_MESSAGES/gtk20.mo share/locale/nl/LC_MESSAGES/gtk20-properties.mo share/locale/nl/LC_MESSAGES/gtk20.mo share/locale/nn/LC_MESSAGES/gtk20-properties.mo share/locale/nn/LC_MESSAGES/gtk20.mo share/locale/nso/LC_MESSAGES/gtk20-properties.mo share/locale/nso/LC_MESSAGES/gtk20.mo share/locale/oc/LC_MESSAGES/gtk20-properties.mo share/locale/oc/LC_MESSAGES/gtk20.mo share/locale/or/LC_MESSAGES/gtk20-properties.mo share/locale/or/LC_MESSAGES/gtk20.mo share/locale/pa/LC_MESSAGES/gtk20-properties.mo share/locale/pa/LC_MESSAGES/gtk20.mo share/locale/pl/LC_MESSAGES/gtk20-properties.mo share/locale/pl/LC_MESSAGES/gtk20.mo share/locale/ps/LC_MESSAGES/gtk20-properties.mo share/locale/ps/LC_MESSAGES/gtk20.mo share/locale/pt/LC_MESSAGES/gtk20-properties.mo share/locale/pt/LC_MESSAGES/gtk20.mo share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo share/locale/pt_BR/LC_MESSAGES/gtk20.mo share/locale/ro/LC_MESSAGES/gtk20-properties.mo share/locale/ro/LC_MESSAGES/gtk20.mo share/locale/ru/LC_MESSAGES/gtk20-properties.mo share/locale/ru/LC_MESSAGES/gtk20.mo share/locale/rw/LC_MESSAGES/gtk20-properties.mo share/locale/rw/LC_MESSAGES/gtk20.mo share/locale/si/LC_MESSAGES/gtk20-properties.mo share/locale/si/LC_MESSAGES/gtk20.mo share/locale/sk/LC_MESSAGES/gtk20-properties.mo share/locale/sk/LC_MESSAGES/gtk20.mo share/locale/sl/LC_MESSAGES/gtk20-properties.mo share/locale/sl/LC_MESSAGES/gtk20.mo share/locale/sq/LC_MESSAGES/gtk20-properties.mo share/locale/sq/LC_MESSAGES/gtk20.mo share/locale/sr/LC_MESSAGES/gtk20-properties.mo share/locale/sr/LC_MESSAGES/gtk20.mo share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo share/locale/sr@ije/LC_MESSAGES/gtk20.mo share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo share/locale/sr@latin/LC_MESSAGES/gtk20.mo share/locale/sv/LC_MESSAGES/gtk20-properties.mo share/locale/sv/LC_MESSAGES/gtk20.mo share/locale/ta/LC_MESSAGES/gtk20-properties.mo share/locale/ta/LC_MESSAGES/gtk20.mo share/locale/te/LC_MESSAGES/gtk20-properties.mo share/locale/te/LC_MESSAGES/gtk20.mo share/locale/th/LC_MESSAGES/gtk20-properties.mo share/locale/th/LC_MESSAGES/gtk20.mo share/locale/tk/LC_MESSAGES/gtk20-properties.mo share/locale/tk/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20-properties.mo share/locale/tr/LC_MESSAGES/gtk20.mo share/locale/tt/LC_MESSAGES/gtk20-properties.mo share/locale/tt/LC_MESSAGES/gtk20.mo share/locale/ug/LC_MESSAGES/gtk20-properties.mo share/locale/ug/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20-properties.mo share/locale/uk/LC_MESSAGES/gtk20.mo share/locale/ur/LC_MESSAGES/gtk20-properties.mo share/locale/ur/LC_MESSAGES/gtk20.mo share/locale/uz/LC_MESSAGES/gtk20-properties.mo share/locale/uz/LC_MESSAGES/gtk20.mo share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo share/locale/vi/LC_MESSAGES/gtk20-properties.mo share/locale/vi/LC_MESSAGES/gtk20.mo share/locale/wa/LC_MESSAGES/gtk20-properties.mo share/locale/wa/LC_MESSAGES/gtk20.mo share/locale/xh/LC_MESSAGES/gtk20-properties.mo share/locale/xh/LC_MESSAGES/gtk20.mo share/locale/yi/LC_MESSAGES/gtk20-properties.mo share/locale/yi/LC_MESSAGES/gtk20.mo share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo share/locale/zh_CN/LC_MESSAGES/gtk20.mo share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo share/locale/zh_HK/LC_MESSAGES/gtk20.mo share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc @exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true @unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Raleigh/gtk-2.0 -@dirrmtry share/themes/Raleigh -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrmtry share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrm share/gtk-2.0/demo -@dirrm share/gtk-2.0 -@dirrm include/gtk-unix-print-2.0/gtk -@dirrm include/gtk-unix-print-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm include/gail-1.0/libgail-util -@dirrm include/gail-1.0/gail -@dirrm include/gail-1.0 -@dirrm etc/gtk-2.0 @unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache @exec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @exec /bin/mkdir -p %D/lib/gtk-2.0/modules @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/modules -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/printbackends -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/modules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%% -@dirrmtry lib/gtk-2.0 -@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/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 +@dir lib/gtk-2.0/modules +@dir lib/gtk-2.0/%%GTK2_VERSION%%/printbackends +@dir lib/gtk-2.0/%%GTK2_VERSION%%/modules +@dir lib/gtk-2.0/%%GTK2_VERSION%%/loaders +@dir lib/gtk-2.0/%%GTK2_VERSION%%/immodules +@dir lib/gtk-2.0/%%GTK2_VERSION%%/engines +@dir lib/gtk-2.0/%%GTK2_VERSION%% +@dir lib/gtk-2.0 Index: head/x11-toolkits/gtk30/Makefile =================================================================== --- head/x11-toolkits/gtk30/Makefile (revision 382367) +++ head/x11-toolkits/gtk30/Makefile (revision 382368) @@ -1,103 +1,103 @@ # Created by: Vanilla I. Shu # $FreeBSD$ # $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 20051 2014-11-10 09:39:43Z gusi $ # Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.14.7 +PORTVERSION= 3.14.10 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MASTER_SITE_SUBDIR= 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:${PORTSDIR}/accessibility/at-spi2-atk RUN_DEPENDS+= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme \ adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \ at-spi2-atk>=0:${PORTSDIR}/accessibility/at-spi2-atk USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= atk gdkpixbuf2 gtk-update-icon-cache \ introspection:build pango USES+= gettext gmake libtool pathfix perl5 pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -LIBVERSION= 0.1400.7 +LIBVERSION= 0.1400.10 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 \ org.gtk.exampleapp.gschema.xml OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG OPTIONS_DEFAULT=CUPS COLORD OPTIONS_SUB= yes COLORD_DESC= Color profile support COLORD_LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord COLORD_CONFIGURE_ENABLE=colord CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client CUPS_CONFIGURE_ENABLE= cups CLOUDPRINT_DESC= Cloud printing support CLOUDPRINT_CONFIGURE_ENABLE= cloudprint CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib DEBUG_CONFIGURE_ENABLE=debug # needed for the exists() check, booo .include 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 @${REINPLACE_CMD} -e 's|-DG_DISABLE_CHECKS||' \ ${WRKSRC}/configure 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: @${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/distinfo =================================================================== --- head/x11-toolkits/gtk30/distinfo (revision 382367) +++ head/x11-toolkits/gtk30/distinfo (revision 382368) @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.14.7.tar.xz) = fb9914b04f218c1afb4820ea492f3c6ab6d6993cc6634ecade8303678d05a46e -SIZE (gnome3/gtk+-3.14.7.tar.xz) = 15664532 +SHA256 (gnome3/gtk+-3.14.10.tar.xz) = c3a8d0a014b0025b3c4dd21faf7f9c273b684479ae60d089f06170761ac0c289 +SIZE (gnome3/gtk+-3.14.10.tar.xz) = 15783300