diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-09-07 21:31:56 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-09-07 21:31:56 +0000 |
commit | afdeebbc6317c3ff61e6d4bca00e5aee817f21e7 (patch) | |
tree | c1d8ca3db11dd7708c8f34983efe8c732a28a7c5 /x11/gtk3 | |
parent | 8339401b256f41f6bc9704aa9723e0efa7c85cdf (diff) | |
download | pkgsrc-afdeebbc6317c3ff61e6d4bca00e5aee817f21e7.tar.gz |
Update gtk3 to 3.8.4
3.8.4: Remove unintentional use of GLib 2.37 apis
3.8.3:
* Bugs fixed:
667759 gtkdnd-quartz.c is missing annotations for introspection
672271 File chooser seems over-enthusiastic about using subdir...
674108 Hard crash due to wrong NSAutoreleasePool stacking
680953 set_item_width / text wrapping doesn't work in iconview...
688738 GtkMenuButton problem with mnemonics / accelerators
691921 GTK+ (quartz) built on Mac OS X 10.5 references [NSMenu...
692548 Quartz: Cursor doesn't reset when the mouse leaves a to...
694273 Patch to support NSTextInputClient in text widgets
694755 When clicking Activities, sometimes gnome-shell crashes.
696498 can't set download folder
696640 GtkButton: Don't suppress unhandled mouse events
698183 Text input is too slow and some keys are broken after c...
698758 Wrong limit for "Native Windows wider or taller than 65...
700185 GtkWindow: problem with child widget visibility
700779 gtk_menu_item_draw puts the arrow too close to the border
701332 Patch for minor glitch in NSTextInput
701341 Windows only paint once in Weston 1.1
701365 Do not assert sm_proxy != NULL in GtkApplication inhibi...
701613 XEmbed doesn't work with frame-synced GTK/Mutter
702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
702763 ellipsize placeholder text
702913 Reduce hash table lookups in gdk_x11_screen_supports_ne...
703069 Opening a big menu activates some menu entry
703220 Memory allocation integer overflow in gdk_cairo_set_sou...
705181 Annoying beep on arrow keys when using IME on MacOS
705182 Reset Cocoa IME state when immodule is reset
705320 gtkicontheme: check for GdkPixbuf first
705692 Segmentation fault on horizontal slider
705750 Quartz input method doesn't work correctly for Chinese...
706152 g_object_notify called with NULL priv->focus_widget
* Translation updates:
Brazilian Portuguese
Traditional Chinese
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 5 | ||||
-rw-r--r-- | x11/gtk3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index bc1362e18ce..34cdaff4799 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2013/09/02 19:50:39 adam Exp $ +# $NetBSD: Makefile,v 1.43 2013/09/07 21:31:56 prlw1 Exp $ -DISTNAME= gtk+-3.8.2 +DISTNAME= gtk+-3.8.4 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo index f5941ac3ffe..0ae677772c8 100644 --- a/x11/gtk3/distinfo +++ b/x11/gtk3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2013/05/18 22:44:43 prlw1 Exp $ +$NetBSD: distinfo,v 1.19 2013/09/07 21:31:56 prlw1 Exp $ -SHA1 (gtk+-3.8.2.tar.xz) = c519b553b618588f288c70ea5dce1145588944eb -RMD160 (gtk+-3.8.2.tar.xz) = 1df32664805b746241ba4e45b20c658d248f24f3 -Size (gtk+-3.8.2.tar.xz) = 13701516 bytes +SHA1 (gtk+-3.8.4.tar.xz) = d4448633071a1c3866ff3c8be331c7bd6c3b3dd7 +RMD160 (gtk+-3.8.4.tar.xz) = 284d74b1f3c279158fc9ab8e7d2099f75a657653 +Size (gtk+-3.8.4.tar.xz) = 13716408 bytes SHA1 (patch-aj) = 88d5a5c25bcc005bce8597d1262e68a9e67b5f93 SHA1 (patch-config.h.in) = 479ebf5a5cf5ca6855fcda94063638a919bbf548 SHA1 (patch-configure) = 0bf253073a8799082f83fbd37b5424e9adf9b9d3 |