summaryrefslogtreecommitdiffstats
path: root/qt6
diff options
context:
space:
mode:
authorTreeve Jelbert2021-09-30 11:18:38 +0200
committerTreeve Jelbert2021-09-30 11:18:38 +0200
commit9168a2c25925b50e5cf883de3e71729da600f787 (patch)
tree1a9b47e2a0f3953db902481ee9db57ba1196865c /qt6
parent26f2fc489b84fda06739ec3a76684ffd6f3c7b2c (diff)
qt6location-6.2.0
Diffstat (limited to 'qt6')
-rwxr-xr-xqt6/qt6location/DEPENDS2
-rwxr-xr-xqt6/qt6location/DETAILS16
-rw-r--r--qt6/qt6location/HISTORY4
3 files changed, 22 insertions, 0 deletions
diff --git a/qt6/qt6location/DEPENDS b/qt6/qt6location/DEPENDS
new file mode 100755
index 0000000000..0ef175fbc9
--- /dev/null
+++ b/qt6/qt6location/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/$SECTION/QT6_DEPENDS
+depends qt6declarative
diff --git a/qt6/qt6location/DETAILS b/qt6/qt6location/DETAILS
new file mode 100755
index 0000000000..9a6f826245
--- /dev/null
+++ b/qt6/qt6location/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=qt6location
+ QT_URL=https://download.qt.io/official_releases
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.2.0
+ SOURCE_HASH=sha512:ce80941f206380a0e214aaa3e84548166c29e8691ebbf84585cbcb71e151acf52c43bfceb7c641aab0a656d2183d0d36fbd866343578d82c6d87799865fbf073
+ 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"
+ SHORT="geolocation tools for qt6"
+cat << EOF
+geolocation support for qt6
+EOF
diff --git a/qt6/qt6location/HISTORY b/qt6/qt6location/HISTORY
new file mode 100644
index 0000000000..a26ca6861a
--- /dev/null
+++ b/qt6/qt6location/HISTORY
@@ -0,0 +1,4 @@
+2021-09-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.2.0
+ spell created
+