diff options
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11/gtk2/distinfo | 9 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-aj | 22 |
3 files changed, 6 insertions, 30 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 418a7cb1fe7..0bb0a3b8ed2 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -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 --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo index 55961e78172..8025b6ae107 100644 --- a/x11/gtk2/distinfo +++ b/x11/gtk2/distinfo @@ -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-ae) = f64113f824efced935f2c464c340cf0ab1c0b460 SHA1 (patch-af) = 36734d064fc2b103755cf86bea85a0dc33154f90 SHA1 (patch-ag) = 1df97f257dc4a170d0ad37eb6755fc5ba327b6a9 SHA1 (patch-ai) = c54cd41297cae98355cc9cb61a762463bac43902 -SHA1 (patch-aj) = baf52dd96d27af5bd60340111901d551826d2dd4 diff --git a/x11/gtk2/patches/patch-aj b/x11/gtk2/patches/patch-aj deleted file mode 100644 index 6a85839976b..00000000000 --- a/x11/gtk2/patches/patch-aj +++ /dev/null @@ -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 - { |