gnu: gnome-calculator: Update to 3.28.2.

* gnu/packages/gnome.scm (gnome-calculator): Update to 3.28.2.
[inputs]: Add glib and libxml2; replace gtksourceview with gtksourceview-3.
This commit is contained in:
Ricardo Wurmus 2018-08-06 16:14:59 +02:00
parent c60063ea56
commit 112e908323
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -6886,7 +6886,7 @@ handling the startup notification side.")
(define-public gnome-calculator (define-public gnome-calculator
(package (package
(name "gnome-calculator") (name "gnome-calculator")
(version "3.26.0") (version "3.28.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6895,7 +6895,7 @@ handling the startup notification side.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1iv3b3mvqxm17r5gv15dyq6gz08w0ljhzgbf22xnnfnpzhvmn8b2")))) "0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0. `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@ -6903,8 +6903,10 @@ handling the startup notification side.")
("itstool" ,itstool) ("itstool" ,itstool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("gtksourceview" ,gtksourceview) `(("glib" ,glib)
("gtksourceview" ,gtksourceview-3)
("libsoup" ,libsoup) ("libsoup" ,libsoup)
("libxml2" ,libxml2)
("mpc" ,mpc) ("mpc" ,mpc)
("mpfr" ,mpfr))) ("mpfr" ,mpfr)))
(home-page "https://wiki.gnome.org/Apps/Calculator") (home-page "https://wiki.gnome.org/Apps/Calculator")