c++-gtk-utils: Update to 2.2.19
Changelog:
Version 2.2.19 (27 January 2020)
--------------
Use autoconf's TAP support for running tests (Makefile.am,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am,
tests/extension/Makefile.am, tests/extra/Makefile.am; removed -
Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test,
m4/glibtests.m4)
Cater for guile-3.0 declarative modules (acinclude.m4;
extension.h).
Suppress GStaticRecMutex deprecation warnings (acinclude.m4,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
cgu_config.h.in, mutex.h).
2020-06-11 15:30:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2020/06/11 13:30:19 ryoon Exp $
|
2014-07-19 08:39:31 +02:00
|
|
|
|
c++-gtk-utils: Update to 2.2.19
Changelog:
Version 2.2.19 (27 January 2020)
--------------
Use autoconf's TAP support for running tests (Makefile.am,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am,
tests/extension/Makefile.am, tests/extra/Makefile.am; removed -
Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test,
m4/glibtests.m4)
Cater for guile-3.0 declarative modules (acinclude.m4;
extension.h).
Suppress GStaticRecMutex deprecation warnings (acinclude.m4,
configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
cgu_config.h.in, mutex.h).
2020-06-11 15:30:19 +02:00
|
|
|
DISTNAME= c++-gtk-utils-2.2.19
|
2014-07-19 08:39:31 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
|
|
|
|
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
2020-01-26 06:26:08 +01:00
|
|
|
HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/
|
2014-07-19 08:39:31 +02:00
|
|
|
COMMENT= Lightweight library for programming GTK+ programs using C++
|
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= c++-gtk-utils-3-2.2.pc.in
|
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|