GNU bug report logs - #65715
[PATCH v2] gnu: pantheon-calculator: Update to 2.0.2.

Previous Next

Package: guix-patches;

Reported by: altadil <Altadil <at> protonmail.com>

Date: Sun, 3 Sep 2023 12:56:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 65715 in the body.
You can then email your comments to 65715 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#65715; Package guix-patches. (Sun, 03 Sep 2023 12:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to altadil <Altadil <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 03 Sep 2023 12:56:01 GMT) Full text and rfc822 format available.

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

From: altadil <Altadil <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: altadil <altadil <at> protonmail.com>
Subject: [PATCH v2] gnu: pantheon-calculator: Update to 2.0.2.
Date: Sun, 03 Sep 2023 12:54:34 +0000
* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.
---
This patch must be applied after the one for granite
(https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65458).
This version of calculator cannot build with the current version of
granite but I tested locally that it does build
(on x86_64, i686 and aarch64) once granite is up-to-date.
 gnu/packages/pantheon.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index c5cbde24c0..8bd15622f3 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -74,7 +74,7 @@ (define-public granite
 (define-public pantheon-calculator
   (package
     (name "pantheon-calculator")
-    (version "1.7.2")
+    (version "2.0.2")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public pantheon-calculator
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11rwwi6nlhwpcm29dn2mbz0239nfjdwlqlqbchm0j9sr1ypifk2k"))))
+         "1w59sgznzybawhz411avqayws8jq0471n6hwhkplvcz7inxlzdrw"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -96,15 +96,15 @@ (define-public pantheon-calculator
     (inputs
       (list granite
             glib
-            gtk+
+            gtk
             libgee
             libhandy))
     (native-inputs
-     `(("cmake" ,cmake)
-       ("glib:bin" ,glib "bin") ; for glib-compile-schemas
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+      (list cmake
+            `(,glib "bin") ; for glib-compile-schemas
+            gettext-minimal
+            pkg-config
+            vala))
     (home-page "https://github.com/elementary/calculator")
     (synopsis "Desktop calculator")
     (description "Calculator is an application for performing simple

base-commit: 52af65cf661603b4f6bdc39c2565105577003992
prerequisite-patch-id: 36af07118dd514ad62778401445fbd484b27ac86
-- 
2.41.0






Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Wed, 06 Sep 2023 03:07:02 GMT) Full text and rfc822 format available.

Notification sent to altadil <Altadil <at> protonmail.com>:
bug acknowledged by developer. (Wed, 06 Sep 2023 03:07:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: altadil <Altadil <at> protonmail.com>
Cc: 65715-done <at> debbugs.gnu.org
Subject: Re: bug#65715: [PATCH v2] gnu: pantheon-calculator: Update to 2.0.2.
Date: Tue, 05 Sep 2023 23:06:28 -0400
Hi,

altadil <Altadil <at> protonmail.com> writes:

> * gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.

I've completed the ChangeLog commit message for you like:

--8<---------------cut here---------------start------------->8---
    gnu: pantheon-calculator: Update to 2.0.2.
    
    * gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.
    [inputs]: Replace gtk+ with gtk.
    [native-inputs]: Remove labels.
--8<---------------cut here---------------end--------------->8---

and installed the commit as 88abdb43d667e2bd2d81c7ae34b7242725c3ff5d.

Closing!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Oct 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 219 days ago.

Previous Next


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