gnu: gnome-screenshot: Update to 41.0-0.9f067cf.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 41.0-0.9f067cf. [source]: Fetch from git. [arguments]: Remove #:meson argument.
This commit is contained in:
parent
523d66f183
commit
e1e95fda23
@ -9865,22 +9865,25 @@ can add your own files to the collection.")
|
|||||||
license:cc-by-sa3.0))))
|
license:cc-by-sa3.0))))
|
||||||
|
|
||||||
(define-public gnome-screenshot
|
(define-public gnome-screenshot
|
||||||
|
;; GNOME Screenshot hasn't had a release in a long time, and the last one
|
||||||
|
;; (41) doesn't build with a recent Meson.
|
||||||
|
(let ((commit "9f067cf428b6bac78ffac31c1a17a20fb2c24843")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "gnome-screenshot")
|
(name "gnome-screenshot")
|
||||||
(version "41.0")
|
(version (git-version "41.0" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method url-fetch)
|
(uri (git-reference
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(url "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
||||||
(version-major version) "/"
|
(commit commit)))
|
||||||
name "-" version ".tar.xz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15wmikwk62cdi93gas77nqh4fbhlrxrncyfmcd1gfa34jbn7vnsa"))))
|
"10a3yd9qmfhxiw984a9fyvgrfq6i3w2yxayac0n7qqjl9ysxwb31"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:meson ,meson-0.60
|
`(#:glib-or-gtk? #t
|
||||||
#:glib-or-gtk? #t
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
@ -9906,7 +9909,7 @@ can add your own files to the collection.")
|
|||||||
"GNOME Screenshot is a utility used for taking screenshots of the entire
|
"GNOME Screenshot is a utility used for taking screenshots of the entire
|
||||||
screen, a window or a user defined area of the screen, with optional
|
screen, a window or a user defined area of the screen, with optional
|
||||||
beautifying border effects.")
|
beautifying border effects.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public dconf-editor
|
(define-public dconf-editor
|
||||||
(package
|
(package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user