GNU bug report logs - #48961
[PATCH 0/2] Update Qalculate to 3.19.0.

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 11 Jun 2021 18:59:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48961 in the body.
You can then email your comments to 48961 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48961; Package guix-patches. (Fri, 11 Jun 2021 18:59:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Jun 2021 18:59:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update Qalculate to 3.19.0.
Date: Fri, 11 Jun 2021 14:58:03 -0400 (EDT)
These changes update the libqalculate and qalculate-gtk packages to 3.19.0 
(from 3.8.0). I tested the packages on linux-x86_64. I quickly read 
through the changelogs from the intermediate releases and didn't see 
anything to indicate that we would need to make extensive changes to our 
package definitions, and, in fact, no such changes were required.

For libqalculate, we have a patch so that libcurl can find a CA store when 
updating currency exchange rate data. The patch was developed against 
3.8.0, and I've tested that it still applies and works (I was able to 
update exchange rates) with 3.19.0.

For qalculate-gtk, formerly unused translatable strings are now used 
("data/shortcuts.ui" now appears in `po/POTFILES.in`), so I removed the 
phase instructing gettext to skip those strings.

Jack Hill (2):
  gnu: libqalculate: Update to 3.19.0.
  gnu: qalculate-gtk: Update to 3.19.0.

 gnu/packages/maths.scm | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

-- 
2.32.0




Information forwarded to guix-patches <at> gnu.org:
bug#48961; Package guix-patches. (Fri, 11 Jun 2021 19:03:02 GMT) Full text and rfc822 format available.

Message #8 received at 48961 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 48961 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: qalculate-gtk: Update to 3.19.0.
Date: Fri, 11 Jun 2021 15:02:18 -0400
* gnu/packages/maths.scm (qalculate-gtk): Update to 3.19.0.
[phases]: Remove 'add-pot-file.
---
 gnu/packages/maths.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f6658971da..90c1bb7721 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6212,7 +6212,7 @@ cli.")
 (define-public qalculate-gtk
   (package
     (name "qalculate-gtk")
-    (version "3.8.0")
+    (version "3.19.0")
     (source
      (origin
        (method git-fetch)
@@ -6221,7 +6221,7 @@ cli.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nsg6dzg5r7rzqr671nvrf1c50rjwpz7bxv5f20i4s7agizgv840"))))
+        (base32 "1nrx7gp6f1yalbdda1gb97azhbr4xclq2xf08vvbvsk8jfd6fd2v"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -6245,15 +6245,6 @@ cli.")
            ;; script, which has not yet been patched to replace /bin/sh.
            (lambda _
              (setenv "NOCONFIGURE" "TRUE")
-             #t))
-         (add-before 'check 'add-pot-file
-           ;; the file contains translations and are currently not in use
-           ;; left out on purpose so add it to POTFILES.skip
-           (lambda _
-             (with-output-to-file "po/POTFILES.skip"
-               (lambda _
-                 (format #t "data/shortcuts.ui~%")
-                 #t))
              #t)))))
     (home-page "https://qalculate.github.io/")
     (synopsis "Multi-purpose graphical desktop calculator")
-- 
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#48961; Package guix-patches. (Fri, 11 Jun 2021 19:03:02 GMT) Full text and rfc822 format available.

Message #11 received at 48961 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 48961 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: libqalculate: Update to 3.19.0.
Date: Fri, 11 Jun 2021 15:02:17 -0400
* gnu/packages/maths (libqalculate): Update to 3.19.0.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e78c5dfb93..f6658971da 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6158,7 +6158,7 @@ researchers and developers alike to get started on SAT.")
 (define-public libqalculate
   (package
     (name "libqalculate")
-    (version "3.8.0")
+    (version "3.19.0")
     (source
      (origin
        (method git-fetch)
@@ -6167,7 +6167,7 @@ researchers and developers alike to get started on SAT.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vbaza9c7159xf2ym90l0xkyj2mp6c3hbghhsqn29yvz08fda9df"))
+        (base32 "1w44407wb552q21dz4m2nwwdi8b9hzjb2w1l3ffsikzqckc7wbyj"))
        (patches
         (search-patches "libqalculate-3.8.0-libcurl-ssl-fix.patch"))))
     (build-system gnu-build-system)
-- 
2.32.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 12 Jun 2021 21:00:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Sat, 12 Jun 2021 21:00:02 GMT) Full text and rfc822 format available.

Message #16 received at 48961-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 48961-done <at> debbugs.gnu.org
Subject: Re: [bug#48961] [PATCH 0/2] Update Qalculate to 3.19.0.
Date: Sat, 12 Jun 2021 22:59:06 +0200
Hello,

Jack Hill <jackhill <at> jackhill.us> writes:

> Jack Hill (2):
>   gnu: libqalculate: Update to 3.19.0.
>   gnu: qalculate-gtk: Update to 3.19.0.
>
Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 11 Jul 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.