summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqt6/qt6webchannel/CONFIGURE1
-rwxr-xr-xqt6/qt6webchannel/DEPENDS3
-rwxr-xr-xqt6/qt6webchannel/DETAILS19
-rw-r--r--qt6/qt6webchannel/HISTORY4
4 files changed, 27 insertions, 0 deletions
diff --git a/qt6/qt6webchannel/CONFIGURE b/qt6/qt6webchannel/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/qt6/qt6webchannel/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt6/qt6webchannel/DEPENDS b/qt6/qt6webchannel/DEPENDS
new file mode 100755
index 0000000000..b0f93b1004
--- /dev/null
+++ b/qt6/qt6webchannel/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/QT6_DEPENDS
+depends qt6declarative &&
+depends qt6websockets
diff --git a/qt6/qt6webchannel/DETAILS b/qt6/qt6webchannel/DETAILS
new file mode 100755
index 0000000000..e91935df91
--- /dev/null
+++ b/qt6/qt6webchannel/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=qt6webchannel
+ QT_URL=https://download.qt.io/official_releases
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.2.0
+ SOURCE_HASH=sha512:90d602ca9a66f578808eaf6eaed5a3001d852f90edfd8c400bbc246527ca3431e276e04960bb3fffe2deca70263594a24fad6f108378f54e550c9cbdaf83e563
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://qt-project.org
+ ENTERED=20210930
+ LICENSE[0]=LGPL
+ KEYWORDS="qt6 libs"
+ SHORT=""
+cat << EOF
+The Qt WebChannel module offers Qt applications a seamless way to publish QObjects
+for interaction with HTML/JavaScript clients. These clients can either be inside
+local Qt WebView\`s or any other, potentially remote, client which supports
+JavaScript, as long as a communication channel such as WebSocket is available.
+EOF
diff --git a/qt6/qt6webchannel/HISTORY b/qt6/qt6webchannel/HISTORY
new file mode 100644
index 0000000000..a26ca6861a
--- /dev/null
+++ b/qt6/qt6webchannel/HISTORY
@@ -0,0 +1,4 @@
+2021-09-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.2.0
+ spell created
+