GNU bug report logs -
#53888
[PATCH] gnu: grim: Update to 1.4.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53888 in the body.
You can then email your comments to 53888 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53888
; Package
guix-patches
.
(Wed, 09 Feb 2022 02:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 09 Feb 2022 02:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 09 Feb 2022 14:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 09 Feb 2022 14:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53888-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 10 Mar 2022 12:24:10 GMT)
Full text and
rfc822 format available.
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.