Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e.
@ 2020-04-02  8:48 krkk
  2020-04-02  9:11 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 1 reply; 2+ messages in thread
From: krkk @ 2020-04-02  8:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

There is a new pull request by krkk against master on the void-packages repository

https://github.com/krkk/void-packages libqmatrixclient-Quaternion
https://github.com/void-linux/void-packages/pull/20564

libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e.


A patch file from https://github.com/void-linux/void-packages/pull/20564.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libqmatrixclient-Quaternion-20564.patch --]
[-- Type: text/x-diff, Size: 3160 bytes --]

From 065f1e10ca003e1f2a135a31a0ad7005ac052a10 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Thu, 2 Apr 2020 10:43:21 +0200
Subject: [PATCH 1/2] libqmatrixclient: update to 0.5.3.2.

---
 common/shlibs                     | 2 +-
 srcpkgs/libqmatrixclient/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6d9745f8467..dbb31233ee0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3552,7 +3552,7 @@ libgaminggearfx.so.0 libgaminggear-0.15.1_1
 libgaminggearwidget.so.0 libgaminggear-0.15.1_1
 libopkg.so.1 libopkg-0.4.0_1
 libkodiplatform.so.18.0 kodi-platform-17.1.0_1
-libQMatrixClient.so.0.5.1 libqmatrixclient-0.5.1.2_1
+libQMatrixClient.so.0.5.3 libqmatrixclient-0.5.3.2_1
 libipset.so.13 libipset-7.1_1
 libmp3splt.so.0 libmp3splt-0.9.2_1
 libliquid.so.1 liquid-dsp-1.3.1_1
diff --git a/srcpkgs/libqmatrixclient/template b/srcpkgs/libqmatrixclient/template
index cb5854c4d71..8e6d8e4d7c8 100644
--- a/srcpkgs/libqmatrixclient/template
+++ b/srcpkgs/libqmatrixclient/template
@@ -1,6 +1,6 @@
 # Template file for 'libqmatrixclient'
 pkgname=libqmatrixclient
-version=0.5.2
+version=0.5.3.2
 revision=1
 wrksrc="libQuotient-${version}"
 build_style=cmake
@@ -12,7 +12,7 @@ maintainer="Karol Kosek <krkkx@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=1848bc0af53ce42c2b1a1a4fdeccb054af1f9e0f765cadf609f62727ce23dfd2
+checksum=80f7dac61a38c7d3441b6af693d40373fd817974b970c9b0edcb761aca2bf7d9
 
 libqmatrixclient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From d18b60eab0a16aecbabdd10f5fba04035eced048 Mon Sep 17 00:00:00 2001
From: Karol Kosek <krkk@krkk.ct8.pl>
Date: Thu, 2 Apr 2020 10:43:38 +0200
Subject: [PATCH 2/2] Quaternion: update to 0.0.9.4e.

---
 srcpkgs/Quaternion/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index 836b6b7797a..6aa90ef10de 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,19 +1,19 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.9.4c
+version=0.0.9.4e
 revision=1
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
  qt5-multimedia-devel libqmatrixclient-devel
- $(vopt_if qtkeychain qtkeychain-qt5-devel) $(vopt_if qtkeychain libsecret-devel)"
+ $(vopt_if qtkeychain 'qtkeychain-qt5-devel libsecret-devel')"
 depends="qt5-quickcontrols"
 short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
 distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
-checksum=a865f29a6342fd7cc2a7bbfb0bf215fcb8abebd72320302b9a76a6a5a80a0df0
+checksum=7c04f62f6420af87c1df9e5e7f01250a1f4da33c9627e5f6e7f772e2f62864f0
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e.
  2020-04-02  8:48 [PR PATCH] libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e krkk
@ 2020-04-02  9:11 ` xtraeme
  0 siblings, 0 replies; 2+ messages in thread
From: xtraeme @ 2020-04-02  9:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

There's a merged pull request on the void-packages repository

libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e.
https://github.com/void-linux/void-packages/pull/20564

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-02  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02  8:48 [PR PATCH] libqmatrixclient: update to 0.5.3.2., Quaternion: update to 0.0.9.4e krkk
2020-04-02  9:11 ` [PR PATCH] [Merged]: " xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).