mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: grim: Improve style.
* gnu/packages/image.scm (grim): Reindent. Change-Id: I18c51dc0ad1ccfddba2895dba6c05827208fe83f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0793da3e05
commit
3624595ddd
1 changed files with 22 additions and 22 deletions
|
|
@ -2404,28 +2404,28 @@ identical visual appearance.")
|
|||
|
||||
(define-public grim
|
||||
(package
|
||||
(name "grim")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.freedesktop.org/emersion/grim/")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rabva3x203hbsnmad6zrvlpxadmxw1zmd42i3pjk05pnk73mym0"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (append (if (%current-target-system)
|
||||
;; For wayland-scanner.
|
||||
(list pkg-config-for-build wayland)
|
||||
'())
|
||||
(list pkg-config scdoc)))
|
||||
(inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
|
||||
(home-page "https://wayland.emersion.fr/grim/")
|
||||
(synopsis "Create screenshots from a Wayland compositor")
|
||||
(description "grim can create screenshots from a Wayland compositor.")
|
||||
(license license:expat)))
|
||||
(name "grim")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.freedesktop.org/emersion/grim/")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rabva3x203hbsnmad6zrvlpxadmxw1zmd42i3pjk05pnk73mym0"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (append (if (%current-target-system)
|
||||
;; For wayland-scanner.
|
||||
(list pkg-config-for-build wayland)
|
||||
'())
|
||||
(list pkg-config scdoc)))
|
||||
(inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
|
||||
(home-page "https://wayland.emersion.fr/grim/")
|
||||
(synopsis "Create screenshots from a Wayland compositor")
|
||||
(description "grim can create screenshots from a Wayland compositor.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public slurp
|
||||
(package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue