me
/
guix
Archived
1
0
Fork 0

gnu: gnome-calculator: Update to 3.30.1.

* gnu/packages/gnome.scm (gnome-calculator): Update to 3.30.1.
[build-system]: Use meson-build-system.
[arguments]: Set glib-or-gtk? flag.
[native-inputs]: Add gtk+:bin and vala.
master
Ricardo Wurmus 2018-12-05 17:22:44 +01:00 committed by Kei Kebreau
parent 85fb3df35d
commit 2d475910fb
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 6 additions and 3 deletions

View File

@ -7179,7 +7179,7 @@ handling the startup notification side.")
(define-public gnome-calculator (define-public gnome-calculator
(package (package
(name "gnome-calculator") (name "gnome-calculator")
(version "3.28.2") (version "3.30.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7188,12 +7188,15 @@ handling the startup notification side.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s")))) "0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc"))))
(build-system glib-or-gtk-build-system) (build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(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.
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool) ("intltool" ,intltool)
("itstool" ,itstool) ("itstool" ,itstool)
("vala" ,vala)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("glib" ,glib) `(("glib" ,glib)