GNU bug report logs - #37076
Contributing package wterm

Previous Next

Package: guix-patches;

Reported by: ison <ison <at> airmail.cc>

Date: Sun, 18 Aug 2019 20:59:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 37076 in the body.
You can then email your comments to 37076 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#37076; Package guix-patches. (Sun, 18 Aug 2019 20:59:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ison <ison <at> airmail.cc>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 18 Aug 2019 20:59:04 GMT) Full text and rfc822 format available.

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

From: ison <ison <at> airmail.cc>
To: guix-patches <at> gnu.org
Subject: Contributing package wterm
Date: Sun, 18 Aug 2019 14:58:12 -0600
[Message part 1 (text/plain, inline)]
Here is a package for wterm, a native Wayland terminal emulator based
on St.
I thought terminals.scm was an appropriate place to add it.
[0001-Add-package-wterm-to-terminals.scm.patch (text/plain, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 25 Aug 2019 20:44:01 GMT) Full text and rfc822 format available.

Notification sent to ison <ison <at> airmail.cc>:
bug acknowledged by developer. (Sun, 25 Aug 2019 20:44:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: ison <ison <at> airmail.cc>
Cc: 37076-done <at> debbugs.gnu.org
Subject: Re: [bug#37076] Contributing package wterm
Date: Sun, 25 Aug 2019 22:43:31 +0200
[Message part 1 (text/plain, inline)]
Hello ison,

ison <ison <at> airmail.cc> skribis:

>>From 3597ca9e62e004a27adff73ebfa572d41089a74d Mon Sep 17 00:00:00 2001
> From: ison <ison <at> airmail.cc>
> Date: Sun, 18 Aug 2019 14:48:04 -0600
> Subject: [PATCH] Add package wterm to terminals.scm
>
> ---
>  gnu/packages/terminals.scm | 53 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 53 insertions(+)

Applied with the simple changes below and with a commit log that follows
our convention.

Thanks for the patch!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index fbd0bff843..bca8b14dad 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1120,7 +1120,7 @@ while also supporting native scrolling and @command{tmux} control mode
        (sha256
          (base32
           "0g4lzmc1w6na81i6hny32xds4xfig4xzswzfijyi6p93a1226dv0"))
-       (file-name (git-file-name name version ))))
+       (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -1134,8 +1134,11 @@ while also supporting native scrolling and @command{tmux} control mode
        ("wayland" ,wayland)))
     (arguments
      '(#:tests? #f
-       #:make-flags (list "-j1" ; Without -j1 it fails to find file libwld.a
-                          "CC=gcc"
+
+       ;; Without -j1 it fails to find file libwld.a.
+       #:parallel-build? #f
+
+       #:make-flags (list "CC=gcc"
                           (string-append "PREFIX=" %output)
                           (string-append "TERMINFO="
                                          (assoc-ref %outputs "out")

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

This bug report was last modified 4 years and 217 days ago.

Previous Next


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