summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-07 13:18:14 +0000
committerwiz <wiz>2015-02-07 13:18:14 +0000
commitcf4054884f027a5b433edfa0920af9359312466a (patch)
treec98eae509b1e05652d88211b017022f06c4d573e /x11
parente86568e7f1cfcee48fe6fc4a2c0b210f73bf2391 (diff)
downloadpkgsrc-cf4054884f027a5b433edfa0920af9359312466a.tar.gz
Import qt5-qtwebchannel-5.4.0 as x11/qt5-qtwebchannel.
Qt5 WebChannel module
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtwebchannel/DESCR1
-rw-r--r--x11/qt5-qtwebchannel/Makefile24
-rw-r--r--x11/qt5-qtwebchannel/PLIST27
-rw-r--r--x11/qt5-qtwebchannel/buildlink3.mk19
-rw-r--r--x11/qt5-qtwebchannel/distinfo5
5 files changed, 76 insertions, 0 deletions
diff --git a/x11/qt5-qtwebchannel/DESCR b/x11/qt5-qtwebchannel/DESCR
new file mode 100644
index 00000000000..3157325939f
--- /dev/null
+++ b/x11/qt5-qtwebchannel/DESCR
@@ -0,0 +1 @@
+Qt5 WebChannel module
diff --git a/x11/qt5-qtwebchannel/Makefile b/x11/qt5-qtwebchannel/Makefile
new file mode 100644
index 00000000000..874ba08a082
--- /dev/null
+++ b/x11/qt5-qtwebchannel/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2015/02/07 13:18:14 wiz Exp $
+
+DISTNAME= qtwebchannel-opensource-src-${QTVERSION}
+PKGNAME= qt5-qtwebchannel-${QTVERSION}
+COMMENT= Qt5 WebChannel module
+
+BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
+USE_TOOLS+= bison flex pkg-config sed
+
+MAKE_ENV+= QTDIR=${QTDIR}
+INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
+INSTALLATION_DIRS+= lib/pkgconfig
+
+.include "../../x11/qt5-qtbase/Makefile.common"
+
+.if ${USE_CWRAPPERS:Uno} == "yes"
+BUILDLINK_TRANSFORM+= R:${WRKSRC}/lib:${QTDIR}/lib
+.else
+BUILDLINK_TRANSFORM+= rpath:${WRKSRC}/lib:${QTDIR}/lib
+.endif
+
+.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/qt5-qtwebchannel/PLIST b/x11/qt5-qtwebchannel/PLIST
new file mode 100644
index 00000000000..e1992242793
--- /dev/null
+++ b/x11/qt5-qtwebchannel/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/07 13:18:14 wiz Exp $
+qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/qmetaobjectpublisher_p.h
+qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/qqmlwebchannelattached_p.h
+qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/qwebchannel_p.h
+qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/signalhandler_p.h
+qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/variantargument_p.h
+qt5/include/QtWebChannel/QQmlWebChannel
+qt5/include/QtWebChannel/QWebChannel
+qt5/include/QtWebChannel/QWebChannelAbstractTransport
+qt5/include/QtWebChannel/QtWebChannel
+qt5/include/QtWebChannel/QtWebChannelDepends
+qt5/include/QtWebChannel/QtWebChannelVersion
+qt5/include/QtWebChannel/qqmlwebchannel.h
+qt5/include/QtWebChannel/qtwebchannelversion.h
+qt5/include/QtWebChannel/qwebchannel.h
+qt5/include/QtWebChannel/qwebchannelabstracttransport.h
+qt5/include/QtWebChannel/qwebchannelglobal.h
+qt5/lib/cmake/Qt5WebChannel/Qt5WebChannelConfig.cmake
+qt5/lib/cmake/Qt5WebChannel/Qt5WebChannelConfigVersion.cmake
+qt5/lib/libQt5WebChannel.la
+qt5/lib/libQt5WebChannel.prl
+qt5/lib/pkgconfig/Qt5WebChannel.pc
+qt5/mkspecs/modules/qt_lib_webchannel.pri
+qt5/mkspecs/modules/qt_lib_webchannel_private.pri
+qt5/qml/QtWebChannel/libdeclarative_webchannel.la
+qt5/qml/QtWebChannel/plugins.qmltypes
+qt5/qml/QtWebChannel/qmldir
diff --git a/x11/qt5-qtwebchannel/buildlink3.mk b/x11/qt5-qtwebchannel/buildlink3.mk
new file mode 100644
index 00000000000..c67b110eabf
--- /dev/null
+++ b/x11/qt5-qtwebchannel/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/02/07 13:18:14 wiz Exp $
+
+BUILDLINK_TREE+= qt5-qtwebchannel
+
+.if !defined(QT5_QTWEBCHANNEL_BUILDLINK3_MK)
+QT5_QTWEBCHANNEL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.4.0
+BUILDLINK_ABI_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.4.0
+BUILDLINK_PKGSRCDIR.qt5-qtwebchannel?= ../../x11/qt5-qtwebchannel
+
+BUILDLINK_INCDIRS.qt5-qtwebchannel+= qt5/include
+BUILDLINK_LIBDIRS.qt5-qtwebchannel+= qt5/lib
+BUILDLINK_LIBDIRS.qt5-qtwebchannel+= qt5/plugins
+
+.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.endif # QT5_QTWEBCHANNEL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -qt5-qtwebchannel
diff --git a/x11/qt5-qtwebchannel/distinfo b/x11/qt5-qtwebchannel/distinfo
new file mode 100644
index 00000000000..69f515ada43
--- /dev/null
+++ b/x11/qt5-qtwebchannel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/07 13:18:14 wiz Exp $
+
+SHA1 (qtwebchannel-opensource-src-5.4.0.tar.xz) = bd278ea77f689c3bf4bc1462cbcf0302004cf040
+RMD160 (qtwebchannel-opensource-src-5.4.0.tar.xz) = 987463edefc9a473843872f3c5e8917bc8c71805
+Size (qtwebchannel-opensource-src-5.4.0.tar.xz) = 83992 bytes