Skip to Content.
Sympa Menu

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

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 (ac5fcb4f5a83b904ea0ca322c86ab4e10d396eb1)
  • Date: Tue, 7 Dec 2021 15:38:10 +0000

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

ChangeLog | 4 ++++
kde5-apps/neochat/CONFIGURE | 1 -
kde5-apps/neochat/DEPENDS | 13 -------------
kde5-apps/neochat/DETAILS | 19 -------------------
kde5-apps/neochat/HISTORY | 18 ------------------
plasma-mobile/calindori/DETAILS | 2 +-
plasma-mobile/calindori/HISTORY | 3 +++
plasma-mobile/keysmith/DETAILS | 2 +-
plasma-mobile/keysmith/HISTORY | 3 +++
plasma-mobile/koko/DETAILS | 2 +-
plasma-mobile/koko/HISTORY | 3 +++
plasma-mobile/neochat/CONFIGURE | 1 +
plasma-mobile/neochat/DEPENDS | 14 ++++++++++++++
plasma-mobile/neochat/DETAILS | 19 +++++++++++++++++++
plasma-mobile/neochat/HISTORY | 22 ++++++++++++++++++++++
qt5-cmake/qcoro/CONFIGURE | 1 +
qt5-cmake/qcoro/DEPENDS | 5 +++++
qt5-cmake/qcoro/DETAILS | 15 +++++++++++++++
qt5-cmake/qcoro/HISTORY | 4 ++++
19 files changed, 97 insertions(+), 54 deletions(-)

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

qcoro-0.3.0

commit 563348044fc7b16625097a9bab0f5f65d48bfd9b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

neochat: => 21.12

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

koko: => 21.12

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

keysmith: => 21.12

commit 25b140862d98222449f21bbdd9c631d626a84e86
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

calindori: => 21.12

commit 05673b1d5308c3b676dd1b2ad95b991b0a60d820
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

move neochat

diff --git a/ChangeLog b/ChangeLog
index 6ccff51..2bad864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * neochat: move to plasma-mobile
+ * qt5-cmake/qcoro: added, C++ co-routines for Qt
+
2021-12-01 Treeve Jelbert <treeve AT sourcemage.org>
* qt6/qt6positioning: added, was part of qt6location

