GNU bug report logs - #63489
[PATCH] gnu: scrot: Update to 1.9.

Previous Next

Package: guix-patches;

Reported by: Yovan Naumovski <yovan <at> gorski.stream>

Date: Sat, 13 May 2023 19:08:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yovan Naumovski <yovan <at> gorski.stream>
Subject: bug#63489: closed (Re: bug#63489: [PATCH] gnu: scrot: Update to 1.9.)
Date: Wed, 17 May 2023 10:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63489: [PATCH] gnu: scrot: Update to 1.9.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63489 <at> debbugs.gnu.org.

-- 
63489: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63489
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Yovan Naumovski <yovan <at> gorski.stream>
Cc: 63489-done <at> debbugs.gnu.org
Subject: Re: bug#63489: [PATCH] gnu: scrot: Update to 1.9.
Date: Wed, 17 May 2023 18:23:28 +0800
Yovan Naumovski <yovan <at> gorski.stream> writes:

> * gnu/packages/xdisorg.scm (scrot): Update to 1.9.

Applied, thank you!

[Message part 3 (message/rfc822, inline)]
From: Yovan Naumovski <yovan <at> gorski.stream>
To: guix-patches <at> gnu.org
Cc: Yovan Naumovski <yovan <at> gorski.stream>
Subject: [PATCH] gnu: scrot: Update to 1.9.
Date: Sat, 13 May 2023 22:07:32 +0300
* gnu/packages/xdisorg.scm (scrot): Update to 1.9.
---
 gnu/packages/xdisorg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index bee9711a74..329c23a6a8 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -838,7 +838,7 @@ (define-public wmctrl
 (define-public scrot
   (package
     (name "scrot")
-    (version "1.7")
+    (version "1.9")
     (source
      (origin
        (method git-fetch)
@@ -848,7 +848,7 @@ (define-public scrot
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rls08mpalx4xp5ysmg7m5lgx9q8g8m8q40m47f11mqa84z88nd1"))))
+        (base32 "140wczmmxjp5fkrp6qg5rbq4hdwfslxb23jdk91ls8fjxdp9hafz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf autoconf-archive automake pkg-config))
@@ -859,7 +859,8 @@ (define-public scrot
            libx11
            libxcomposite
            libxext
-           libxfixes))
+           libxfixes
+           libxinerama))
     (home-page "https://github.com/resurrecting-open-source-projects/scrot")
     (synopsis "Command-line screen capture utility for X Window System")
     (description
-- 
2.39.2




This bug report was last modified 2 years and 65 days ago.

Previous Next


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