Github messages for voidlinux
 help / color / mirror / Atom feed
From: varuld <varuld@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] update: version bump to lib, cli and gui's
Date: Sat, 30 Mar 2024 16:48:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49608@inbox.vuxu.org> (raw)

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

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

https://github.com/varuld/void-packages qalculate-v5.0
https://github.com/void-linux/void-packages/pull/49608

update: version bump to lib, cli and gui's
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR:**briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qalculate-v5.0-49608.patch --]
[-- Type: text/x-diff, Size: 3082 bytes --]

From f673f02c964fce1d1d3e8b2798f127784cb886c0 Mon Sep 17 00:00:00 2001
From: varuld <redinkunicorn@gmail.com>
Date: Sat, 30 Mar 2024 16:40:25 +0100
Subject: [PATCH] update: version bump to lib, cli and gui's

---
 srcpkgs/libqalculate/template  | 4 ++--
 srcpkgs/qalculate-gtk/template | 4 ++--
 srcpkgs/qalculate-qt/template  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index a9c65379bda7ed..003fa907416b1b 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -1,7 +1,7 @@
 # Template file for 'libqalculate'
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
-version=4.9.0
+version=5.0.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://qalculate.github.io"
 changelog="https://qalculate.github.io/news.html"
 distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz"
-checksum=6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f
+checksum=591598dedbcbd80119de052559873530030b3510bca2b0758f088cfb7dafb2ee
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index 63a2762e4c6285..bb9fb266888b84 100644
--- a/srcpkgs/qalculate-gtk/template
+++ b/srcpkgs/qalculate-gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'qalculate-gtk'
 # NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-qt'
 pkgname=qalculate-gtk
-version=4.9.0
+version=5.0.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config glib-devel"
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://qalculate.github.io"
 changelog="https://qalculate.github.io/news.html"
 distfiles="https://github.com/Qalculate/qalculate-gtk/releases/download/v${version}/qalculate-gtk-${version}.tar.gz"
-checksum=d6f8bae81585088dcf8eb60ea41614c5a11e9096f1f1aec186e94839b030d480
+checksum=4fb840a42a2246a98db81431baf4622504a226b1d3cbbe36da5649926ad177a9
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 89ef843bfbb719..fa634e07d8f614 100644
--- a/srcpkgs/qalculate-qt/template
+++ b/srcpkgs/qalculate-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'qalculate-qt'
 # NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-gtk'
 pkgname=qalculate-qt
-version=4.9.0
+version=5.0.0
 revision=1
 build_style=qmake
 hostmakedepends="intltool pkg-config qt5-qmake qt5-host-tools"
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://qalculate.github.io"
 changelog="https://qalculate.github.io/news.html"
 distfiles="https://github.com/Qalculate/qalculate-qt/releases/download/v${version}/qalculate-qt-${version}.tar.gz"
-checksum=d3d2a054ed73c005fe2e64dc1882a0fe2f9aef817d59f30898efe4a80edf1330
+checksum=4143033faba2851de992dc7da96a81362b11a447256b0df7cbc0fbfabbd34408

             reply	other threads:[~2024-03-30 15:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30 15:48 varuld [this message]
2024-05-04 10:12 ` qalculate: update to 5.0.0 varuld
2024-05-04 20:59 ` yoshiyoshyosh
2024-05-04 21:02 ` yoshiyoshyosh
2024-05-05  8:10 ` [PR PATCH] [Updated] " varuld
2024-05-07 16:44 ` yoshiyoshyosh
2024-05-07 17:14 ` cinerea0
2024-05-10 11:26 ` [PR PATCH] [Closed]: " varuld
2024-05-10 11:26 ` varuld

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49608@inbox.vuxu.org \
    --to=varuld@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).