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.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad7ab2f80de0
branches: trunk
changeset: 524119:ad7ab2f80de0
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 18 22:43:29 2007 +0000
description:
Update to 2.12.8:
Overview of Changes from GTK+ 2.10.7 to 2.10.8
==============================================
* Bugs fixed:
393102 _gtk_modules_init assumes display is not opened instead o...
395326 Gedit crashed no open text documents
394855 impossible to build the directfb version
396161 GtkUIManager crashing on unknown action in ui-file
334168 Single '~' in location entry doesn't go to $HOME
363147 GTKFileChoser Does not Show Desktop and Home after Uncol...
390746 Custom tab title not set correctly on Microsoft Windows
393813 Segfault in gtk_text_view_set_border_window_size()
395316 File leak in gtk-demo
395830 Wrong named icon lookup when requested size matches two s...
396074 libgtk should link against Xfixes
396160 Memory leak in gtkselection
396175 wrong GtkWarning: Input method gtk-im-context-simple shou...
396470 Missing slider redraw in GtkRange if activate-slider is set
153828 Filechooser does not remember state
357303 Gnome Main Menu Recent Documents extended by long file na...
394000 Documentation error for GdkPixdata
392504 The crosshair mouse cursor look a bit funny
393255 GtkNotebook: Menu label centered instead of left aligned
395045 gtk_radio_button_focus: Harmless compiler warning
* Updated translations (bg,lt,sl)
diffstat:
x11/gtk2/Makefile | 5 ++---
x11/gtk2/distinfo | 9 ++++-----
x11/gtk2/patches/patch-aj | 22 ----------------------
3 files changed, 6 insertions(+), 30 deletions(-)
diffs (60 lines):
diff -r 9188f34d32f3 -r ad7ab2f80de0 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Thu Jan 18 22:42:56 2007 +0000
+++ b/x11/gtk2/Makefile Thu Jan 18 22:43:29 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2007/01/10 18:03:51 drochner Exp $
+# $NetBSD: Makefile,v 1.136 2007/01/18 22:43:29 wiz Exp $
-DISTNAME= gtk+-2.10.7
-PKGREVISION= 1
+DISTNAME= gtk+-2.10.8
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.10/ \
diff -r 9188f34d32f3 -r ad7ab2f80de0 x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Thu Jan 18 22:42:56 2007 +0000
+++ b/x11/gtk2/distinfo Thu Jan 18 22:43:29 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.79 2007/01/10 18:03:51 drochner Exp $
+$NetBSD: distinfo,v 1.80 2007/01/18 22:43:30 wiz Exp $
-SHA1 (gtk+-2.10.7.tar.bz2) = 784a7ecc75767306efe1f200a1251968f944143e
-RMD160 (gtk+-2.10.7.tar.bz2) = 130af39787b146166846f44b104ea0c3683d0578
-Size (gtk+-2.10.7.tar.bz2) = 14955229 bytes
+SHA1 (gtk+-2.10.8.tar.bz2) = 23025aba4099c1013744236a7ae5f5ea61c32e50
+RMD160 (gtk+-2.10.8.tar.bz2) = ff2bed57966b3ab1d74fd22b17a74e1f9a4713ed
+Size (gtk+-2.10.8.tar.bz2) = 14928739 bytes
SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983
SHA1 (patch-ab) = 1762c9e3361c071c632cd7eb2af7b17ca3078e5b
SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15
@@ -10,4 +10,3 @@
SHA1 (patch-af) = 36734d064fc2b103755cf86bea85a0dc33154f90
SHA1 (patch-ag) = 1df97f257dc4a170d0ad37eb6755fc5ba327b6a9
SHA1 (patch-ai) = c54cd41297cae98355cc9cb61a762463bac43902
-SHA1 (patch-aj) = baf52dd96d27af5bd60340111901d551826d2dd4
diff -r 9188f34d32f3 -r ad7ab2f80de0 x11/gtk2/patches/patch-aj
--- a/x11/gtk2/patches/patch-aj Thu Jan 18 22:42:56 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aj,v 1.9 2007/01/10 18:03:51 drochner Exp $
-
---- gtk/gtktextview.c.orig 2007-01-10 16:25:02.000000000 +0100
-+++ gtk/gtktextview.c
-@@ -8071,7 +8071,7 @@ set_window_width (GtkTextView *text
- width, 0);
- /* if the widget is already realized we need to realize the child manually */
- if (GTK_WIDGET_REALIZED (text_view))
-- text_window_realize (*winp, GTK_WIDGET (text_view)->window);
-+ text_window_realize (*winp, GTK_WIDGET (text_view));
- }
- else
- {
-@@ -8111,7 +8111,7 @@ set_window_height (GtkTextView *tex
-
- /* if the widget is already realized we need to realize the child manually */
- if (GTK_WIDGET_REALIZED (text_view))
-- text_window_realize (*winp, GTK_WIDGET (text_view)->window);
-+ text_window_realize (*winp, GTK_WIDGET (text_view));
- }
- else
- {
Home |
Main Index |
Thread Index |
Old Index