pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qtermwidget, new package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 10 11:24:32 2020 +0100
Changeset:	2264eec70b224d66b762741a9594804040651753

Modified Files:
	Makefile
Added Files:
	qtermwidget/DESCR
	qtermwidget/Makefile
	qtermwidget/PLIST
	qtermwidget/TODO
	qtermwidget/distinfo

Log Message:
qtermwidget, new package

Package fails to build, see TODO.
Might need some help with this one.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2264eec70b224d66b762741a9594804040651753

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 qtermwidget/DESCR    |  7 +++++++
 qtermwidget/Makefile | 30 ++++++++++++++++++++++++++++++
 qtermwidget/PLIST    |  4 ++++
 qtermwidget/TODO     | 34 ++++++++++++++++++++++++++++++++++
 qtermwidget/distinfo |  6 ++++++
 6 files changed, 82 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8e69baf4f3..013439bf59 100644
--- a/Makefile
+++ b/Makefile
@@ -4255,6 +4255,7 @@ SUBDIR+=	qt5-qtbase-git
 SUBDIR+=	qt5-qtwebengine
 SUBDIR+=	qtaccountsservice
 SUBDIR+=	qtcreator
+SUBDIR+=	qtermwidget
 SUBDIR+=	qtile
 SUBDIR+=	qtnotifydaemon
 SUBDIR+=	qtractor
diff --git a/qtermwidget/DESCR b/qtermwidget/DESCR
new file mode 100644
index 0000000000..885412bdf4
--- /dev/null
+++ b/qtermwidget/DESCR
@@ -0,0 +1,7 @@
+A terminal emulator widget for Qt 5.
+QTermWidget is an open-source project originally based on the
+KDE4 Konsole application, but it took its own direction later on.
+The main goal of this project is to provide a unicode-enabled,
+embeddable Qt widget for using as a built-in console
+(or terminal emulation widget).
+It is compatible with BSD, Linux and OS X.
diff --git a/qtermwidget/Makefile b/qtermwidget/Makefile
new file mode 100644
index 0000000000..ca614da93d
--- /dev/null
+++ b/qtermwidget/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	qtermwidget-0.14.1
+CATEGORIES=	x11
+MASTER_SITES=	https://downloads.lxqt.org/downloads/qtermwidget/0.14.1/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://downloads.lxqt.org/downloads/qtermwidget/0.14.1/
+COMMENT=	Terminal emulator widget for Qt5
+LICENSE=	gnu-lgpl-v2.1
+
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE
+
+INSTALLATION_DIRS+=	lib
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qtermwidget/PLIST b/qtermwidget/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/qtermwidget/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/qtermwidget/TODO b/qtermwidget/TODO
new file mode 100644
index 0000000000..3efe7d6089
--- /dev/null
+++ b/qtermwidget/TODO
@@ -0,0 +1,34 @@
+[ 61%] Building CXX object CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.o
+/usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/lib/kpty.cpp:87:11: fatal error: libutil.h: No such file or directory
+ # include <libutil.h>
+           ^~~~~~~~~~~
+compilation terminated.
+--- CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.o ---
+*** [CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.o] Error code 1
+
+make[2]: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+1 error
+
+make[2]: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+--- CMakeFiles/qtermwidget5.dir/all ---
+*** [CMakeFiles/qtermwidget5.dir/all] Error code 2
+
+make[1]: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+1 error
+
+make[1]: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+*** [all] Error code 2
+
+make: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+1 error
+
+make: stopped in /usr/pkgsrc/wip/qtermwidget/work/qtermwidget-0.14.1/build
+*** Error code 2
+
+Stop.
+make[1]: stopped in /usr/pkgsrc/wip/qtermwidget
+*** Error code 1
+
+Stop.
+make: stopped in /usr/pkgsrc/wip/qtermwidget
+
diff --git a/qtermwidget/distinfo b/qtermwidget/distinfo
new file mode 100644
index 0000000000..3eb8c5a50c
--- /dev/null
+++ b/qtermwidget/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qtermwidget-0.14.1.tar.xz) = 07d99b8f4a673fa1f965716f0db89a4ba9e3f9b5
+RMD160 (qtermwidget-0.14.1.tar.xz) = 73bcdbf8847c1816b42ff3da3dbb7c67c1b58a4d
+SHA512 (qtermwidget-0.14.1.tar.xz) = 6b6d4abd6fc21f10f5323321f26132c0ff5b9682d09a086e265e57976deb60fca8db9a9906a29a0ed8d0e7b83417d5852df55d0118936d5f7a1342a9c2cb6410
+Size (qtermwidget-0.14.1.tar.xz) = 178952 bytes


Home | Main Index | Thread Index | Old Index