diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-20 05:47:44 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-20 05:47:44 +0000 |
commit | 4e7e0ae4a923ebe58d9209affb43a78cd2f41720 (patch) | |
tree | 851d4a92656294faa1becc787e83843ba7d80c18 /x11/Makefile | |
parent | 1a3fb2aaa0c8661d3f3d26a51ba671ac1d42d2ce (diff) | |
download | pkgsrc-4e7e0ae4a923ebe58d9209affb43a78cd2f41720.tar.gz |
qtermwidget: import new package, version 0.14.1
This is a Qt5 terminal emulator widget for LXQt.
Packaged in pkgsrc-wip by pin and myself, as part of a broader effort
toward providing all of LXQt and associated utility applications.
(Additional portability fix by myself on import to pkgsrc.)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 758bcdae800..2ee4ce5c9ca 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.879 2020/02/20 05:31:20 gutteridge Exp $ +# $NetBSD: Makefile,v 1.880 2020/02/20 05:47:44 gutteridge Exp $ # COMMENT= Packages to support the X window system @@ -377,6 +377,7 @@ SUBDIR+= qt5-qtwebsockets SUBDIR+= qt5-qtx11extras SUBDIR+= qt5-qtxmlpatterns SUBDIR+= qt5ct +SUBDIR+= qtermwidget SUBDIR+= qwt-qt4 SUBDIR+= qwt6-qt4 SUBDIR+= qwt6-qt5 |