GNU bug report logs -
#53888
[PATCH] gnu: grim: Update to 1.4.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53888: [PATCH] gnu: grim: Update to 1.4.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53888 <at> debbugs.gnu.org.
--
53888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53888
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> Subject: [PATCH] gnu: grim: Update to 1.4.0.
>
> * gnu/packages/image.scm (grim): Update to 1.4.0.
Note that the commit message should have:
[inputs]: Remove FOO, add BAR and BAZ.
I fixed this and applied your patch. Thank you!
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
[0001-gnu-grim-Update-to-1.4.0.patch (text/x-patch, inline)]
From 599ee3b944825dbe212d94f69f2911fd63d335ab Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Wed, 9 Feb 2022 07:18:36 +0530
Subject: [PATCH] gnu: grim: Update to 1.4.0.
* gnu/packages/image.scm (grim): Update to 1.4.0.
---
gnu/packages/image.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6cf171a410..f40ae12ccb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2021 Nicolò Balzarotti <nicolo <at> nixo.xyz>
;;; Copyright © 2021 Alexandr Vityazev <avityazev <at> posteo.org>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1957,7 +1958,7 @@ (define-public jp2a
(define-public grim
(package
(name "grim")
- (version "1.3.2")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -1966,10 +1967,10 @@ (define-public grim
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1l4gwvvc0zvg5b6f6w92xjhmwj7cg9hlgrf43lc7ygaz8dh6cmzg"))))
+ (base32 "1b1k5cmmk7gzis0rncyl98lnhdwpjkdsv9pada5mmgxcpka6f0lp"))))
(build-system meson-build-system)
(native-inputs (list pkg-config scdoc))
- (inputs (list cairo libjpeg-turbo wayland wayland-protocols))
+ (inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
(home-page "https://github.com/emersion/grim")
(synopsis "Create screenshots from a Wayland compositor")
(description "grim can create screenshots from a Wayland compositor.")
base-commit: 35d56676db0988aad6d1a5b52dc4efef578885f2
prerequisite-patch-id: b73ddd21981081b82de31f40157b7fdae5d51432
--
2.34.0
This bug report was last modified 3 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.