[PATCH v2] gnu: pantheon-calculator: Update to 2.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • altadil
  • Maxim Cournoyer
Owner
unassigned
Submitted by
altadil
Severity
normal
A
A
altadil wrote on 3 Sep 2023 14:54
(address . guix-patches@gnu.org)(name . altadil)(address . altadil@protonmail.com)
bda29a86590ccf19f27cb487ab3fef8ded18d29b.1693745248.git.altadil@protonmail.com
* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.
---
This patch must be applied after the one for granite
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(-)

Toggle diff (49 lines)
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
M
M
Maxim Cournoyer wrote on 6 Sep 2023 05:06
(name . altadil)(address . Altadil@protonmail.com)(address . 65715-done@debbugs.gnu.org)
87pm2wc85n.fsf@gmail.com
Hi,

altadil <Altadil@protonmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.

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

Toggle snippet (7 lines)
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.

and installed the commit as 88abdb43d667e2bd2d81c7ae34b7242725c3ff5d.

Closing!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65715@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65715
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch