all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53888] [PATCH] gnu: grim: Update to 1.4.0.
@ 2022-02-09  2:09 Jai Vetrivelan
  2022-02-09 14:30 ` bug#53888: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-09  2:09 UTC (permalink / raw)
  To: 53888

[-- Attachment #1: 0001-gnu-grim-Update-to-1.4.0.patch --]
[-- Type: text/x-patch, Size: 1903 bytes --]

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53888: [PATCH] gnu: grim: Update to 1.4.0.
  2022-02-09  2:09 [bug#53888] [PATCH] gnu: grim: Update to 1.4.0 Jai Vetrivelan
@ 2022-02-09 14:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-09 14:30 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53888-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-09 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09  2:09 [bug#53888] [PATCH] gnu: grim: Update to 1.4.0 Jai Vetrivelan
2022-02-09 14:30 ` bug#53888: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.