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.8.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd460fb90ecd
branches: trunk
changeset: 509391:dd460fb90ecd
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 09 17:17:52 2006 +0000
description:
Update to 2.8.14:
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14
===================================================
* Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in
combination with GLib-2.10, at least GLib-2.10.1 is required now).
* Bugs fixed:
320132 Drag cursor position not identical with the drag hotspot
[Christian Neumair]
333133 wrong appearance for colour button [Christian Persch]
321301 ms-windows-engine differences from native GUI - combo boxes
[Jernej Simončič, Dom Lachowicz]
333291 Focus line of GtkExpander at the wrong place in RTL mode
[Benjamin Berg]
324562 XInput events are at incorrect xy-coordinates [Denis Auroux]
142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren]
332985 GtkButton doesn't allow image-only buttons via "image"
property [Kalle Vahlmann]
333555 When changing icon of button, icon does not change
332466 Strange row spacing in GtkIconView when item width is set
[Donald Straney]
333363 build_insensitive_pixmap does not check return value
from gdk_pixbuf_get_from_drawable [Ed Catmur]
333268 Crash in gnome-program when running a program with an wrong display
[Paolo Maggi, Christian Persch]
333377 Cursor does not appear everytime when clicking on the widget
[Steve Frécinaux]
323401 blink_cb optimization is not working
316689 GtkTreeView does not resize correctly [Chris Lord]
148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann]
* Updated translations (cy,de,es,nn,pl)
diffstat:
x11/gtk2/Makefile | 6 +++---
x11/gtk2/distinfo | 9 ++++-----
x11/gtk2/patches/patch-ai | 13 -------------
3 files changed, 7 insertions(+), 21 deletions(-)
diffs (61 lines):
diff -r be3b9a89b20b -r dd460fb90ecd x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Thu Mar 09 17:16:18 2006 +0000
+++ b/x11/gtk2/Makefile Thu Mar 09 17:17:52 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2006/02/25 13:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2006/03/09 17:17:52 wiz Exp $
#
-DISTNAME= gtk+-2.8.13
+DISTNAME= gtk+-2.8.14
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \
@@ -17,7 +17,7 @@
BUILD_USES_MSGFMT= yes
-BUILDLINK_DEPENDS.glib2+= glib2>=2.8.5
+BUILDLINK_DEPENDS.glib2+= glib2>=2.10.1
BUILDLINK_DEPENDS.pango+= pango>=1.10.0
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2nb2
diff -r be3b9a89b20b -r dd460fb90ecd x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Thu Mar 09 17:16:18 2006 +0000
+++ b/x11/gtk2/distinfo Thu Mar 09 17:17:52 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2006/02/25 13:32:10 wiz Exp $
+$NetBSD: distinfo,v 1.62 2006/03/09 17:17:52 wiz Exp $
-SHA1 (gtk+-2.8.13.tar.bz2) = 7e6127bee5b825a7bfa91348aa6b143b0b2da365
-RMD160 (gtk+-2.8.13.tar.bz2) = bb7e391c2a7c1eedcd83a13119a6166f3c79f3e2
-Size (gtk+-2.8.13.tar.bz2) = 12085443 bytes
+SHA1 (gtk+-2.8.14.tar.bz2) = 5a59cdc7ebd956f7d4e82b4a57cfdc46f60a7cef
+RMD160 (gtk+-2.8.14.tar.bz2) = 79faceb1737297be1b977de881352867c8f48b40
+Size (gtk+-2.8.14.tar.bz2) = 12149523 bytes
SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983
SHA1 (patch-ab) = 213b38a1a3939194ac5c54234a1deccf935db368
SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79
@@ -11,5 +11,4 @@
SHA1 (patch-af) = cac12b7a8fb37d906d70f1654d7c98f51b1e42fc
SHA1 (patch-ag) = 2166d1832ecd928583e4a1b7e9a6a37b37f2b403
SHA1 (patch-ah) = bb6d8fdcaba561af678e2a86aa92ca4e864e573f
-SHA1 (patch-ai) = eb525ab295ca2661acc0d0a0e82fdda7ff1b929e
SHA1 (patch-aj) = ed95e08ca3fd5db47e32975b07d89a63007e33bf
diff -r be3b9a89b20b -r dd460fb90ecd x11/gtk2/patches/patch-ai
--- a/x11/gtk2/patches/patch-ai Thu Mar 09 17:16:18 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.13 2005/12/11 23:11:47 joerg Exp $
-
---- gtk/xdgmime/xdgmimemagic.c.orig 2005-12-11 21:31:25.000000000 +0000
-+++ gtk/xdgmime/xdgmimemagic.c
-@@ -47,8 +47,6 @@
- #define TRUE (!FALSE)
- #endif
-
--extern int errno;
--
- typedef struct XdgMimeMagicMatch XdgMimeMagicMatch;
- typedef struct XdgMimeMagicMatchlet XdgMimeMagicMatchlet;
-
Home |
Main Index |
Thread Index |
Old Index