pkgsrc/x11/qtermwidget/buildlink3.mk
pin bb66cb00ad x11/qtermwidget: update to 0.16.1
0.16.1
-Bumped version to 0.16.1, for a point release of qterminal.

0.16.0
-Use qAsConst.
-Don't search application dir for keyboard and scheme data.
-Use Q_EMIT to call signals, instead of the emit keyword.
-Dropped the deprecated class QLinkedList.
-Don't use 0/nullptr to initialize QFlags.
-Fixed ColorEntry copy operator.
-Disabled the use of copy constructors and assignment operators.
-Check for successful ioctl() calls by testing that the call did not return -1.
-Fix find_package() developer warning in cmake.
-Use const references wherever possible.
-Handle keyboard commands properly.
2020-12-07 11:48:54 +00:00

14 lines
387 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2020/12/07 11:48:54 pin Exp $
BUILDLINK_TREE+= qtermwidget
.if !defined(QTERMWIDGET_BUILDLINK3_MK)
QTERMWIDGET_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qtermwidget+= qtermwidget>=0.16.1
BUILDLINK_PKGSRCDIR.qtermwidget?= ../../x11/qtermwidget
#.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif # QTERMWIDGET_BUILDLINK3_MK
BUILDLINK_TREE+= -qtermwidget