GNU bug report logs - #38001
[PATCH] gnu: scrot: Update to 1.2.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Thu, 31 Oct 2019 13:04:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38001 in the body.
You can then email your comments to 38001 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38001; Package guix-patches. (Thu, 31 Oct 2019 13:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 31 Oct 2019 13:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: scrot: Update to 1.2.
Date: Thu, 31 Oct 2019 14:02:20 +0100
* gnu/packages/xdisorg.scm (scrot): Update to 1.2.
---
 gnu/packages/xdisorg.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 17dc16b44c..7002c72834 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews <at> gmail.com>
 ;;; Copyright © 2019 Josh Holland <josh <at> inv.alid.pw>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -552,7 +553,7 @@ move windows, switch between desktops, etc.).")
 (define-public scrot
   (package
     (name "scrot")
-    (version "0.9")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -562,11 +563,14 @@ move windows, switch between desktops, etc.).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dg0pnmk09p7zlbyxv7d40vf54amrv73y976ds5p7096x6lmlndy"))))
+        (base32 "08gkdby0ysx2mki57z81zlm7vfnq9c1gq692xw67cg5vv2p3320w"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
-       ("automake" ,automake)))
+       ("autoconf-archive" ,autoconf-archive)
+       ("automake" ,automake)
+       ("libXcursor" ,libxcursor)
+       ("libXfixes" ,libxfixes)))
     (inputs
      `(("giblib" ,giblib)
        ("libx11" ,libx11)))
-- 
2.23.0





Information forwarded to guix-patches <at> gnu.org:
bug#38001; Package guix-patches. (Thu, 31 Oct 2019 13:38:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>, 38001 <at> debbugs.gnu.org
Subject: Re: [bug#38001] [PATCH] gnu: scrot: Update to 1.2.
Date: Thu, 31 Oct 2019 14:37:24 +0100
> +       ("libXcursor" ,libxcursor)
> +       ("libXfixes" ,libxfixes)))

I think those two are inputs not native-inputs.

You also need to mention this change in the commit log. Can you please
send an updated version?

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#38001; Package guix-patches. (Thu, 31 Oct 2019 13:38:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#38001; Package guix-patches. (Thu, 31 Oct 2019 16:53:01 GMT) Full text and rfc822 format available.

Message #14 received at 38001 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 38001 <at> debbugs.gnu.org
Cc: m.othacehe <at> gmail.com, Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH v2] gnu: scrot: Update to 1.2.
Date: Thu, 31 Oct 2019 17:51:41 +0100
* gnu/packages/xdisorg.scm (scrot): Update to 1.2, [native-inputs]: Add
autoconf-archive, [inputs]: Add libxcursor and libxfixes.
---
 gnu/packages/xdisorg.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 17dc16b44c..772e09d5b2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews <at> gmail.com>
 ;;; Copyright © 2019 Josh Holland <josh <at> inv.alid.pw>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -552,7 +553,7 @@ move windows, switch between desktops, etc.).")
 (define-public scrot
   (package
     (name "scrot")
-    (version "0.9")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -562,14 +563,17 @@ move windows, switch between desktops, etc.).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dg0pnmk09p7zlbyxv7d40vf54amrv73y976ds5p7096x6lmlndy"))))
+        (base32 "08gkdby0ysx2mki57z81zlm7vfnq9c1gq692xw67cg5vv2p3320w"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
+       ("autoconf-archive" ,autoconf-archive)
        ("automake" ,automake)))
     (inputs
      `(("giblib" ,giblib)
-       ("libx11" ,libx11)))
+       ("libx11" ,libx11)
+       ("libXcursor" ,libxcursor)
+       ("libXfixes" ,libxfixes)))
     (home-page "https://github.com/resurrecting-open-source-projects/scrot")
     (synopsis "Command-line screen capture utility for X Window System")
     (description
-- 
2.23.0





Reply sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
You have taken responsibility. (Mon, 04 Nov 2019 09:24:01 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Mon, 04 Nov 2019 09:24:01 GMT) Full text and rfc822 format available.

Message #19 received at 38001-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 38001-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: scrot: Update to 1.2.
Date: Mon, 04 Nov 2019 10:23:33 +0100
Pushed, thanks.

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 02 Dec 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 286 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.