all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: altadil via Guix-patches via <guix-patches@gnu.org>
To: 65715@debbugs.gnu.org
Cc: altadil <altadil@protonmail.com>
Subject: [bug#65715] [PATCH v2] gnu: pantheon-calculator: Update to 2.0.2.
Date: Sun, 03 Sep 2023 12:54:34 +0000	[thread overview]
Message-ID: <bda29a86590ccf19f27cb487ab3fef8ded18d29b.1693745248.git.altadil@protonmail.com> (raw)

* 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	other threads:[~2023-09-03 12:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-03 12:54 altadil via Guix-patches via [this message]
2023-09-06  3:06 ` bug#65715: [PATCH v2] gnu: pantheon-calculator: Update to 2.0.2 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bda29a86590ccf19f27cb487ab3fef8ded18d29b.1693745248.git.altadil@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=65715@debbugs.gnu.org \
    --cc=altadil@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.