diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-04-21 14:53:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-04-21 14:53:19 +0000 |
commit | 82b479abe124bc7ccca122c5a5ee10bea0d60497 (patch) | |
tree | c571039f5863edaa8afe89f75d4adb71d184fdce /x11/p5-gtk2 | |
parent | 7370d0ea7e7d7449659f2aff4bfe900ec3851482 (diff) | |
download | pkgsrc-82b479abe124bc7ccca122c5a5ee10bea0d60497.tar.gz |
Update to 1.182:
Overview of changes in Gtk2 1.182
=================================
* Correct memory management in Gtk2::ScaleButton::new() and set_icons().
* Fix many build and test suite issues, especially on MSWin32 and cygwin.
Overview of changes in Gtk2 1.181
=================================
* Fix a test failure.
* Fix a Makefile.PL problem encountered by CPAN testers.
Overview of changes in Gtk2 1.180
=================================
Since 1.16x (the previous stable series)
----------------------------------------
* Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
* Correct the way we check values for definedness.
* Allow Perl code to implement GtkCellLayoutIface.
* Allow Perl code to implement GtkBuildableIface.
* Add accessors for Gtk2::Assistant's buttons.
* Add Gtk2::Container::forall, Gtk2::Pango::Layout::set_height,
Gtk2::Pango::Layout::get_height, Gtk2::Pango::LayoutIter_get_layout,
Gtk2::Pango::Renderer::get_layout, and
Gtk2::Pango::Renderer::get_layout_line.
* Improve documentation.
* Fix many leaks and other memory handling issues.
Since 1.173
-----------
* Fix test failures.
Overview of changes in Gtk2 1.173
=================================
* Fix memory handling bugs in Gtk2::Gdk::Region::get_clipbox and
Gtk2::StatusIcon::get_geometry.
* Make Gtk2::Gdk::Pixbuf::new_from_xpm_data handle incomplete XPM data
gracefully.
* Wrap new API:
- pango_layout_set_height, pango_layout_get_height
- pango_layout_iter_get_layout
- pango_renderer_get_layout, pango_renderer_get_layout_line
* Improve documentation in many places.
* Fix some test failures.
Overview of changes in Gtk2 1.172
=================================
* Improve the documentation significantly in many places.
* Allow Perl code to implement GtkCellLayoutIface.
* Allow Perl code to implement GtkBuildableIface.
* Make Gtk2::CellLayout::set_attributes() properly clear all previous
attributes.
* Add accessors for Gtk2::Assistant's cancel, forward, back, apply, close, and
last buttons.
* Add Gtk2::Container::forall.
* Fix build and test suite issues.
Overview of changes in Gtk2 1.171
=================================
* Avoid syntax that was causing perl errors in Gtk2::Builder::_do_connect on
some platforms.
* Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
* Improve the documentation in various places.
* Make Gtk2::Gdk::Color::new take an optional pixel value.
* Correct the way we check values for definedness: use Glib's
gperl_sv_defined(), an XS version of perl's defined(). Among other things,
this should fix the problems where tied values were reported as undefined.
* Plug memory leaks.
Overview of changes in Gtk2 1.170
=================================
* Make our build output prettier.
* Publicize our Makefile.PL-time requirements through META.yml's
configure_requires.
* Fix leak in Gtk2::Pango::Layout::get_iter.
* Fix a few test failures.
Diffstat (limited to 'x11/p5-gtk2')
-rw-r--r-- | x11/p5-gtk2/Makefile | 6 | ||||
-rw-r--r-- | x11/p5-gtk2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 826d7b7617d..4c0cafa54de 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/02/20 11:07:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.24 2008/04/21 14:53:19 xtraeme Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} @@ -9,12 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings for GTK+ 2.0 -DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends +DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig USE_TOOLS+= pkg-config -DIST_VER= 1.164 +DIST_VER= 1.182 PERL5_PACKLIST= auto/Gtk2/.packlist diff --git a/x11/p5-gtk2/distinfo b/x11/p5-gtk2/distinfo index f1723e1029c..6df47d79129 100644 --- a/x11/p5-gtk2/distinfo +++ b/x11/p5-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/02/20 11:07:29 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2008/04/21 14:53:19 xtraeme Exp $ -SHA1 (Gtk2-1.164.tar.gz) = e2c147b412aecbe87983e317461e0997b2a7148a -RMD160 (Gtk2-1.164.tar.gz) = db776ddc4c55f28593ea797da4e33461b09f2eac -Size (Gtk2-1.164.tar.gz) = 676885 bytes +SHA1 (Gtk2-1.182.tar.gz) = 9fd673886a11a6fe50dc51faefefe2ee66e7f1cb +RMD160 (Gtk2-1.182.tar.gz) = 0e1ed4fb3a0abfe466b9f1630bdb43c89fb1fd8f +Size (Gtk2-1.182.tar.gz) = 695174 bytes |