pkgsrc/x11/p5-gtk2/Makefile
wiz 8a2fe04f66 p5-gtk2: update to 1.24992.
Overview of changes in Gtk2 1.24992
===================================

∗ Handle removing '.' from @INC for perl-5.26.0 compatibility
* Updated FSF Address; resolves RT#89038

Overview of changes in Gtk2 1.24991
===================================

* Fix typos in POD (Bugzilla #772333)

Overview of changes in Gtk2 1.2499
==================================

* Rename an internal variable to avoid confusion
* Make the Gtk2::StatusIcon::position_menu tests more robust/lenient
* Fix typos in POD (Bugzilla #760067)

Overview of changes in Gtk2 1.2498
==================================

* Add blurbs for the Gtk2::Pango::* POD/man pages

Overview of changes in Gtk2 1.2497
==================================

* Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23
* Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26
  and < 2.24.29.

Overview of changes in Gtk2 1.2496
==================================

* Avoid registering a GType for GConnectFlags if not needed
* MANIFEST: added missing gtk-demo files

Overview of changes in Gtk2 1.2495
==================================

* Fix incorrect memory management in Gtk2::Gdk::Display::list_devices

Overview of changes in Gtk2 1.2494
==================================

* Skip all tests that use threads under the hood on FreeBSD if necessary

Overview of changes in Gtk2 1.2493
==================================

* Make t/GtkCellRenderer.t more robust
∗ Add a FIXME comment about a slight API problem

Overview of changes in Gtk2 1.2492
==================================

* Fix compatibility with perl 5.20 and non-dot locales.
* Disable some tests that are known to behave erratically in certain
  environments.  They are still available in the "xt" directory, but they will
  not be run by default.

Overview of changes in Gtk2 1.2491
==================================

* Fix a test failure in t/GdkPixbufLoader.t.
2017-09-27 17:13:21 +00:00

31 lines
956 B
Makefile

# $NetBSD: Makefile,v 1.71 2017/09/27 17:13:21 wiz Exp $
DISTNAME= Gtk2-1.24992
PKGNAME= ${DISTNAME:C:Gtk2:p5-gtk2:}
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Perl bindings for GTK+ 2.0
LICENSE= gnu-lgpl-v2.1
MAKE_JOBS_SAFE= no
DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Gtk2/.packlist
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.280
BUILDLINK_API_DEPENDS.p5-cairo+= p5-cairo>=1.000
BUILDLINK_API_DEPENDS.p5-pango+= p5-pango>=1.220
.include "../../devel/p5-glib2/buildlink3.mk"
.include "../../graphics/p5-cairo/buildlink3.mk"
.include "../../devel/p5-pango/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"