[PATCH] gnu: maim: Update to 5.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 9 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
86326097c902e67a576c517e1b08150d4b047db1.1717853676.git.poptsov.artyom@gmail.com
* gnu/packages/xdisorg.scm (maim): Update to 5.8.0.
[inputs]: Add libwebp.

Change-Id: I91fb48b26bdd2393975f14c00d74f70d8f6db11f
---
gnu/packages/xdisorg.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 357a868528..d8b2551767 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -61,6 +61,7 @@
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -965,7 +966,7 @@ (define-public slop
(define-public maim
(package
(name "maim")
- (version "5.6.3")
+ (version "5.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -974,7 +975,7 @@ (define-public maim
(file-name (git-file-name name version))
(sha256
(base32
- "181mjjrjb9fs1ficcv9miqbk94v95j1yli7fjp2dj514g7nj9l3x"))))
+ "0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no "check" target
@@ -985,6 +986,7 @@ (define-public maim
libxcomposite
libxfixes
libxrandr
+ libwebp
mesa
slop
zlib))

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.45.1
Andreas Enge wrote 9 months ago
Close
(address . 71434-done@debbugs.gnu.orf)
ZmbLdyBAeIul7y8Z@jurong
Pushed, thanks!

Andreas
Closed
Andreas Enge wrote 9 months ago
(address . 71434-done@debbugs.gnu.org)
ZmbT6WSdaVXupsEv@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71434@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71434
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help