Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (9e6bd9690e0b8f0f2db76f2120f9b478c9deba5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (9e6bd9690e0b8f0f2db76f2120f9b478c9deba5e)
  • Date: Fri, 28 Jun 2024 16:19:19 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
qt6/qt6serialport/DEPENDS | 3 +++
qt6/qt6serialport/DETAILS | 16 ++++++++++++++++
qt6/qt6serialport/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit 9e6bd9690e0b8f0f2db76f2120f9b478c9deba5e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qt6serialport: new spell, serial port support for Qt6

diff --git a/ChangeLog b/ChangeLog
index a23288d..7f29d15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * qt6/qt6serialport: new spell, serial port support for Qt6
+
2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hyprutils: new spell, Hyprland utilities library

diff --git a/qt6/qt6serialport/DEPENDS b/qt6/qt6serialport/DEPENDS
new file mode 100755
index 0000000..7be5038
--- /dev/null
+++ b/qt6/qt6serialport/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends qt6base &&
+optional_depends DEVICE-MANAGER '' '' 'hardware detection'
diff --git a/qt6/qt6serialport/DETAILS b/qt6/qt6serialport/DETAILS
new file mode 100755
index 0000000..b18a19e
--- /dev/null
+++ b/qt6/qt6serialport/DETAILS
@@ -0,0 +1,16 @@
+# Watch: https://download.qt.io/official_releases/qt/6.7/ href="([0-9.]+)/"
+ SPELL=qt6serialport
+ VERSION=6.7.2
+
SOURCE_HASH=sha512:faedff39212a98e6b3d96e0fb530c6b63c5fec519f5226b015771b8c5122528c8b087b6ccf74aed42ee87f61ffe324ac5c87152dad282395013a84e3f5cb2d3f
+ SOURCE=${SPELL/6}-everywhere-src-$VERSION.tar.xz
+ QT_URL=https://download.qt.io/official_releases/
+ SOURCE_URL=$QT_URL/qt/${VERSION%.*}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.xz}
+ WEB_SITE=https://qt-project.org
+ ENTERED=20130702
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="serial port support for qt6"
+cat << EOF
+serial port support for qt6
+EOF
diff --git a/qt6/qt6serialport/HISTORY b/qt6/qt6serialport/HISTORY
new file mode 100644
index 0000000..13b98d5
--- /dev/null
+++ b/qt6/qt6serialport/HISTORY
@@ -0,0 +1,2 @@
+2024-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: new spell for qt6, based on the qt5 version


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (9e6bd9690e0b8f0f2db76f2120f9b478c9deba5e), Ismael Luceno, 06/28/2024

Archive powered by MHonArc 2.6.24.

Top of Page