emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53888: closed ([PATCH] gnu: grim: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#53888: closed ([PATCH] gnu: grim: Update to 1.4.0.)
Date: Wed, 09 Feb 2022 14:31:02 +0000

Your message dated Wed, 09 Feb 2022 15:30:41 +0100
with message-id <87fsosw1ri.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53888] [PATCH] gnu: grim: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #53888,
regarding [PATCH] gnu: grim: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53888
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: grim: Update to 1.4.0. Date: Wed, 09 Feb 2022 07:39:59 +0530 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)
>From 599ee3b944825dbe212d94f69f2911fd63d335ab Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@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@gmail.com>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
 ;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53888] [PATCH] gnu: grim: Update to 1.4.0. Date: Wed, 09 Feb 2022 15:30:41 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Jai Vetrivelan <jaivetrivelan@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]