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.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3edf1da41caa
branches:  trunk
changeset: 503443:3edf1da41caa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 20 16:50:19 2005 +0000

description:
Update to 2.8.7:

Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7
=================================================
* GtkFileChooser
 - Don't special-case the names of Home and Desktop
   [Federico Mena Quintero]
 - Avoid loading more than one directory initially.
   [Federico]
 - Make the file chooser work better with window
   groups [Christian Persch]
 - Improve keynav in the pathbar [Carlos Garnacho,
   Andrei Yurkevich]
 - Don't access unmounted volumes [Federico]
* GtkTextView
 - Avoid quadratic blowup when deleting text with
   lots of tags [Matthias Clasen]
 - Fix drag-selection corner cases [Arvind S N,
   Paolo Borelli]
* GtkEntry
 - Add the entry completion popup to the window
   group  [Christian Persch]
* GtkTreeView
 - Fix background drawing in RTL locales [Eric Cazeaux]
 - Handle Shift-G for going back in typeahead
   search [Christian Neumair]
* GtkComboBox
 - Leave Ctrl-PageUp/PageDown to applications
   [Christian Neumair]
* Fix compilation problems with gtkcalendar.c
  [Matthias Hasselmann]
* Add labels for GTK_STOCK_CONNECT and
  GTK_STOCK_DISCONNECT items [Richard Hult]
* Resolve symbols in dlopened modules lazily  [Laszlo
  Peter]
* GDK
 - Don't try to set overlarge window icons [Claudio
   Saavedra]
 - Improve handling of odd keymaps [Kean Johnston]
* Win32 changes
 - Speed up compositing [John Ehresman]
 - Improve handling of clipboard [Tor Lillqvist]
 - Improve visuals of scrollbars, toolbars, handleboxes
   and menubars in the ms-windows theme [Dom Lachowicz]
 - Make icon masks work on Win98 [Peter Zelezny]
 - Hide resize and maximize buttons on non-resizable
   windows [Tor]
 - Don't hide dotfiles [Tor]
* Bug fixes [Kazuki Iwamoto, Ross Burton, Michael
  Natterer, Bogdan Nicula, Damien Carbery, Gustavo
  Carneiro, Tommi Komulainen, Thomas Klausner,
  Alexander Larsson, Bastien Nocera, Federico
  Mena Quintero, John Ehresman, Paolo Borelli,
  Antonio Sacchi, Christian Persch, Carlos
  Garnacho, Jeremy Cook, Nickolay V. Shmyrev,
  Richard Hult, Maxim Udushlivy, Peter Zelezny]
* Documentation improvements [Paolo Borelli,
  Christian Neumair, Christian Persch

diffstat:

 x11/gtk2/Makefile         |   4 ++--
 x11/gtk2/distinfo         |   9 ++++-----
 x11/gtk2/patches/patch-ai |  12 ------------
 3 files changed, 6 insertions(+), 19 deletions(-)

diffs (50 lines):

diff -r 5661891aa904 -r 3edf1da41caa x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Sun Nov 20 16:40:02 2005 +0000
+++ b/x11/gtk2/Makefile Sun Nov 20 16:50:19 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2005/10/07 19:48:02 jmmv Exp $
+# $NetBSD: Makefile,v 1.97 2005/11/20 16:50:19 wiz Exp $
 #
 
-DISTNAME=              gtk+-2.8.6
+DISTNAME=              gtk+-2.8.7
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
 CATEGORIES=            x11
 MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.8/ \
diff -r 5661891aa904 -r 3edf1da41caa x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sun Nov 20 16:40:02 2005 +0000
+++ b/x11/gtk2/distinfo Sun Nov 20 16:50:19 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.52 2005/10/05 14:37:44 wiz Exp $
+$NetBSD: distinfo,v 1.53 2005/11/20 16:50:19 wiz Exp $
 
-SHA1 (gtk+-2.8.6.tar.bz2) = 7760e325ddd535fa7e606a047133a6a7cfb71ca4
-RMD160 (gtk+-2.8.6.tar.bz2) = c70f0dee25bd5fe95defb2dfa492ea587fd167b3
-Size (gtk+-2.8.6.tar.bz2) = 11818976 bytes
+SHA1 (gtk+-2.8.7.tar.bz2) = 9edd59987e20d9da16c8d2b2fa3199211d6b831d
+RMD160 (gtk+-2.8.7.tar.bz2) = 003b9f48ac00f43f355e591b0a3d98c751148232
+Size (gtk+-2.8.7.tar.bz2) = 11848679 bytes
 SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983
 SHA1 (patch-ab) = 213b38a1a3939194ac5c54234a1deccf935db368
 SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79
@@ -11,4 +11,3 @@
 SHA1 (patch-af) = cac12b7a8fb37d906d70f1654d7c98f51b1e42fc
 SHA1 (patch-ag) = 2166d1832ecd928583e4a1b7e9a6a37b37f2b403
 SHA1 (patch-ah) = bb6d8fdcaba561af678e2a86aa92ca4e864e573f
-SHA1 (patch-ai) = 71d35a12d661f2ae020c57887a35cf0f59a375ed
diff -r 5661891aa904 -r 3edf1da41caa x11/gtk2/patches/patch-ai
--- a/x11/gtk2/patches/patch-ai Sun Nov 20 16:40:02 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ai,v 1.11 2005/10/05 14:37:45 wiz Exp $
-
---- gtk/gtkcalendar.c.orig     2005-10-04 05:24:16.000000000 +0200
-+++ gtk/gtkcalendar.c
-@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar
-   GtkCalendarPrivate *priv;
-   gchar *year_before;
-   gchar *langinfo;
-+  gchar *week_start;
-   gint week_1stday = 0;
-   gint first_weekday = 1;
-   guint week_origin;



Home | Main Index | Thread Index | Old Index