Skip to Content.
Sympa Menu

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

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 (cc7d327c4cc0d7d2c01ec9d1265c1d137c859c75)
  • Date: Wed, 23 Dec 2020 13:30:57 +0000

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

ChangeLog | 3 +++
qt5-cmake/libquotient/CONFIGURE | 1 +
qt5-cmake/libquotient/CONFLICTS | 1 +
qt5-cmake/libquotient/DEPENDS | 3 +++
qt5-cmake/libquotient/DETAILS | 15 +++++++++++++++
qt5-cmake/libquotient/HISTORY | 4 ++++
qt5-cmake/libquotient/PRE_BUILD | 5 +++++
qt5-cmake/quaternion/DETAILS | 6 +++---
qt5-cmake/quaternion/HISTORY | 4 ++++
9 files changed, 39 insertions(+), 3 deletions(-)

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

libquotient-0.6.2

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

quaternion: => 0.0.9.4e

diff --git a/ChangeLog b/ChangeLog
index 3ad3728..7237a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5-cmake/libquotient: added, was called libmatrixclient
+
2020-12-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: add disable_as_needed() for disabling -Wl,--as-needed

diff --git a/qt5-cmake/libquotient/CONFIGURE b/qt5-cmake/libquotient/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/libquotient/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/libquotient/CONFLICTS b/qt5-cmake/libquotient/CONFLICTS
new file mode 100755
index 0000000..1589fc3
--- /dev/null
+++ b/qt5-cmake/libquotient/CONFLICTS
@@ -0,0 +1 @@
+conflicts libqmatrixclient y
diff --git a/qt5-cmake/libquotient/DEPENDS b/qt5-cmake/libquotient/DEPENDS
new file mode 100755
index 0000000..fe6ee1f
--- /dev/null
+++ b/qt5-cmake/libquotient/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+source $GRIMOIRE/QT5_DEPENDS &&
+depends qtmultimedia
diff --git a/qt5-cmake/libquotient/DETAILS b/qt5-cmake/libquotient/DETAILS
new file mode 100755
index 0000000..d76397b
--- /dev/null
+++ b/qt5-cmake/libquotient/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libquotient
+ SX=libQuotient
+ VERSION=0.6.2
+
SOURCE_HASH=sha512:6388b142675b1f11864c8f0388b0039311a6306feeb6e053060b0ccc737e4e3f97698268314d8802cac2402ea5f2b90a3fce5a10c4966b98e67c7d97bb2b39db
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SX-$VERSION
+ WEB_SITE=https://github.com/quotient-im/libquotient
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=20201223
+ KEYWORDS=""
+ SHORT="Matrix client library"
+cat << EOF
+A Qt5 library to write cross-platfrom clients for Matrix
+EOF
diff --git a/qt5-cmake/libquotient/HISTORY b/qt5-cmake/libquotient/HISTORY
new file mode 100644
index 0000000..4c7b006
--- /dev/null
+++ b/qt5-cmake/libquotient/HISTORY
@@ -0,0 +1,4 @@
+2020-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.2
+ spell created
+
diff --git a/qt5-cmake/libquotient/PRE_BUILD b/qt5-cmake/libquotient/PRE_BUILD
new file mode 100755
index 0000000..1969637
--- /dev/null
+++ b/qt5-cmake/libquotient/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e '/add_l/s/ / SHARED /' \
+ -e '/arget_link_libraries(QM/s/ / PUBLIC /' CMakeLists.txt
+#apply_patch_dir patches
diff --git a/qt5-cmake/quaternion/DETAILS b/qt5-cmake/quaternion/DETAILS
index a27286c..7930bb8 100755
--- a/qt5-cmake/quaternion/DETAILS
+++ b/qt5-cmake/quaternion/DETAILS
@@ -1,9 +1,9 @@
SPELL=quaternion
- VERSION=0.0.9.4c
-
SOURCE_HASH=sha512:405b8e6fae4bd4b2d6a08e582ae7451d080f0de2d993103d90cb2c613a7a9ab4e53c3bbcc298f0a6aedc6ff3da84ced763580c4806e1d5d59f08af131dc8b102
+ VERSION=0.0.9.4e
+
SOURCE_HASH=sha512:5478892b7dce96a60f1429ee6dff9dd0b4fbb89bf45ecc2e499ee90f615af4de12d1de0002804420a85a21a6ba533e4799c94d2411067cb7d7aacca183d9d981
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/q/Q}-$VERSION
- WEB_SITE=https://github.com/QMatrixClient/Quaternion
+ WEB_SITE=https://github.com/Quotient-im/Quaternion
SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
LICENSE[0]=GPL3
ENTERED=20190226
diff --git a/qt5-cmake/quaternion/HISTORY b/qt5-cmake/quaternion/HISTORY
index 0a90a45..210a924 100644
--- a/qt5-cmake/quaternion/HISTORY
+++ b/qt5-cmake/quaternion/HISTORY
@@ -1,3 +1,7 @@
+2020-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.0.9.4e
+ change website
+
2019-05-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.0.9.4c




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cc7d327c4cc0d7d2c01ec9d1265c1d137c859c75), Treeve Jelbert, 12/23/2020

Archive powered by MHonArc 2.6.24.

Top of Page