diff --git a/kde5-apps/neochat/CONFIGURE b/kde5-apps/neochat/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-apps/neochat/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/neochat/DEPENDS b/kde5-apps/neochat/DEPENDS
deleted file mode 100755
index c9ffc3a..0000000
--- a/kde5-apps/neochat/DEPENDS
+++ /dev/null
@@ -1,13 +0,0 @@
-source $GRIMOIRE/KDE5_DEPENDS &&
-depends qtdeclarative &&
-depends qtquickcontrols2 &&
-depends kconfig &&
-depends kcoreaddons &&
-depends kdbusaddons &&
-depends knotifications &&
-depends ki18n &&
-depends kirigami2 &&
-depends libquotient &&
-depends qtkeychain &&
-depends kquickimageeditor &&
-depends cmark
diff --git a/kde5-apps/neochat/DETAILS b/kde5-apps/neochat/DETAILS
deleted file mode 100755
index 9a27d3f..0000000
--- a/kde5-apps/neochat/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=neochat
- VERSION=1.2.0
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/$SPELL/$VERSION/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=
- ENTERED=20201223
-# SECURITY_PATCH=1
- LICENSE[0]=GPL
- KEYWORDS="kde5"
- SHORT="A KDE client for Matrix"
-cat << EOF
-Neochat is a client for Matrix, the decentralized communication protocol for
-instant messaging. It is a fork of Spectral, using KDE frameworks.
-EOF
diff --git a/kde5-apps/neochat/HISTORY b/kde5-apps/neochat/HISTORY
deleted file mode 100644
index 819b29d..0000000
--- a/kde5-apps/neochat/HISTORY
+++ /dev/null
@@ -1,18 +0,0 @@
-2021-06-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add kquickimageeditor
-
-2021-06-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.0
-
-2021-02-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.1
-
-2021-01-14 Ismael Luceno <ismael AT iodev.co.uk>
- * DETAILS: added description
-
-2021-01-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.1
-
-2020-01-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0
- spell created
diff --git a/plasma-mobile/calindori/DETAILS b/plasma-mobile/calindori/DETAILS
index 9bea297..824fa24 100755
--- a/plasma-mobile/calindori/DETAILS
+++ b/plasma-mobile/calindori/DETAILS
@@ -1,5 +1,5 @@
SPELL=calindori
- VERSION=21.08
+ VERSION=21.12
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$VERSION/src/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma-mobile/calindori/HISTORY b/plasma-mobile/calindori/HISTORY
index a11eee4..fd82a98 100644
--- a/plasma-mobile/calindori/HISTORY
+++ b/plasma-mobile/calindori/HISTORY
@@ -1,3 +1,6 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.12
+
2021-10-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 21.08
* DETAILS: add gpg checking
diff --git a/plasma-mobile/keysmith/DETAILS b/plasma-mobile/keysmith/DETAILS
index 232dff4..bafc77b 100755
--- a/plasma-mobile/keysmith/DETAILS
+++ b/plasma-mobile/keysmith/DETAILS
@@ -1,5 +1,5 @@
SPELL=keysmith
- VERSION=21.08
+ VERSION=21.12
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/plasma-mobile/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma-mobile/keysmith/HISTORY b/plasma-mobile/keysmith/HISTORY
index 39b92be..fc7b41f 100644
--- a/plasma-mobile/keysmith/HISTORY
+++ b/plasma-mobile/keysmith/HISTORY
@@ -1,3 +1,6 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.12
+
2021-10-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 21.08
* DEPENDS: various updates
diff --git a/plasma-mobile/koko/DETAILS b/plasma-mobile/koko/DETAILS
index 88550a4..d2ed03d 100755
--- a/plasma-mobile/koko/DETAILS
+++ b/plasma-mobile/koko/DETAILS
@@ -1,5 +1,5 @@
SPELL=koko
- VERSION=21.08
+ VERSION=21.12
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma-mobile/koko/HISTORY b/plasma-mobile/koko/HISTORY
index 6ebb8b0..592cc29 100644
--- a/plasma-mobile/koko/HISTORY
+++ b/plasma-mobile/koko/HISTORY
@@ -1,3 +1,6 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.12
+
2021-10-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 21.08
* DETAILS: add gpg checking
diff --git a/plasma-mobile/neochat/CONFIGURE b/plasma-mobile/neochat/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma-mobile/neochat/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/neochat/DEPENDS b/plasma-mobile/neochat/DEPENDS
new file mode 100755
index 0000000..b858ba6
--- /dev/null
+++ b/plasma-mobile/neochat/DEPENDS
@@ -0,0 +1,14 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtquickcontrols2 &&
+depends kconfig &&
+depends kcoreaddons &&
+depends kdbusaddons &&
+depends knotifications &&
+depends ki18n &&
+depends kirigami2 &&
+depends libquotient &&
+depends qtkeychain &&
+depends kquickimageeditor &&
+depends cmark &&
+depends qcoro
diff --git a/plasma-mobile/neochat/DETAILS b/plasma-mobile/neochat/DETAILS
new file mode 100755
index 0000000..c450d64
--- /dev/null
+++ b/plasma-mobile/neochat/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=neochat
+ VERSION=21.12
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$VERSION/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=
+ ENTERED=20201223
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="A KDE client for Matrix"
+cat << EOF
+Neochat is a client for Matrix, the decentralized communication protocol for
+instant messaging. It is a fork of Spectral, using KDE frameworks.
+EOF
diff --git a/plasma-mobile/neochat/HISTORY b/plasma-mobile/neochat/HISTORY
new file mode 100644
index 0000000..fb19676
--- /dev/null
+++ b/plasma-mobile/neochat/HISTORY
@@ -0,0 +1,22 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.12
+ * DEPENDS: add qcoro
+
+2021-06-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add kquickimageeditor
+
+2021-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+
+2021-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+
+2021-01-14 Ismael Luceno <ismael AT iodev.co.uk>
+ * DETAILS: added description
+
+2021-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.1
+
+2020-01-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0
+ spell created
diff --git a/qt5-cmake/qcoro/CONFIGURE b/qt5-cmake/qcoro/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/qcoro/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/qcoro/DEPENDS b/qt5-cmake/qcoro/DEPENDS
new file mode 100755
index 0000000..3b670c8
--- /dev/null
+++ b/qt5-cmake/qcoro/DEPENDS
@@ -0,0 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+optional_depends qt6base "-DUSE_QT_VERSION=6" "" "Qt6 support"
+if ! is_depends_enabled $SPELL qt6base;then
+ depends qtbase "-DUSE_QT_VERSION=5"
+fi
diff --git a/qt5-cmake/qcoro/DETAILS b/qt5-cmake/qcoro/DETAILS
new file mode 100755
index 0000000..e327f80
--- /dev/null
+++ b/qt5-cmake/qcoro/DETAILS
@@ -0,0 +1,15 @@
+#source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=qcoro
+ VERSION=0.3.0
+
SOURCE_HASH=sha512:16d8aa4ec0f6f45e5c7d716e18636a506524e44d6ed43612326911df2331f01a5b10f86a7b7d0ed307c1220b1b60aca3047143a5e6376f81ed9a081f7c922a38
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/danvratil/qcoro
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20211207
+ KEYWORDS=""
+ SHORT="C++ Coroutines for Qt"
+cat << EOF
+C++ Coroutines for Qt
+EOF
diff --git a/qt5-cmake/qcoro/HISTORY b/qt5-cmake/qcoro/HISTORY
new file mode 100644
index 0000000..73e6150
--- /dev/null
+++ b/qt5-cmake/qcoro/HISTORY
@@ -0,0 +1,4 @@
+2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ac5fcb4f5a83b904ea0ca322c86ab4e10d396eb1), Treeve Jelbert, 12/07/2021

Archive powered by MHonArc 2.6.24.

Top of Page