Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qalculate: update to 4.9.0
@ 2023-11-27 17:02 yoshiyoshyosh
  2023-12-02  7:32 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: yoshiyoshyosh @ 2023-11-27 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages qalculupdate
https://github.com/void-linux/void-packages/pull/47434

qalculate: update to 4.9.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`
- I built this PR locally for these architectures
  - `i686-glibc`
  - `x86_64-musl`

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

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

From 89264ea9228edeb27c2b254390a71c5e7350b8a4 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Mon, 27 Nov 2023 11:34:35 -0500
Subject: [PATCH] qalculate: update to 4.9.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 1fb3177c6339d..a9c65379bda7e 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.8.1
+version=4.9.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=a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54
+checksum=6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index 1d9d281366f0e..63a2762e4c628 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.8.1
+version=4.9.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=b97e84a5f52b277eefb8e5b9b60cfc7aeed3b243f92a9725ff9cc3aeeacf41c2
+checksum=d6f8bae81585088dcf8eb60ea41614c5a11e9096f1f1aec186e94839b030d480
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 90f8bd097ba23..89ef843bfbb71 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.8.1
+version=4.9.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=34977c8d02d47831c21a9a25ef967d8c5eefe630ec10f86347a7c598891300d5
+checksum=d3d2a054ed73c005fe2e64dc1882a0fe2f9aef817d59f30898efe4a80edf1330

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

* Re: [PR PATCH] [Merged]: qalculate: update to 4.9.0
  2023-11-27 17:02 [PR PATCH] qalculate: update to 4.9.0 yoshiyoshyosh
@ 2023-12-02  7:32 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-12-02  7:32 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 4.9.0
https://github.com/void-linux/void-packages/pull/47434

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`
- I built this PR locally for these architectures
  - `i686-glibc`
  - `x86_64-musl`

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

end of thread, other threads:[~2023-12-02  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 17:02 [PR PATCH] qalculate: update to 4.9.0 yoshiyoshyosh
2023-12-02  7:32 ` [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).