unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51842] [PATCH] gnu: scrot: Update to 1.7.
@ 2021-11-14 13:30 Tanguy Le Carrour
  2021-11-15 10:06 ` bug#51842: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Tanguy Le Carrour @ 2021-11-14 13:30 UTC (permalink / raw)
  To: 51842; +Cc: Tanguy Le Carrour

* gnu/packages/xdisorg.scm (scrot): Update to 1.7. [inputs]: Add libbsd.
---
 gnu/packages/xdisorg.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 282763b8aa..b0c2f9dd6a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews@gmail.com>
 ;;; Copyright © 2019, 2020 Josh Holland <josh@inv.alid.pw>
-;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2019, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 David Wilson <david@daviwil.com>
 ;;; Copyright © 2020 Ivan Vilata i Balaguer <ivan@selidor.net>
@@ -103,6 +103,7 @@ (define-module (gnu packages xdisorg)
   #:use-module (gnu packages haskell-xyz)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages libbsd)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages m4)
@@ -768,7 +769,7 @@ (define-public wmctrl
 (define-public scrot
   (package
     (name "scrot")
-    (version "1.6")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -778,7 +779,7 @@ (define-public scrot
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qanx2xx9m5l995csqzfcm1ks2nhk90zga1wzbkjjl75ga4iik2h"))))
+        (base32 "0rls08mpalx4xp5ysmg7m5lgx9q8g8m8q40m47f11mqa84z88nd1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -788,6 +789,7 @@ (define-public scrot
     (inputs
      `(("giblib" ,giblib)
        ("imlib2" ,imlib2)
+       ("libbsd" ,libbsd)
        ("libx11" ,libx11)
        ("libxcomposite" ,libxcomposite)
        ("libxext" ,libxext)
-- 
2.33.1





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

* bug#51842: [PATCH] gnu: scrot: Update to 1.7.
  2021-11-14 13:30 [bug#51842] [PATCH] gnu: scrot: Update to 1.7 Tanguy Le Carrour
@ 2021-11-15 10:06 ` Nicolas Goaziou
  2021-11-15 10:13   ` [bug#51842] " Tanguy LE CARROUR
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-11-15 10:06 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 51842-done

Hello,

Tanguy Le Carrour <tanguy@bioneland.org> writes:

> * gnu/packages/xdisorg.scm (scrot): Update to 1.7. [inputs]: Add
> libbsd.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

* [bug#51842] [PATCH] gnu: scrot: Update to 1.7.
  2021-11-15 10:06 ` bug#51842: " Nicolas Goaziou
@ 2021-11-15 10:13   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 3+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-15 10:13 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 51842-done

Hi Nicolas,

Quoting Nicolas Goaziou (2021-11-15 11:06:40)
> Tanguy Le Carrour <tanguy@bioneland.org> writes:
> 
> > * gnu/packages/xdisorg.scm (scrot): Update to 1.7. [inputs]: Add
> > libbsd.
> 
> Applied. Thank you.

Thanks!

-- 
Tanguy




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

end of thread, other threads:[~2021-11-15 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 13:30 [bug#51842] [PATCH] gnu: scrot: Update to 1.7 Tanguy Le Carrour
2021-11-15 10:06 ` bug#51842: " Nicolas Goaziou
2021-11-15 10:13   ` [bug#51842] " Tanguy LE CARROUR

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).