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.master
parent
404e386ed0
commit
4cb09502f2
|
@ -8550,7 +8550,7 @@ handling the startup notification side.")
|
||||||
(define-public gnome-calculator
|
(define-public gnome-calculator
|
||||||
(package
|
(package
|
||||||
(name "gnome-calculator")
|
(name "gnome-calculator")
|
||||||
(version "3.32.2")
|
(version "3.34.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8559,19 +8559,20 @@ handling the startup notification side.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41"))))
|
"0lbh87255zzggqzai6543qg920y52bl4vs5m5h5087ghzg14hlsd"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments '(#:glib-or-gtk? #t))
|
(arguments '(#:glib-or-gtk? #t))
|
||||||
(native-inputs
|
(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
|
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
||||||
("intltool" ,intltool)
|
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gtksourceview" ,gtksourceview)
|
("gtksourceview" ,gtksourceview)
|
||||||
|
("libgee" ,libgee)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("mpc" ,mpc)
|
("mpc" ,mpc)
|
||||||
|
|
Reference in New Issue