diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-01-09 21:38:32 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-01-09 21:38:32 +0000 |
commit | bc26c1cfafcde9db1676f37619a88c4fd7913b70 (patch) | |
tree | 036eded7b3a1aa26c2bb96cb0f52db06e32c6b47 /x11/gtk3 | |
parent | 5e69aede96d35a42260e0608c9ea6fe58b5a0af0 (diff) | |
download | pkgsrc-bc26c1cfafcde9db1676f37619a88c4fd7913b70.tar.gz |
Update gtk3 to 3.6.4
Changes in 3.6.4:
* Bug fixes:
691186 stylecontext: Make font hack not crash
Changes in 3.6.3:
* The Wayland backend works with Wayland 1.0.0 now
* Bug fixes:
132333 Can't add a palette to the dialog of a color button
371034 Doc for gtk_file_chooser_get_filename: Is the resulting...
548793 funny pattern for iterating GtkTreeModel
577806 gtk_file_chooser_add_shortcut_folder adds duplicates of...
626499 GtkClipboard unnotified on change of OS X pasteboard owner
668239 texts disappear when notebook switch page at zh_CN locate!
672193 windows (including menus) shown multiple times don't ge...
677339 GTK+ 3 documentation wrong about GtkWidget scroll-event...
683072 Print dialog shows cryptic status message and displays ...
687065 InstallableOptions is not filtered in cups backend
687816 GtkTreeView does not draw correctly since commit aaedc7b6
688710 [PATCH] Splash screens shouldn't stay on top of all app...
688884 Typo in gtk_tree_view_set_tooltip_column documentation
689235 Broken function declarations corrupt the stack on windows
690266 Freeze with F10/Shift-F10 on submenus
Win32: Avoid infinite recursion in the ime input module
Quartz: Fixes for splashscreen and tooltip windows
* Translation updates: Dutch German Gujarati Tamil Uyghur
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 0d20b17e3e8..25d921f49c7 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2012/11/13 21:55:27 adam Exp $ +# $NetBSD: Makefile,v 1.33 2013/01/09 21:38:32 prlw1 Exp $ -DISTNAME= gtk+-3.6.2 +DISTNAME= gtk+-3.6.4 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \ diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo index f1b017a3f2f..a29f3d4cac0 100644 --- a/x11/gtk3/distinfo +++ b/x11/gtk3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2012/11/13 21:55:27 adam Exp $ +$NetBSD: distinfo,v 1.15 2013/01/09 21:38:32 prlw1 Exp $ -SHA1 (gtk+-3.6.2.tar.xz) = 1afe3ca327f7a55838dd00adf5d4e91ef6437d7b -RMD160 (gtk+-3.6.2.tar.xz) = 3c2ea768357e41531403c68cf67577e9ec998b66 -Size (gtk+-3.6.2.tar.xz) = 13288392 bytes +SHA1 (gtk+-3.6.4.tar.xz) = 2f592b78c32c21ce452f2e6864c24adee62b3665 +RMD160 (gtk+-3.6.4.tar.xz) = 8dd671f443b3956e6b0a215dde94d5f481ac538a +Size (gtk+-3.6.4.tar.xz) = 13275488 bytes SHA1 (patch-aj) = 88d5a5c25bcc005bce8597d1262e68a9e67b5f93 |