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

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

[debbugs-tracker] bug#37076: closed (Contributing package wterm)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37076: closed (Contributing package wterm)
Date: Sun, 25 Aug 2019 20:44:01 +0000

Your message dated Sun, 25 Aug 2019 22:43:31 +0200
with message-id <address@hidden>
and subject line Re: [bug#37076] Contributing package wterm
has caused the debbugs.gnu.org bug report #37076,
regarding Contributing package wterm
to be marked as done.

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


-- 
37076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37076
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Contributing package wterm Date: Sun, 18 Aug 2019 14:58:12 -0600 User-agent: NeoMutt/20180716
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.

Attachment: 0001-Add-package-wterm-to-terminals.scm.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37076] Contributing package wterm Date: Sun, 25 Aug 2019 22:43:31 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hello ison,

ison <address@hidden> skribis:

>>From 3597ca9e62e004a27adff73ebfa572d41089a74d Mon Sep 17 00:00:00 2001
> From: ison <address@hidden>
> 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’.

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")

--- End Message ---

reply via email to

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