emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39125: closed ([PATCH] gnu: termite: Open links properly without xdg


From: GNU bug Tracking System
Subject: bug#39125: closed ([PATCH] gnu: termite: Open links properly without xdg-utils in profile)
Date: Mon, 27 Jan 2020 23:22:02 +0000

Your message dated Tue, 28 Jan 2020 00:21:41 +0100
with message-id <address@hidden>
and subject line Re: [bug#39125] [PATCH] gnu: termite: Open links properly 
without xdg-utils in profile
has caused the debbugs.gnu.org bug report #39125,
regarding [PATCH] gnu: termite: Open links properly without xdg-utils in profile
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39125: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39125
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: termite: Open links properly without xdg-utils in profile Date: Tue, 14 Jan 2020 00:50:37 +0100
* gnu/packages/terminals.scm (termite)[inputs]: Add XDG-UTILS.
  [arguments](patch-xdg-open): New phase.
---
 gnu/packages/terminals.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index b5c3b69f53..dae14aee8f 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2019 Julien Lepiller <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2019 Brett Gilio <address@hidden>
+;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -138,6 +139,11 @@ configurable through a graphical wizard.")
     (arguments
       `(#:phases
         (modify-phases %standard-phases
+          (add-after 'unpack 'patch-xdg-open
+            (lambda _
+              (substitute* "termite.cc"
+                (("xdg-open") (which "xdg-open")))
+              #t))
           (delete 'configure))
         #:tests? #f
         ;; This sets the destination when installing the necessary terminal
@@ -150,6 +156,7 @@ configurable through a graphical wizard.")
     (inputs
      `(("vte" ,vte-ng)
        ("gtk+" ,gtk+)
+       ("xdg-utils" ,xdg-utils)
        ("ncurses" ,ncurses)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39125] [PATCH] gnu: termite: Open links properly without xdg-utils in profile Date: Tue, 28 Jan 2020 00:21:41 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Jakub Kądziołka <address@hidden> writes:

> * gnu/packages/terminals.scm (termite)[inputs]: Add XDG-UTILS.
>   [arguments](patch-xdg-open): New phase.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]