GNU bug report logs - #39346
[PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Wed, 29 Jan 2020 17:07:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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 39346 in the body.
You can then email your comments to 39346 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#39346; Package guix-patches. (Wed, 29 Jan 2020 17:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexey Abramov <levenson <at> mmer.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Jan 2020 17:07:02 GMT) Full text and rfc822 format available.

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

From: Alexey Abramov <levenson <at> mmer.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.
Date: Wed, 29 Jan 2020 18:05:55 +0100
* gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz
* gnu/packages/emacs.scm (emacs-next)[arguments]: Enable harfbuzz
---
 gnu/packages/emacs.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b26c928e87..0936c6b525 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -270,6 +270,8 @@ languages.")
              #t))))
       (arguments
        (substitute-keyword-arguments (package-arguments emacs)
+         ((#:configure-flags flags)
+          `(cons* "--with-harfbuzz" ,flags))
          ((#:phases phases)
           `(modify-phases ,phases
              ;; The 'reset-gzip-timestamps phase will throw a
@@ -298,6 +300,7 @@ languages.")
                    #t)))))))
       (inputs
        `(("jansson" ,jansson)
+         ("harfbuzz" ,harfbuzz)
          ,@(package-inputs emacs)))
       (native-inputs
        `(("autoconf" ,autoconf)      ; needed when building from trunk
-- 
2.24.1





Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Sun, 29 Mar 2020 19:41:01 GMT) Full text and rfc822 format available.

Notification sent to Alexey Abramov <levenson <at> mmer.org>:
bug acknowledged by developer. (Sun, 29 Mar 2020 19:41:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Alexey Abramov <levenson <at> mmer.org>, 39346-done <at> debbugs.gnu.org
Subject: Re: [bug#39346] [PATCH] gnu: emacs-next: Add harfbuzz (text shaping
 engine) to inputs.
Date: Sun, 29 Mar 2020 21:40:16 +0200
[Message part 1 (text/plain, inline)]
Alexey Abramov <levenson <at> mmer.org> writes:

> * gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz
> * gnu/packages/emacs.scm (emacs-next)[arguments]: Enable harfbuzz

Applied, thanks!

CC'ing Amin who added emacs-next in case he has objections.
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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