summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-18 22:43:29 +0000
committerwiz <wiz@pkgsrc.org>2007-01-18 22:43:29 +0000
commit96855f2d7d8773ab02d6a353c2651c884a6f9725 (patch)
tree00166d0e1cbfc541d8b7306966a7441e13e63ccb /x11/gtk2
parentcfe4f37f51fa7a2282563cda6166922458b127cf (diff)
downloadpkgsrc-96855f2d7d8773ab02d6a353c2651c884a6f9725.tar.gz
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 (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile5
-rw-r--r--x11/gtk2/distinfo9
-rw-r--r--x11/gtk2/patches/patch-aj22
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
- {