Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qalculate: update to 4.2.0.
@ 2022-07-07 10:59 ishaanbhimwal
  2022-07-07 11:12 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ishaanbhimwal @ 2022-07-07 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages qalculate
https://github.com/void-linux/void-packages/pull/37910

qalculate: update to 4.2.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 169413920353aa2b276c51ca758e3142d5ef9786 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 7 Jul 2022 16:25:22 +0530
Subject: [PATCH 1/3] libqalculate: update to 4.2.0

---
 srcpkgs/libqalculate/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index 2ecc17af7e13..0acaaf736615 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.2.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=2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"

From 0f1e7e65d069f707b7c48f94ce564ee3e1764f79 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 7 Jul 2022 16:25:56 +0530
Subject: [PATCH 2/3] qalculate-gtk: update to 4.2.0

---
 srcpkgs/qalculate-gtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index ca1ab2e7dd98..8d54038b887e 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.2.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=50624344d12240f6eac68555c9a03747d0c2d90dd0de1bfe1b024fd5be8149d7

From a69db0b9e45a91cc4dbf534b508665cda35bbb81 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 7 Jul 2022 16:26:05 +0530
Subject: [PATCH 3/3] qalculate-qt: update to 4.2.0

---
 srcpkgs/qalculate-qt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 0f1ac9de8561..02931dc83c2c 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.2.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=1c62e419bb1f4c16aa428f68281bee3c44a12dde865e0a0b22e53b09f79a0a36

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

* Re: [PR PATCH] [Updated] qalculate: update to 4.2.0.
  2022-07-07 10:59 [PR PATCH] qalculate: update to 4.2.0 ishaanbhimwal
@ 2022-07-07 11:12 ` ishaanbhimwal
  2022-07-07 15:33 ` Chocimier
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ishaanbhimwal @ 2022-07-07 11:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ishaanbhimwal against master on the void-packages repository

https://github.com/ishaanbhimwal/void-packages qalculate
https://github.com/void-linux/void-packages/pull/37910

qalculate: update to 4.2.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 14b06f2e1f611c160762123e55a75dcfc57a5fc2 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 7 Jul 2022 16:25:22 +0530
Subject: [PATCH] qalculate: update to 4.2.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..0acaaf736615 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.2.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=2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"
diff --git a/srcpkgs/qalculate-gtk/template b/srcpkgs/qalculate-gtk/template
index ca1ab2e7dd98..8d54038b887e 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.2.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=50624344d12240f6eac68555c9a03747d0c2d90dd0de1bfe1b024fd5be8149d7
diff --git a/srcpkgs/qalculate-qt/template b/srcpkgs/qalculate-qt/template
index 0f1ac9de8561..02931dc83c2c 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.2.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=1c62e419bb1f4c16aa428f68281bee3c44a12dde865e0a0b22e53b09f79a0a36

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

* Re: qalculate: update to 4.2.0.
  2022-07-07 10:59 [PR PATCH] qalculate: update to 4.2.0 ishaanbhimwal
  2022-07-07 11:12 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-07 15:33 ` Chocimier
  2022-07-11 12:12 ` mhmdanas
  2022-07-20 20:45 ` [PR PATCH] [Closed]: " ishaanbhimwal
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2022-07-07 15:33 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37910#issuecomment-1177802882

Comment:
> I tested the changes in this PR: YES

Why it does not build, then?

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

* Re: qalculate: update to 4.2.0.
  2022-07-07 10:59 [PR PATCH] qalculate: update to 4.2.0 ishaanbhimwal
  2022-07-07 11:12 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-07-07 15:33 ` Chocimier
@ 2022-07-11 12:12 ` mhmdanas
  2022-07-20 20:45 ` [PR PATCH] [Closed]: " ishaanbhimwal
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2022-07-11 12:12 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/37910#issuecomment-1180333593

Comment:
@ishaanbhimwal I believe each package update should be split into its own commit in the PR.

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

* Re: [PR PATCH] [Closed]: qalculate: update to 4.2.0.
  2022-07-07 10:59 [PR PATCH] qalculate: update to 4.2.0 ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-11 12:12 ` mhmdanas
@ 2022-07-20 20:45 ` ishaanbhimwal
  3 siblings, 0 replies; 5+ messages in thread
From: ishaanbhimwal @ 2022-07-20 20:45 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 4.2.0.
https://github.com/void-linux/void-packages/pull/37910

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-20 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 10:59 [PR PATCH] qalculate: update to 4.2.0 ishaanbhimwal
2022-07-07 11:12 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-07 15:33 ` Chocimier
2022-07-11 12:12 ` mhmdanas
2022-07-20 20:45 ` [PR PATCH] [Closed]: " ishaanbhimwal

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