diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-12 17:31:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-12 17:31:03 +0000 |
commit | 614b616d617cdcb75e8d3d74e9c277de449bbef1 (patch) | |
tree | 7e8633a597e33829e19e865bfa73b7c451409b45 /x11 | |
parent | 29665a0acac435c4b6a482c9539bba55a1c6e069 (diff) | |
download | pkgsrc-614b616d617cdcb75e8d3d74e9c277de449bbef1.tar.gz |
Update to 2.8.10:
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10
==================================================
* Derive GtkObject from GInitiallyUnowned instead of
GObject, if possible. Note that this change is known
to break versions of the GTK+ Perl bindings older
than GTK+ Perl 2.13.4. [Tim Janik]
* Add a setting to allow falling back to another icon
theme before trying hicolor. [Rodney Dawes]
* Require GLib 2.8.5
* Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi)
* Bugs fixed:
137351 GtkEntryCompletion sometimes selects first completion item
[Niklas Knutsson]
165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair]
317687 gnome-panel crash by clicking on settings
321548 speed up gtk_text_iter_set_visible_line_index [Paolo
Borelli]
323843 Garbage in gtk_text_view_get_border_window_size()
323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance
bug [Peter Lund]
324044 Documentation entry for GtkTreeView::row-activated
[Davyd Madeley]
323504 Gtk-CRITICAL when dragging a launcher from the menu
to the top panel [Kjartan Maraas]
323655 Improved support for Icon Naming Spec in unix filesystem
backend [Rodney Dawes]
323995 hidden widgets distort the left/right/up/down focus
order [Dan Winship]
324588 icon_view auto dnd and the item-activated signal
[Dave Andreoli]
322475 icon view's horizontal layout doesn't respect
item_width [Alex Graveley]
324815 Typo in gtkwindow.c [Ross Burton]
324996 Description about gtk_im_context_filter_keypress on API
reference
323666 gdk_window_scroll doesn't invalidate if another top-level
is above window [John Ehresman]
322264 gdk_drawable_get_visible_region win32 / x11 inconsistency
[John Ehresman]
325358 word erase in text fields considers space as a separate
word [Akkana Peck]
325443 gtk_drag_begin doesn't work unless given a motion event
[Peter Harvey]
325723 gtk_ui_manager_get_toplevels does not return an empty
list [Steve Chaplin]
305894 excessive memory use in gdk_pixbuf_new_from_file_XXX
functions [Denis Vlasenko, Michael Natterer]
325199 The API reference for gtk_exit() states that it's
deprecated but doesn't state the replacement function,
if any [Ævar Arnfjörð Bjarmason]
325869 GtkViewPort not releasing signal handlers on destruction
[Jorn Baayen]
325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION
[Martyn Russell]
325817 FileChooserButton uses "Home" instead of directory name
[Federico Mena Quintero]
326098 label alignment is wrong when width-chars is set [Benjamin Otte]
326200 translations in GtkActionGroup erroneously translated
[Christian Stimming]
326429 in gtk.h, twice the same lines [Benoît Carpentier]
326064 Artifacts on some widgets [Andrew Conkling]
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 6 | ||||
-rw-r--r-- | x11/gtk2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 070b540ec22..eb7cd64155d 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2005/12/29 06:22:25 jlam Exp $ +# $NetBSD: Makefile,v 1.103 2006/01/12 17:31:03 wiz Exp $ # -DISTNAME= gtk+-2.8.9 +DISTNAME= gtk+-2.8.10 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ @@ -17,7 +17,7 @@ CONFLICTS= gtk2-engines<2.6.0 BUILD_USES_MSGFMT= yes -BUILDLINK_DEPENDS.glib2+= glib2>=2.8.2 +BUILDLINK_DEPENDS.glib2+= glib2>=2.8.5 BUILDLINK_DEPENDS.pango+= pango>=1.10.0 BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2nb2 diff --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo index 86b571314f1..c18f99b7ce8 100644 --- a/x11/gtk2/distinfo +++ b/x11/gtk2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.56 2005/12/11 23:11:47 joerg Exp $ +$NetBSD: distinfo,v 1.57 2006/01/12 17:31:03 wiz Exp $ -SHA1 (gtk+-2.8.9.tar.bz2) = 8560c2ac2275bca7b9fd7d00c41555f95c638b82 -RMD160 (gtk+-2.8.9.tar.bz2) = 3c458a11d22c7d658fcc65b969bf61d875a7559b -Size (gtk+-2.8.9.tar.bz2) = 11949090 bytes +SHA1 (gtk+-2.8.10.tar.bz2) = 12daab07fc27c9715cc70d89e6f92a6f5d6de0b9 +RMD160 (gtk+-2.8.10.tar.bz2) = f549c1de4d938b3bc6780eab0766ec5020070568 +Size (gtk+-2.8.10.tar.bz2) = 11964355 bytes SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983 SHA1 (patch-ab) = 213b38a1a3939194ac5c54234a1deccf935db368 SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79 |