Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update qalculate to 4.3.0
@ 2022-09-15 15:20 yoshiyoshyosh
  2022-09-15 16:16 ` qalculate: update " yoshiyoshyosh
  2022-09-15 16:16 ` [PR PATCH] [Closed]: " yoshiyoshyosh
  0 siblings, 2 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2022-09-15 15:20 UTC (permalink / raw)
  To: ml

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

Update qalculate to 4.3.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From 22e2e83b6f59fe0889cb6962c572f1194b366663 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Thu, 15 Sep 2022 11:12:54 -0400
Subject: [PATCH] Update qalculate to 4.3.0

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

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index 2ecc17af7e13..f059027460b8 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -1,8 +1,8 @@
 # Template file for 'libqalculate'
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
-version=4.1.1
-revision=2
+version=4.3.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel
@@ -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=b5611a91293be40fbe8723a81937e25ffb54e6ad6e60f282d044ed92f2d97002
+checksum=ddcb7b77dcbd06775cde95ea8360e4ffaef8f9df34c9690700c87980c36ab244
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index ca1ab2e7dd98..ad1542ad58e0 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.1.1
+version=4.3.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=8bf7dee899ba480e4f82c70cb374ed1229da28f7d3b9b475a089630a8eeb32e5
+checksum=c08a7acc0d9c72bc717f5f6db892a9c8dfdefeb8fa9f31e68484c715adff10f0
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 0f1ac9de8561..1343af9968a1 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.1.1
+version=4.3.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=463e506331e8a49ec5ee355fe74da25d7a5cae945f5228081603be1f6d31f49f
+checksum=add2c06b7909b99de2db8853ba48af5556ac51358423faeb1c03931fb6c446bf

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

* Re: qalculate: update to 4.3.0
  2022-09-15 15:20 [PR PATCH] Update qalculate to 4.3.0 yoshiyoshyosh
@ 2022-09-15 16:16 ` yoshiyoshyosh
  2022-09-15 16:16 ` [PR PATCH] [Closed]: " yoshiyoshyosh
  1 sibling, 0 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2022-09-15 16:16 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/39300#issuecomment-1248318496

Comment:
I only now noticed that I have not followed the one commit per package guideline. I will close and reopen this pull request with the appropriate commits.

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

* Re: [PR PATCH] [Closed]: qalculate: update to 4.3.0
  2022-09-15 15:20 [PR PATCH] Update qalculate to 4.3.0 yoshiyoshyosh
  2022-09-15 16:16 ` qalculate: update " yoshiyoshyosh
@ 2022-09-15 16:16 ` yoshiyoshyosh
  1 sibling, 0 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2022-09-15 16:16 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 4.3.0
https://github.com/void-linux/void-packages/pull/39300

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

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

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

end of thread, other threads:[~2022-09-15 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 15:20 [PR PATCH] Update qalculate to 4.3.0 yoshiyoshyosh
2022-09-15 16:16 ` qalculate: update " yoshiyoshyosh
2022-09-15 16:16 ` [PR PATCH] [Closed]: " yoshiyoshyosh

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