0.16.1 -Fixed a mistake in the layout of Terminal settings dialog. -Fixed translation of shortcuts (in Terminal settings dialog). 0.16.0 -Made closing of tab on middle-clicking optional. -Avoid loop variable copy. -Emit signals with Q_EMIT. -Use the default constructor of QFlags. -Dropped qmake .pro file. -Made the color scheme dirs comply with XDG Base Directory Specification. -Added an optopn for openning the new tab to the right of the active tab. -Added virtual destructor to a base class. -Let QStandardPaths::locateAll() handle application name. -Put drop-down QTerminal on screen with cursor.
33 lines
897 B
Makefile
33 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/12/07 11:50:42 pin Exp $
|
|
|
|
DISTNAME= qterminal-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/qterminal/
|
|
COMMENT= Terminal emulator for Qt5
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= build
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
|
|
|
|
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 "../../x11/qt5-qtx11extras/buildlink3.mk"
|
|
.include "../../x11/qtermwidget/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|