Github messages for voidlinux
 help / color / mirror / Atom feed
From: ram02z <ram02z@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
Date: Fri, 24 Sep 2021 11:18:37 +0200	[thread overview]
Message-ID: <20210924091837.r3bRkTobuWZsBKqcv4KihGLWog6SuXDvBHB7CP0_I1A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33085@inbox.vuxu.org>

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

There is an updated 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 08c2a179f3c52bd62d4dd37d41383824467bba6c 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"

  parent reply	other threads:[~2021-09-24  9:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24  9:07 [PR PATCH] " ram02z
2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
2021-09-24  9:18 ` ram02z [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210924091837.r3bRkTobuWZsBKqcv4KihGLWog6SuXDvBHB7CP0_I1A@z \
    --to=ram02z@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).