pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pangomm pangomm: mention 1.4 API in DESCR and CO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b7ed1dea1af
branches:  trunk
changeset: 453581:3b7ed1dea1af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 31 20:04:34 2021 +0000

description:
pangomm: mention 1.4 API in DESCR and COMMENT

diffstat:

 devel/pangomm/DESCR    |  2 ++
 devel/pangomm/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e9d7f3c9f39b -r 3b7ed1dea1af devel/pangomm/DESCR
--- a/devel/pangomm/DESCR       Mon May 31 20:01:04 2021 +0000
+++ b/devel/pangomm/DESCR       Mon May 31 20:04:34 2021 +0000
@@ -2,3 +2,5 @@
 popular GUI library GTK+. Highlights include typesafe callbacks, widgets
 extensible via inheritance and a comprehensive set of widget classes that
 can be freely combined to quickly create complex user interfaces.
+
+This package follows the 1.4 API.
diff -r e9d7f3c9f39b -r 3b7ed1dea1af devel/pangomm/Makefile
--- a/devel/pangomm/Makefile    Mon May 31 20:01:04 2021 +0000
+++ b/devel/pangomm/Makefile    Mon May 31 20:04:34 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/05/24 19:52:00 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2021/05/31 20:04:34 wiz Exp $
 
 DISTNAME=      pangomm-2.46.0
 PKGREVISION=   1
@@ -8,7 +8,7 @@
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://www.gtkmm.org/
-COMMENT=       C++ bindings for pango
+COMMENT=       C++ bindings for pango (1.4 API)
 LICENSE=       gnu-lgpl-v2.1
 
 CONFLICTS+=    gtkmm<=2.13.5



Home | Main Index | Thread Index | Old Index