Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qalculate: update to 5.1
@ 2024-05-15 18:32 yoshiyoshyosh
  2024-05-17  0:07 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: yoshiyoshyosh @ 2024-05-15 18:32 UTC (permalink / raw)
  To: ml

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

qalculate: update to 5.1
#### 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/50361.patch is attached

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

From 906a085d900a92357d83e789a9509c9132a5f2e8 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 15 May 2024 14:24:35 -0400
Subject: [PATCH 1/4] libqalculate: update to 5.1.1

---
 common/shlibs                 | 2 +-
 srcpkgs/libqalculate/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 41ee6616f37a6a..ae299ce0b851ca 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3072,7 +3072,7 @@ libdouble-conversion.so.3 double-conversion-3.1.5_1
 libspectrum.so.8 libspectrum-1.2.2_1
 libbearssl.so.0 bearssl-0.3_1
 libXfont2.so.2 libXfont2-2.0.1_1
-libqalculate.so.22 libqalculate-3.20.1_1
+libqalculate.so.23 libqalculate-5.1.1_1
 libostree-1.so.1 ostree-2023.1_1
 librhash.so.1 rhash-1.4.4_1
 libserialport.so.0 libserialport-0.1.1_1
diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index a9c65379bda7ed..1869b26cd0163f 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.9.0
+version=5.1.1
 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=6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f
+checksum=04db2d1c8dc0d5a006971bb138aa71d4a944275dde8dbf952ad8b59bf499aba1
 
 qalculate_package() {
 	short_desc="Multi-purpose desktop calculator - CLI version"

From 02ade24528f3cc5b8b612dd910c66bbc25783351 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 15 May 2024 14:27:17 -0400
Subject: [PATCH 2/4] qalculate-gtk: update to 5.1.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 63a2762e4c6285..64750f01a7c9a5 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.9.0
+version=5.1.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=d6f8bae81585088dcf8eb60ea41614c5a11e9096f1f1aec186e94839b030d480
+checksum=173339cce04a6f0ba4c56c233987a30188ef10170da7cc545a8876c3d5c42185

From 2713b1825c1e57e977b4659555ac8848e4baf471 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 15 May 2024 14:27:29 -0400
Subject: [PATCH 3/4] qalculate-qt: update to 5.1.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 89ef843bfbb719..9604115eeb5d30 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.9.0
+version=5.1.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=d3d2a054ed73c005fe2e64dc1882a0fe2f9aef817d59f30898efe4a80edf1330
+checksum=b6571fc85bde7f2b1422f215a5c4176bc1013726e2971d4c27770078be659a7b

From 00cb7c369b62cfe7f4565f66fe8486ca2134a260 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 15 May 2024 14:28:08 -0400
Subject: [PATCH 4/4] plasma-workspace: revbump for libqalculate 5.1

---
 srcpkgs/plasma-workspace/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template
index 53af43463634a0..41254db0c15048 100644
--- a/srcpkgs/plasma-workspace/template
+++ b/srcpkgs/plasma-workspace/template
@@ -1,7 +1,7 @@
 # Template file for 'plasma-workspace'
 pkgname=plasma-workspace
 version=6.0.4
-revision=1
+revision=2
 build_style=cmake
 build_helper=qemu
 configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml

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

* Re: [PR PATCH] [Merged]: qalculate: update to 5.1
  2024-05-15 18:32 [PR PATCH] qalculate: update to 5.1 yoshiyoshyosh
@ 2024-05-17  0:07 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-05-17  0:07 UTC (permalink / raw)
  To: ml

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

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

qalculate: update to 5.1
https://github.com/void-linux/void-packages/pull/50361

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] 2+ messages in thread

end of thread, other threads:[~2024-05-17  0:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 18:32 [PR PATCH] qalculate: update to 5.1 yoshiyoshyosh
2024-05-17  0:07 ` [PR PATCH] [Merged]: " cinerea0

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