[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: gnome-calculator: Update to 3.34.1.
From: |
guix-commits |
Subject: |
08/10: gnu: gnome-calculator: Update to 3.34.1. |
Date: |
Thu, 23 Jan 2020 17:41:00 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4cb09502f2b4b0970a9525a0fb0f615b83c3657a
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 23 23:26:25 2020 +0100
gnu: gnome-calculator: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.34.1.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
[inputs]: Add LIBGEE.
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 960ff24..5301cee 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8550,7 +8550,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.32.2")
+ (version "3.34.1")
(source
(origin
(method url-fetch)
@@ -8559,19 +8559,20 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41"))))
+ "0lbh87255zzggqzai6543qg920y52bl4vs5m5h5087ghzg14hlsd"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
- ("intltool" ,intltool)
("itstool" ,itstool)
("vala" ,vala)
("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
("gtksourceview" ,gtksourceview)
+ ("libgee" ,libgee)
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("mpc" ,mpc)
- branch core-updates updated (12d8adb -> 3440fec), guix-commits, 2020/01/23
- 01/10: gnu: glib: Remove redundant input., guix-commits, 2020/01/23
- 02/10: gnu: glib: Update to 2.62.4., guix-commits, 2020/01/23
- 04/10: gnu: yelp-xsl: Update to 3.34.2., guix-commits, 2020/01/23
- 07/10: gnu: shared-mime-info: Update to 1.15., guix-commits, 2020/01/23
- 03/10: gnu: glibmm: Update to 2.62.0., guix-commits, 2020/01/23
- 05/10: gnu: yelp-tools: Update to 3.32.2., guix-commits, 2020/01/23
- 06/10: gnu: vala: Update to 0.46.5., guix-commits, 2020/01/23
- 09/10: gnu: gcr: Update to 3.34.0., guix-commits, 2020/01/23
- 08/10: gnu: gnome-calculator: Update to 3.34.1.,
guix-commits <=
- 10/10: gnu: nvi: Fix build with glibc 2.30., guix-commits, 2020/01/23