pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Update to 2.12.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89f72d5ac2cf
branches:  trunk
changeset: 534583:89f72d5ac2cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 12:17:06 2007 +0000

description:
Update to 2.12.1:

Overview of Changes from GTK+ 2.12.0 to 2.12.1
==============================================

 * Bugs fixed:
 472965 a small improvement for scrolling behavior with PgUp/PgDown
 460194 Gtk tooltips + swt crash
 478803 Segfault in gtk_print_operation_run when no range specified
 480123 Crash from GTK's new search feature
 483223 im-xim.so leaves callbacks connected to display "closed" ...
 476342 Icon cache validation causes severe page-in
 484008 configure fails during CUPS version tests on some platforms
 327243 GtkFileChooserButton emits two "selection-changed" signal...
 465380 gtkfilechooser cannot show the modified date on none UTF-...
 467269 Inkscape Flickers horribly
 476686 gtkrecentchooser select-multiple property
 478173 GTK's Tracker search engine does not work anymore
 478371 totem volume slider appears on all workspaces
 482089 GtkPrintOperation check for null default signal handler b...
 482504 Missing locale to UTF-8 conversion for modification time ...
 482841 critical warnings on gdk_display_close after _gtk_tooltip...
 483563 remains of gtk_widget_ref() in gtkdnd.c
 483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
 484650 Typo in docs for GdkGrabBroken
 484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
 486360 Failed to convert Empathy Glade files
 389358 print dialog: unit selection dialog can't be closed
 448343 File chooser should maintain sort state during folder swi...
 477447 GtkPaned documentation doesn't mention behaviour with onl...
 482034 GtkMenuPositionFunc push_in parameter description
 482837 duplicate declaration of gtk_notebook_create_window()
 478637 Notebook tab labels not correctly centered in ms-windows ...
 484132 gtk_recent_info_get_icon docs
 486636 "Cannot open display" message doesn't include display whe...
 455284 Ctrl+L should work depending if it has focus or not
 478377 10x speed up for window motion/scroll (gdk-quartz)
 485301 Filename is garbled in print dialog on none UTF-8
 485437 Fix testxinerama.c to not query current monitor by default
 486155 Docs for gtk_text_iter_forward_line()
 339877 pixbuf loader incorrectly returns wbmp
 456137 Pidgin will crash in fail-safe session due to a NULL poin...
 456676 Critical warning in gtk_drag_drop_finished()
 352643 crash in gtk_entry_completion_default_completion_func
 477280 volume button docs fix
 477704 Add docs for GtkTreeModelForeachFunc
 476920 Move GtkFileSelection to the deprecated section

 * Updated translations:
 - Arabic (ar)
 - Assamese (as)
 - Belarusian Latin (be@latin)
 - Catalan (ca)
 - Estonian (et)
 - Basque (eu)
 - Hebrew (he)
 - Ido (io)
 - Italian (it)
 - Japanese (ja)
 - Georgian (ka)
 - Kannada (kn)
 - Korean (ko)
 - Lithuanian (lt)
 - Dutch (nl)
 - Polish (pl)
 - Romanian (ro)
 - Slovenian (sl)

diffstat:

 x11/gtk2/Makefile         |   5 ++---
 x11/gtk2/PLIST            |   6 +++++-
 x11/gtk2/distinfo         |   9 ++++-----
 x11/gtk2/patches/patch-ab |  33 ---------------------------------
 4 files changed, 11 insertions(+), 42 deletions(-)

diffs (95 lines):

diff -r 93a89aab817c -r 89f72d5ac2cf x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Sat Oct 27 11:49:32 2007 +0000
+++ b/x11/gtk2/Makefile Sat Oct 27 12:17:06 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.145 2007/09/18 10:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.146 2007/10/27 12:17:06 wiz Exp $
 
-DISTNAME=              gtk+-2.12.0
+DISTNAME=              gtk+-2.12.1
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
-PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.12/ \
                        ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.12/ \
diff -r 93a89aab817c -r 89f72d5ac2cf x11/gtk2/PLIST
--- a/x11/gtk2/PLIST    Sat Oct 27 11:49:32 2007 +0000
+++ b/x11/gtk2/PLIST    Sat Oct 27 12:17:06 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2007/09/16 19:53:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.55 2007/10/27 12:17:08 wiz Exp $
 bin/gdk-pixbuf-csource
 bin/gdk-pixbuf-query-loaders
 bin/gtk-builder-convert
@@ -962,6 +962,8 @@
 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/az/LC_MESSAGES/gtk20-properties.mo
 share/locale/az/LC_MESSAGES/gtk20.mo
 share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
@@ -1032,6 +1034,8 @@
 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
diff -r 93a89aab817c -r 89f72d5ac2cf x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sat Oct 27 11:49:32 2007 +0000
+++ b/x11/gtk2/distinfo Sat Oct 27 12:17:06 2007 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.91 2007/10/21 02:03:34 obache Exp $
+$NetBSD: distinfo,v 1.92 2007/10/27 12:17:08 wiz Exp $
 
-SHA1 (gtk+-2.12.0.tar.bz2) = f5ecbf73a789a8880a6b2e15279267bb113980e2
-RMD160 (gtk+-2.12.0.tar.bz2) = 226c8f38eb7895d63f81feb60152db1ca3599628
-Size (gtk+-2.12.0.tar.bz2) = 15732170 bytes
+SHA1 (gtk+-2.12.1.tar.bz2) = 80114570273608251ef5acf9ee3daa4a3eb3d56b
+RMD160 (gtk+-2.12.1.tar.bz2) = 3c3facd971a20178060c7e7cfe9d4cefd651250b
+Size (gtk+-2.12.1.tar.bz2) = 15856678 bytes
 SHA1 (patch-aa) = 507f43c8257607c3ddb194015cc67c5b166a5047
-SHA1 (patch-ab) = f3c18aae126b4c7cb240b31af8ddf41226266a79
 SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15
 SHA1 (patch-ai) = a71559e7f06a0334f19e3d44288dae5fcecff131
diff -r 93a89aab817c -r 89f72d5ac2cf x11/gtk2/patches/patch-ab
--- a/x11/gtk2/patches/patch-ab Sat Oct 27 11:49:32 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-ab,v 1.18 2007/09/18 10:44:57 wiz Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=476342
-
-From upstream SVN:
-   Revision 18823 - (view) (annotate) - [select for diffs]
-   Modified Fri Sep 14 02:11:01 2007 UTC (4 days, 6 hours ago) by matthiasc
-   File length: 13336 byte(s)
-   Diff to previous 17898
-
- Turn off icon cache validation by default
-
---- gtk/gtkiconcache.c.orig    2007-09-13 20:35:41.000000000 +0000
-+++ gtk/gtkiconcache.c
-@@ -127,6 +127,9 @@ _gtk_icon_cache_new_for_path (const gcha
-   info.n_directories = 0;
-   info.flags = CHECK_OFFSETS|CHECK_STRINGS;
- 
-+#ifdef G_ENABLE_DEBUG
-+  if (gtk_debug_flags & GTK_DEBUG_ICONTHEME)
-+    {
-   if (!_gtk_icon_cache_validate (&info))
-     {
-       g_mapped_file_free (map);
-@@ -134,6 +137,8 @@ _gtk_icon_cache_new_for_path (const gcha
- 
-       goto done;
-     }
-+    }
-+#endif
-   
-   GTK_NOTE (ICONTHEME, g_print ("found cache for %s\n", path));
- 



Home | Main Index | Thread Index | Old Index