guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: fontconfig: Don't build PDFs.


From: guix-commits
Subject: 02/04: gnu: fontconfig: Don't build PDFs.
Date: Mon, 12 Jul 2021 05:00:23 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit a6f3800173a9f89320e31424dff292df9627833f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 12 10:42:37 2021 +0200

    gnu: fontconfig: Don't build PDFs.
    
    * gnu/packages/fontutils.scm (fontconfig-with-documentation)[arguments]:
    Add 'no-pdf-doc' phase.
---
 gnu/packages/fontutils.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 0ee51a7..8ea893e 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
@@ -408,6 +408,12 @@ high quality, anti-aliased and subpixel rendered text on a 
display.")
         `(delete "--disable-docs" ,configure-flags))
        ((#:phases phases '%standard-phases)
         `(modify-phases ,phases
+           (add-after 'unpack 'no-pdf-doc
+             (lambda _
+               ;; Don't build documentation as PDF.
+               (substitute* "doc/Makefile.in"
+                 (("^PDF_FILES = .*")
+                  "PDF_FILES =\n"))))
            (add-after 'install 'move-man-sections
              (lambda* (#:key outputs #:allow-other-keys)
                ;; Move share/man/man{3,5} to the "doc" output.  Leave "man1" in



reply via email to

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