pkgsrc/x11/qtermwidget/Makefile

38 lines
949 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2020/08/17 20:20:35 leot Exp $
DISTNAME= qtermwidget-0.15.0
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
x11/qtermwidget: update to 0.15.0 qtermwidget-0.15.0 / 2020-04-24 =============================== * Bumped version to 0.15.0. * Replaced Q_WS_MAC with Q_OS_MACOS for Qt5 compatibility. * KPty: Don't conditionalize chownpty existence on HAVE_OPENPTY. * cmake: set CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON for macOS. * Fixed the default font on macOS. * pyqt: Fixes deprecation warning (CMP0002). * Fixed the PyQt5 binding with Qt 5.11. * Swap Qt's ControlModifier and MetaModifier on macOS. * C++11 code updates. * Use braced initializer list in returns. * Fixed the memory access violation in TerminalDisplay's method `getCharacterPosition`. * Completed the support for transient scrollbars. * Added `saveHistory` to QTermWidget. * Use vanilla Qt instead of patched one. * Don't set the selection clipboard if it's unsupported. * Announce truecolor support via COLORTERM. * Fixed numpad handling and added entries for numpad 5. * Allow to disable drawing line chars. * Use QRectF for cursor drawing and fix artifacts in hidpi. * Fixed compilation on NetBSD. * Added sendKeyEvent() API. * Fixed flickering on font change. * Select all text when opening search bar. * Removed some debug outputs. * Removed (duplicated) string casts definitions. * Removed obsolete qCopy. * Fix SearchBar light text over white background with dark themes. * pyqt: also check for sip 5.x path. * Prevented a c++11 range-loop might detach Qt container. * Dropped the deprecated QString method `sprintf()`. * Avoid buffer overflows exploits. * Fixed build with LLVM/clang. * Explicitly mark exported classes. * Fixed QCharRef's deprecated behavior. * Correctly initialize sigsets.
2020-06-01 12:53:09 +02:00
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-9]*:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"