Review quaternion 95 (#6358)

* libQuotient version 0.6.11

* Quaternion version 0.0.95.1

Co-authored-by: Pascal Abresch <nep@packageloss.eu>
This commit is contained in:
Schrijvers Luc
2021-11-01 22:00:39 +01:00
committed by GitHub
parent 7d8d90c814
commit 9db30104d6
3 changed files with 41 additions and 5 deletions

View File

@@ -0,0 +1,35 @@
From 324f93f89a779015d4ea1d26af837173a9170098 Mon Sep 17 00:00:00 2001
From: Pascal Abresch <nep@packageloss.eu>
Date: Fri, 24 Sep 2021 10:59:08 +0200
Subject: Fix build from git message for haikuports
diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp
index 2ac245a..bf6dbd8 100644
--- a/client/mainwindow.cpp
+++ b/client/mainwindow.cpp
@@ -1020,21 +1020,7 @@ void MainWindow::showAboutWindow()
new QLabel("Copyright (C) 2016-2021 "
% tr("Quaternion project contributors")));
-#ifdef GIT_SHA1
- auto* commitLabel = new QLabel(tr("Built from Git, commit SHA:") + '\n' +
- QStringLiteral(GIT_SHA1));
- commitLabel->setTextInteractionFlags(Qt::TextSelectableByKeyboard|
- Qt::TextSelectableByMouse);
- layout->addWidget(commitLabel);
-#endif
-#ifdef LIB_GIT_SHA1
- auto* libCommitLabel = new QLabel(tr("Library commit SHA:") + '\n' +
- QStringLiteral(LIB_GIT_SHA1));
- libCommitLabel->setTextInteractionFlags(Qt::TextSelectableByKeyboard|
- Qt::TextSelectableByMouse);
- layout->addWidget(libCommitLabel);
-#endif
}
{
auto* thanksLabel = new QLabel(
--
2.30.2

View File

@@ -5,11 +5,12 @@ HOMEPAGE="https://matrix.org/docs/projects/client/quaternion/"
COPYRIGHT="Quotient contributors"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/QMatrixClient/Quaternion/archive/${portVersion/\~rc4/-rc4}.tar.gz"
CHECKSUM_SHA256="1c6cfc385c163efaffeb3b24cdcdc357ebea36f15ef8d355f2d4f5be5736e054"
SOURCE_URI="https://github.com/QMatrixClient/Quaternion/archive/${portVersion}.tar.gz"
CHECKSUM_SHA256="69f034241dddc8d9436a895bb76b022e492e61e2f49d9a80ed8d79ab12b63a0e"
SOURCE_FILENAME="Quaternion-${portVersion}.tar.gz"
SOURCE_DIR="Quaternion-${portVersion/\~rc4/-rc4}"
SOURCE_DIR="Quaternion-${portVersion}"
ADDITIONAL_FILES="quaternion.rdef.in"
PATCHES="quaternion-0.0.95.1.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"

View File

@@ -7,9 +7,9 @@ Versions 0.5.x and older use the previous name - libQMatrixClient."
HOMEPAGE="https://github.com/quotient-im/libQuotient"
COPYRIGHT="Quotient contributors"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7"
CHECKSUM_SHA256="12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46"
SOURCE_DIR="libQuotient-$portVersion"
ARCHITECTURES="all !x86_gcc2"