Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qalculate: update to 4.8.1, adopt.
@ 2023-10-26  6:21 yoshiyoshyosh
  2023-11-13  6:06 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: yoshiyoshyosh @ 2023-10-26  6:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 854 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/46900

qalculate: update to 4.8.1, adopt.
#### 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:
  - `x86_64-musl`

[the previous maintainer](https://github.com/ashpool37) has not contributed to void [in two years](https://github.com/void-linux/void-packages/pulls?q=is%3Apr+author%3Aashpool37+), and I actively use this software, so I feel keen on maintaining it for the forseeable future

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

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

From d50058d819056e964a9f52a52e10a170520cf6d7 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Thu, 26 Oct 2023 02:13:28 -0400
Subject: [PATCH] qalculate: update to 4.8.1, adopt.

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

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index 23d9d0c18ab23..1fb3177c6339d 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -1,19 +1,19 @@
 # Template file for 'libqalculate'
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
-version=4.5.1
-revision=3
+version=4.8.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel
  mpfr-devel"
 short_desc="Multi-purpose desktop calculator library"
-maintainer="Artem Zhurikhin <ashpool@xecut.net>"
+maintainer="yosh <yosh-git@riseup.net>"
 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=230c28f067c02a486252d6ea9a206ffc2b6803ae0430696f9e56611bece20585
+checksum=a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index 2ab22e4a4b81c..1d9d281366f0e 100644
--- a/srcpkgs/qalculate-gtk/template
+++ b/srcpkgs/qalculate-gtk/template
@@ -1,16 +1,16 @@
 # Template file for 'qalculate-gtk'
 # NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-qt'
 pkgname=qalculate-gtk
-version=4.5.1
+version=4.8.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config glib-devel"
 makedepends="libqalculate-devel gtk+3-devel"
 depends="gnuplot"
 short_desc="Multi-purpose desktop calculator - GTK+ version"
-maintainer="Artem Zhurikhin <ashpool@xecut.net>"
+maintainer="yosh <yosh-git@riseup.net>"
 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=1f8b95cfb8267c60c8e1c2faf78f6fc487714d6d504b2a121809ca5582e2d656
+checksum=b97e84a5f52b277eefb8e5b9b60cfc7aeed3b243f92a9725ff9cc3aeeacf41c2
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 93011699db603..90f8bd097ba23 100644
--- a/srcpkgs/qalculate-qt/template
+++ b/srcpkgs/qalculate-qt/template
@@ -1,16 +1,16 @@
 # Template file for 'qalculate-qt'
 # NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-gtk'
 pkgname=qalculate-qt
-version=4.5.1
+version=4.8.1
 revision=1
 build_style=qmake
 hostmakedepends="intltool pkg-config qt5-qmake qt5-host-tools"
 makedepends="libqalculate-devel qt5-devel"
 depends="gnuplot"
 short_desc="Multi-purpose desktop calculator - QT version"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="yosh <yosh-git@riseup.net>"
 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=fee346f061606b4263f703c58efb6e9d1a952be2a3cd240b254a0ce5a6e04cf3
+checksum=34977c8d02d47831c21a9a25ef967d8c5eefe630ec10f86347a7c598891300d5

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

* Re: [PR PATCH] [Merged]: qalculate: update to 4.8.1, adopt.
  2023-10-26  6:21 [PR PATCH] qalculate: update to 4.8.1, adopt yoshiyoshyosh
@ 2023-11-13  6:06 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-11-13  6:06 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 4.8.1, adopt.
https://github.com/void-linux/void-packages/pull/46900

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:
  - `x86_64-musl`

[the previous maintainer](https://github.com/ashpool37) has not contributed to void [in two years](https://github.com/void-linux/void-packages/pulls?q=is%3Apr+author%3Aashpool37+), and I actively use this software, so I feel keen on maintaining it for the forseeable future

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

end of thread, other threads:[~2023-11-13  6:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26  6:21 [PR PATCH] qalculate: update to 4.8.1, adopt yoshiyoshyosh
2023-11-13  6:06 ` [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).