GNU bug report logs - #52036
[PATCH] gnu: xfce4-screenshooter: Fix build.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Mon, 22 Nov 2021 10:53:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.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: Brendan Tildesley <mail <at> brendan.scot>
Subject: bug#52036: closed (Re: [bug#52036] [PATCH] gnu: xfce4-screenshooter:
 Fix build.)
Date: Mon, 22 Nov 2021 12:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52036: [PATCH] gnu: xfce4-screenshooter: Fix build.

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 52036 <at> debbugs.gnu.org.

-- 
52036: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52036
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 52036-done <at> debbugs.gnu.org
Subject: Re: [bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build.
Date: Mon, 22 Nov 2021 12:07:43 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 83bd1b70cc568a287bd72c5777e3489ef7e6cf3b.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: xfce4-screenshooter: Fix build.
Date: Mon, 22 Nov 2021 21:51:56 +1100
* gnu/packages/xfce.scm (xfce4-screenshooter): Use libsoup 2.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 91b67d9a0d..f7af8b099c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1304,7 +1304,7 @@ (define-public xfce4-screenshooter
       ("glib:bin" ,glib "bin")))        ; glib-genmarshal
    (inputs
     `(("exo" ,exo)
-      ("libsoup" ,libsoup)
+      ("libsoup" ,libsoup-minimal-2)
       ("libxfce4ui" ,libxfce4ui)
       ("xfce4-panel" ,xfce4-panel)))
    (home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
-- 
2.33.1




This bug report was last modified 3 years and 242 days ago.

Previous Next


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