Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f2a9aa5b952fab2491b1893b3f070a32f552f5c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f2a9aa5b952fab2491b1893b3f070a32f552f5c9)
  • Date: Sun, 10 Sep 2023 11:13:55 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 ++
KDE_VERSIONS | 2 -
qt6/qt6base/QT6 | 61
+++++++++++++++++++++++++++++++++++++++++++++++
qt6/qt6location/DEPENDS | 4 +++
qt6/qt6location/DETAILS | 16 ++++++++++++
qt6/qt6location/HISTORY | 3 ++
qt6/qt6webview/CONFIGURE | 1
qt6/qt6webview/DEPENDS | 3 ++
qt6/qt6webview/DETAILS | 15 +++++++++++
qt6/qt6webview/HISTORY | 4 +++
10 files changed, 111 insertions(+), 1 deletion(-)

New commits:
commit f2a9aa5b952fab2491b1893b3f070a32f552f5c9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qt6location-6.5.2

commit 178db99db81ba1135f7ded25fc1c08b1b08223e9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kde-frameworks/* => 5.110.0

diff --git a/ChangeLog b/ChangeLog
index 002743f..43c1dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt6/qt6location: added, geolocation support for qt6
+
2023-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* x11/seturgent: new spell, set urgency hints for X applications

diff --git a/KDE_VERSIONS b/KDE_VERSIONS
index 296403a..2b63d5d 100644
--- a/KDE_VERSIONS
+++ b/KDE_VERSIONS
@@ -11,7 +11,7 @@ PLASMA_VERSION=5.27.7
PLASMA_BRANCH=stable

# kde-frameworks
-KF5_VERSION=5.109.0
+KF5_VERSION=5.110.0
KF5_BRANCH=stable

KF_VERSION=$KF5_VERSION
diff --git a/qt6/qt6base/QT6 b/qt6/qt6base/QT6
new file mode 100644
index 0000000..4ff1fa3
--- /dev/null
+++ b/qt6/qt6base/QT6
@@ -0,0 +1,61 @@
+Compatability with Qt6
+
+In most cases programs built with qt6 can run on a qt5 desktop, and vice
versa,
+provided that both versions of qt are installed.
+However only one version of kde-frameworks can be be installed in smgl.
+Such programs can also run on non-qt desktops.
+
+kde-22-12
+ ark
+ elisa
+ gwenview
+ kdenlive
+ kleopatra
+ konversation
+ libkexiv2
+
+kde-22.08
+ dolphin kate konsole spectacle
+ kshishen kmahjongg
+kde-22.04
+ skanlite skanpage
+kde-frameworks 5.94+
+
+Others
+ qcoro-5.1
+ libreoffice-7.3
+ poppler
+ drumstick dmidiplayer
+ rosegarden-22.06
+ mlt-7.6
+ sigil
+ qca
+ grantlee5
+
+In progress
+ digikam-8.0
+ okular
+ plasma/*
+ pianobooster
+ phonon
+ quaternion
+ kmail
+ libquotient
+ viper
+ qtkeychain
+ vlc ??
+ gpgme
+ xca
+ kde5-pim/* 22.08 - partailly blocked by gpgme
+ kde-games*
+ plasma-mobile/* 22.12
+depend on qtmultimedia(major change):
+ kwave
+
+
+Qt6 only
+ ktexttemplate
+
+Qt5 only
+ lxqt*
+ falkon
diff --git a/qt6/qt6location/DEPENDS b/qt6/qt6location/DEPENDS
new file mode 100755
index 0000000..7b344bc
--- /dev/null
+++ b/qt6/qt6location/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/QT6_DEPENDS &&
+depends qt6declarative &&
+depends qt6positioning &&
+depends qtshadertools
diff --git a/qt6/qt6location/DETAILS b/qt6/qt6location/DETAILS
new file mode 100755
index 0000000..8a745ee
--- /dev/null
+++ b/qt6/qt6location/DETAILS
@@ -0,0 +1,16 @@
+QT_URL=https://download.qt.io/official_releases/
+ SPELL=qt6location
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.5.2
+
SOURCE_HASH=sha512:b1e5c1813deb8a4eb9f8548afa935f1a2145ed3168f0276493ea501057fd4f70b8980ae387248a59e50f0e450ae245a04cd8636fb61d37af9c3634ff1cdd24f3
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://qt-project.org
+ ENTERED=20230910
+ LICENSE[0]=LGPL
+ KEYWORDS="qt6 "geolocation tools "
+ 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 0000000..aebb10b
--- /dev/null
+++ b/qt6/qt6location/HISTORY
@@ -0,0 +1,3 @@
+2023-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.5.2
+ spell created
diff --git a/qt6/qt6webview/CONFIGURE b/qt6/qt6webview/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt6/qt6webview/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt6/qt6webview/DEPENDS b/qt6/qt6webview/DEPENDS
new file mode 100755
index 0000000..e026aad
--- /dev/null
+++ b/qt6/qt6webview/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/QT6_DEPENDS &&
+depends qt6declarative &&
+depends qt6webengine
diff --git a/qt6/qt6webview/DETAILS b/qt6/qt6webview/DETAILS
new file mode 100755
index 0000000..ae23b43
--- /dev/null
+++ b/qt6/qt6webview/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qt6webview
+ QT_URL=https://download.qt.io/official_releases
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.5.2
+
SOURCE_HASH=sha512:fd392bd0fce6534d09c79e43db5f16514ae243edd31e0c0ea3a9028a65af5b5c3e5b770ff91e6b924141c412b6e8ca2538767e8280d761f7d33428a5c06daf2a
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://qt-project.org
+ ENTERED=20230828
+ LICENSE[0]=LGPL
+ KEYWORDS="qt6 libs"
+ SHORT=""
+cat << EOF
+EOF
diff --git a/qt6/qt6webview/HISTORY b/qt6/qt6webview/HISTORY
new file mode 100644
index 0000000..df12ed1
--- /dev/null
+++ b/qt6/qt6webview/HISTORY
@@ -0,0 +1,4 @@
+2023-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.5.2
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f2a9aa5b952fab2491b1893b3f070a32f552f5c9), Treeve Jelbert, 09/10/2023

Archive powered by MHonArc 2.6.24.

Top of Page