mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: maim: Update to 5.8.0.
* gnu/packages/xdisorg.scm (maim): Update to 5.8.0. [inputs]: Add libwebp. Change-Id: I91fb48b26bdd2393975f14c00d74f70d8f6db11f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
dc49255e21
commit
0467da1731
1 changed files with 4 additions and 2 deletions
|
@ -61,6 +61,7 @@
|
||||||
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
||||||
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
|
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
|
||||||
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
|
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
|
||||||
|
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -965,7 +966,7 @@ (define-public slop
|
||||||
(define-public maim
|
(define-public maim
|
||||||
(package
|
(package
|
||||||
(name "maim")
|
(name "maim")
|
||||||
(version "5.6.3")
|
(version "5.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -974,7 +975,7 @@ (define-public maim
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"181mjjrjb9fs1ficcv9miqbk94v95j1yli7fjp2dj514g7nj9l3x"))))
|
"0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no "check" target
|
'(#:tests? #f)) ; no "check" target
|
||||||
|
@ -985,6 +986,7 @@ (define-public maim
|
||||||
libxcomposite
|
libxcomposite
|
||||||
libxfixes
|
libxfixes
|
||||||
libxrandr
|
libxrandr
|
||||||
|
libwebp
|
||||||
mesa
|
mesa
|
||||||
slop
|
slop
|
||||||
zlib))
|
zlib))
|
||||||
|
|
Loading…
Reference in a new issue