Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
@ 2021-09-24  9:07 ram02z
  2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ram02z @ 2021-09-24  9:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From b594f193f2a3ac5f28bf6b2d95485e3f9eb458d3 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

---
 srcpkgs/libQuotient/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 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=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 70eead8f1e306d379700201c23771538be1b4ba4 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 srcpkgs/Quaternion/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..e927eb02fd3a 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,8 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+reverts="0.0.95.beta5_1"
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +13,8 @@ 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/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

end of thread, other threads:[~2021-10-02 15:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
2021-09-24  9:18 ` ram02z
2021-09-24  9:20 ` ram02z
2021-09-25 15:39 ` [PR REVIEW] " Johnnynator
2021-09-25 16:00 ` [PR PATCH] [Updated] " ram02z
2021-09-25 16:00 ` [PR REVIEW] " ram02z
2021-10-02 15:10 ` [PR PATCH] [Merged]: " Chocimier

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).