mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Quaternion: bump revision
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From a133cd2261c526b1d48d8f11c2e78a298b0b16b2 Mon Sep 17 00:00:00 2001
|
||||
From 72cfaefa34858cb539ebb927753e4f45a85af1c4 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Mon, 18 Mar 2019 21:38:59 +1000
|
||||
Date: Sun, 2 Jun 2019 23:31:42 +1000
|
||||
Subject: Find translations in application dir
|
||||
|
||||
|
||||
diff --git a/client/main.cpp b/client/main.cpp
|
||||
index 92fad5a..581b059 100644
|
||||
index df16b6b..b463cff 100644
|
||||
--- a/client/main.cpp
|
||||
+++ b/client/main.cpp
|
||||
@@ -85,10 +85,15 @@ int main( int argc, char* argv[] )
|
||||
@@ -90,10 +90,15 @@ int main( int argc, char* argv[] )
|
||||
app.installTranslator(&qtTranslator);
|
||||
|
||||
QTranslator appTranslator;
|
||||
@@ -23,7 +23,7 @@ index 92fad5a..581b059 100644
|
||||
+#endif
|
||||
app.installTranslator(&appTranslator);
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))
|
||||
QMatrixClient::NetworkSettings().setupApplicationProxy();
|
||||
--
|
||||
2.19.1
|
||||
2.21.0
|
||||
|
||||
|
||||
@@ -6,16 +6,16 @@ COPYRIGHT="2017-2019 QMatrixClient team"
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/QMatrixClient/Quaternion/archive/$portVersion-beta2.tar.gz"
|
||||
CHECKSUM_SHA256="b0175d3cb521805da391255615e97f1d755c865bb14c878af5246c1091cb7bad"
|
||||
SOURCE_FILENAME="Quaternion-$portVersion-beta2.tar.gz"
|
||||
SOURCE_DIR="Quaternion-$portVersion-beta2"
|
||||
libVersion="0.5.0.2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/QMatrixClient/Quaternion/archive/${portVersion}c.tar.gz"
|
||||
CHECKSUM_SHA256="a865f29a6342fd7cc2a7bbfb0bf215fcb8abebd72320302b9a76a6a5a80a0df0"
|
||||
SOURCE_FILENAME="Quaternion-${portVersion}c.tar.gz"
|
||||
SOURCE_DIR="Quaternion-${portVersion}c"
|
||||
libVersion="0.5.2"
|
||||
SOURCE_URI_2="https://github.com/QMatrixClient/libqmatrixclient/archive/$libVersion.tar.gz"
|
||||
CHECKSUM_SHA256_2="dcd5cc1e6f01812bed1e234021eda0d73bfec5271e63fe0f7132a63296e3701c"
|
||||
CHECKSUM_SHA256_2="1848bc0af53ce42c2b1a1a4fdeccb054af1f9e0f765cadf609f62727ce23dfd2"
|
||||
SOURCE_FILENAME_2="libqmatrixclient-$libVersion.tar.gz"
|
||||
SOURCE_DIR_2="libqmatrixclient-$libVersion"
|
||||
SOURCE_DIR_2="libQuotient-$libVersion"
|
||||
|
||||
PATCHES="quaternion-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="quaternion.rdef.in"
|
||||
|
||||
Reference in New Issue
Block a user