GNU bug report logs - #50302
[PATCH] gnu: telescope: Update to 0.5.1.

Previous Next

Package: guix-patches;

Reported by: cage <cage-dev <at> twistfold.it>

Date: Tue, 31 Aug 2021 16:35:02 UTC

Severity: normal

Tags: patch

Done: Brice Waegeneire <brice <at> waegenei.re>

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 50302 in the body.
You can then email your comments to 50302 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#50302; Package guix-patches. (Tue, 31 Aug 2021 16:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to cage <cage-dev <at> twistfold.it>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 31 Aug 2021 16:35:02 GMT) Full text and rfc822 format available.

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

From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: telescope: Update to 0.5.1.
Date: Tue, 31 Aug 2021 18:33:52 +0200
---
 gnu/packages/web-browsers.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a0a5498039..3a41f17c80 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -881,23 +881,24 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.4.1")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
+        (base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
      `(("gettext" ,gettext-minimal)))
     (inputs
-     `(("libevent"  ,libevent)
-       ("libressl"  ,libressl)
-       ("ncurses"   ,ncurses)))
+     `(("pkg-config" ,pkg-config)
+       ("libevent"   ,libevent)
+       ("libressl"   ,libressl)
+       ("ncurses"    ,ncurses)))
     (home-page "https://git.omarpolo.com/telescope/about/")
     (synopsis "Gemini client with a terminal interface")
     (description "Telescope is a w3m-like browser for Gemini.")
-- 
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#50302; Package guix-patches. (Tue, 31 Aug 2021 20:27:01 GMT) Full text and rfc822 format available.

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

From: Brice Waegeneire <brice <at> waegenei.re>
To: cage <cage-dev <at> twistfold.it>
Cc: 50302 <at> debbugs.gnu.org
Subject: Re: bug#50302: [PATCH] gnu: telescope: Update to 0.5.1.
Date: Tue, 31 Aug 2021 22:26:02 +0200
Hello cage,

Thank you for the patch.  The commit message description was missing and
pkg-config was in the inputs field instead of native-inupts. I fixed that and
pushed it as 1734853e92d1df9d1cb3c3bd747db6ed3feeab37.

Cheers,
- Brice




bug closed, send any further explanations to 50302 <at> debbugs.gnu.org and cage <cage-dev <at> twistfold.it> Request was from Brice Waegeneire <brice <at> waegenei.re> to control <at> debbugs.gnu.org. (Tue, 31 Aug 2021 20:27:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 29 Sep 2021 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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