Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update: version bump to lib, cli and gui's
@ 2024-03-30 15:48 varuld
  2024-05-04 10:12 ` qalculate: update to 5.0.0 varuld
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: varuld @ 2024-03-30 15:48 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
@ 2024-05-04 10:12 ` varuld
  2024-05-04 20:59 ` yoshiyoshyosh
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: varuld @ 2024-05-04 10:12 UTC (permalink / raw)
  To: ml

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

New comment by varuld on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2094107014

Comment:
ping @yoshiyoshyosh

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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
  2024-05-04 10:12 ` qalculate: update to 5.0.0 varuld
@ 2024-05-04 20:59 ` yoshiyoshyosh
  2024-05-04 21:02 ` yoshiyoshyosh
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: yoshiyoshyosh @ 2024-05-04 20:59 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2094395185

Comment:
don't know how I missed both the update and this pr until now... oops

yeah, everything looks good. might want to force-push the commit to be the same name as the current pr name before the void team merges it

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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: yoshiyoshyosh @ 2024-05-04 21:02 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2094395185

Comment:
don't know how I missed both the update and this pr until now... oops

yeah, everything looks good, thought you'd want to force-push the commit to be the same name as the current pr name before the void team merges it

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

* Re: [PR PATCH] [Updated] qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
                   ` (2 preceding siblings ...)
  2024-05-04 21:02 ` yoshiyoshyosh
@ 2024-05-05  8:10 ` varuld
  2024-05-07 16:44 ` yoshiyoshyosh
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: varuld @ 2024-05-05  8:10 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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: 3066 bytes --]

From a9d2aba120775becac834f671d10a3c9409a3ca7 Mon Sep 17 00:00:00 2001
From: varuld <redinkunicorn@gmail.com>
Date: Sat, 30 Mar 2024 16:40:25 +0100
Subject: [PATCH] qalculate: update to 5.0.0

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

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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
                   ` (3 preceding siblings ...)
  2024-05-05  8:10 ` [PR PATCH] [Updated] " varuld
@ 2024-05-07 16:44 ` yoshiyoshyosh
  2024-05-07 17:14 ` cinerea0
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: yoshiyoshyosh @ 2024-05-07 16:44 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2098883090

Comment:
[5.1.1 seems to be out now](https://github.com/Qalculate/libqalculate/releases/tag/v5.1.1)

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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
                   ` (4 preceding siblings ...)
  2024-05-07 16:44 ` yoshiyoshyosh
@ 2024-05-07 17:14 ` cinerea0
  2024-05-10 11:26 ` varuld
  2024-05-10 11:26 ` [PR PATCH] [Closed]: " varuld
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2024-05-07 17:14 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2098933595

Comment:
You're well within your rights to open a separate PR for the newer version, @yoshiyoshyosh.

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

* Re: [PR PATCH] [Closed]: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
                   ` (6 preceding siblings ...)
  2024-05-10 11:26 ` varuld
@ 2024-05-10 11:26 ` varuld
  7 siblings, 0 replies; 9+ messages in thread
From: varuld @ 2024-05-10 11:26 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 5.0.0
https://github.com/void-linux/void-packages/pull/49608

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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)



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

* Re: qalculate: update to 5.0.0
  2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
                   ` (5 preceding siblings ...)
  2024-05-07 17:14 ` cinerea0
@ 2024-05-10 11:26 ` varuld
  2024-05-10 11:26 ` [PR PATCH] [Closed]: " varuld
  7 siblings, 0 replies; 9+ messages in thread
From: varuld @ 2024-05-10 11:26 UTC (permalink / raw)
  To: ml

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

New comment by varuld on void-packages repository

https://github.com/void-linux/void-packages/pull/49608#issuecomment-2104441419

Comment:
@yoshiyoshyosh I'll assume that you'll be making a new PR with the latest version, so closing this as outdated.

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

end of thread, other threads:[~2024-05-10 11:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30 15:48 [PR PATCH] update: version bump to lib, cli and gui's varuld
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 ` varuld
2024-05-10 11:26 ` [PR PATCH] [Closed]: " varuld

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