gnu: gnome-screenshot: Update to 3.26.0.

* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.26.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin, desktop-file-utils, and appstream-glib.
This commit is contained in:
Ricardo Wurmus 2018-08-06 17:05:24 +02:00
parent 80d1e4c0f7
commit 8356aefafc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6091,7 +6091,7 @@ can add your own files to the collection.")
(define-public gnome-screenshot (define-public gnome-screenshot
(package (package
(name "gnome-screenshot") (name "gnome-screenshot")
(version "3.22.0") (version "3.26.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6100,11 +6100,14 @@ can add your own files to the collection.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0c02n1hgv21m4082jx399b1yazsc0cr07ba8k0pv8v3w7i5z21ca")))) "1fy8fjl29i3xhj8caik03d3za06x96xgkk8r4fwz88iqbmci3g0v"))))
(build-system glib-or-gtk-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("intltool" ,intltool) ("intltool" ,intltool)
("appstream-glib" ,appstream-glib)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("gtk+" ,gtk+) `(("gtk+" ,gtk+)