pkgsrc/x11/qtermwidget/Makefile
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

36 lines
932 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/12/07 11:48:54 pin Exp $
DISTNAME= qtermwidget-0.16.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lxqt/qtermwidget/
COMMENT= Terminal emulator widget for Qt5
LICENSE= gnu-lgpl-v2.1 AND modified-bsd
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
LDFLAGS.NetBSD+= -lutil
SUBST_CLASSES+= prefix
SUBST_MESSAGE.prefix= Fixing paths.
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= lib/qtermwidget.cpp
SUBST_SED.prefix= -e 's,/usr/share,${PREFIX}/share,g'
pre-configure:
${MKDIR} -p ${WRKSRC}/build
TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"