* [PR PATCH] qalculate: update to 5.5.0
@ 2025-01-13 23:04 yoshiyoshyosh
2025-01-16 13:25 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 1 reply; 2+ messages in thread
From: yoshiyoshyosh @ 2025-01-13 23:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 573 bytes --]
There is a new pull request by yoshiyoshyosh against master on the void-packages repository
https://github.com/yoshiyoshyosh/void-packages qalc
https://github.com/void-linux/void-packages/pull/53962
qalculate: update to 5.5.0
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (`x86_64-glibc`)
of course an update releases half an hour before the last one was merged x)
A patch file from https://github.com/void-linux/void-packages/pull/53962.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qalc-53962.patch --]
[-- Type: text/x-diff, Size: 3060 bytes --]
From 5f1a464af7ff32aa92008e3167158c887e8c109e Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Mon, 13 Jan 2025 18:02:21 -0500
Subject: [PATCH] qalculate: update to 5.5.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 221e0fe27d6905..1d0e168b37e804 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=5.4.0
+version=5.5.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=1fe956877ff1bbb1f4b470c41cdf3d971cebbeda6a35e92282f0eea5193ac343
+checksum=6d58c6092242ea7cfa137d73abe74b0e3e0a2b59e99c5db60d045b82c673f72b
qalculate_package() {
short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index 75ceae633483cb..15661a6fe438a4 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=5.4.0
+version=5.5.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=9a112b3bcb348834dff631fa5d8a55f36b0e4caf5d992c21e4b1a72879611331
+checksum=89840c16deba524b23512dc6d8d91f74f282c672a2ad001533f4b063d49171dd
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 9fe2f49ad0b4f2..d486b370cedd35 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=5.4.0
+version=5.5.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=a97d1813bd68562465657136ebe7c3fb925d442efadc5aa14ac3806c152d2816
+checksum=e7e97b2fb6fde836eae2e7bc4249d54cd5ecac13c00e56188de0c21664fb4086
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: qalculate: update to 5.5.0
2025-01-13 23:04 [PR PATCH] qalculate: update to 5.5.0 yoshiyoshyosh
@ 2025-01-16 13:25 ` classabbyamp
0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2025-01-16 13:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
There's a merged pull request on the void-packages repository
qalculate: update to 5.5.0
https://github.com/void-linux/void-packages/pull/53962
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (`x86_64-glibc`)
of course an update releases half an hour before the last one was merged x)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-16 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-13 23:04 [PR PATCH] qalculate: update to 5.5.0 yoshiyoshyosh
2025-01-16 13:25 ` [PR PATCH] [Merged]: " classabbyamp
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).