Archived
1
0
Fork 0

gnu: gnome-calculator: Update to 41.0 and re-style inputs.

* gnu/packages/gnome.scm (gnome-calculator): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
This commit is contained in:
Maxim Cournoyer 2022-01-22 01:51:00 -05:00
parent 8eb9333281
commit e9c30fed52
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10144,7 +10144,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
(version "40.1")
(version "41.0")
(source
(origin
(method url-fetch)
@ -10153,7 +10153,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
"1xkazxbkpn1z5pfphhps7fc5q4yc8lp7f6b222n8bx5iyxhwbrkz"))))
"16fwwfnw1w8p53ffny6zkff5cfsmg7xax9kmfgb7czjqv15w0vd6"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@ -10164,22 +10164,22 @@ handling the startup notification side.")
;; Tests require a writable HOME.
(setenv "HOME" (getcwd)))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)
("vala" ,vala)
("pkg-config" ,pkg-config)
("python" ,python)))
(list gettext-minimal
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
`(,gtk+ "bin") ;for gtk-update-icon-cache
itstool
vala
pkg-config
python))
(inputs
`(("glib" ,glib)
("gtksourceview" ,gtksourceview)
("libgee" ,libgee)
("libhandy" ,libhandy)
("libsoup" ,libsoup-minimal-2)
("libxml2" ,libxml2)
("mpc" ,mpc)
("mpfr" ,mpfr)))
(list `(,glib "bin")
gtksourceview
libgee
libhandy
libsoup-minimal-2
libxml2
mpc
mpfr))
(home-page "https://wiki.gnome.org/Apps/Calculator")
(synopsis "Desktop calculator")
(description