summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2020-12-23 14:30:18 +0100
committerTreeve Jelbert2020-12-23 14:30:31 +0100
commitcc7d327c4cc0d7d2c01ec9d1265c1d137c859c75 (patch)
tree4c8bce34ba43ad74325499edfba7afa6b907cd26 /qt5-cmake
parentf4e45aed58dce1518ac7a1fff05a2664c714210f (diff)
libquotient-0.6.2
Diffstat (limited to 'qt5-cmake')
-rwxr-xr-xqt5-cmake/libquotient/CONFIGURE1
-rwxr-xr-xqt5-cmake/libquotient/CONFLICTS1
-rwxr-xr-xqt5-cmake/libquotient/DEPENDS3
-rwxr-xr-xqt5-cmake/libquotient/DETAILS15
-rw-r--r--qt5-cmake/libquotient/HISTORY4
-rwxr-xr-xqt5-cmake/libquotient/PRE_BUILD5
6 files changed, 29 insertions, 0 deletions
diff --git a/qt5-cmake/libquotient/CONFIGURE b/qt5-cmake/libquotient/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /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 0000000000..1589fc3554
--- /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 0000000000..fe6ee1f60d
--- /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 0000000000..d76397bf21
--- /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 0000000000..4c7b006eb2
--- /dev/null
+++ b/qt5-cmake/libquotient/HISTORY
@@ -0,0 +1,4 @@
+2020-12-23 Treeve Jelbert <treeve@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 0000000000..1969637e41
--- /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