[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/78: gnu: Add texlive-fontware-bin.
From: |
guix-commits |
Subject: |
17/78: gnu: Add texlive-fontware-bin. |
Date: |
Wed, 12 Jun 2024 17:00:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit daee93ed37d35b89fea3c827801e12ae60d73ae9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 27 16:11:20 2024 +0200
gnu: Add texlive-fontware-bin.
* gnu/packages/tex.scm (texlive-fontware-bin): New variable.
(texlive-fontware)[propagated-inputs]: Add TEXLIVE-FONTWARE-BIN.
Change-Id: I5c59658aeab1a3cb289e87f77fae9436acae8a7f
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 517cf6d9f6..c010dd1f5f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34825,6 +34825,7 @@ sources, and with LaTeX @file{.fd} files.")
"0ng27m6cz92aa52z99gnw5i8s8fbkxq4354mygwnchchgxndcba0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs (list texlive-fontware-bin))
(home-page "https://ctan.org/pkg/vfware")
(synopsis "Tools for virtual font metrics")
(description
@@ -34836,6 +34837,30 @@ generates a VF file and a TFM file; @command{vftovp}
takes a VF file and a TFM
file and generates a VPL file.")
(license license:knuth)))
+(define-public texlive-fontware-bin
+ (package
+ (inherit texlive-bin)
+ (name "texlive-fontware-bin")
+ (arguments
+ (substitute-keyword-arguments (package-arguments texlive-bin)
+ ((#:configure-flags flags)
+ #~(delete "--enable-web2c" #$flags))
+ ((#:phases phases)
+ #~(modify-phases #$phases
+ (replace 'install
+ (lambda _
+ (with-directory-excursion "texk/web2c"
+ (let ((bin (string-append #$output "/bin"))
+ (files '("pltotf" "tftopl" "vftovp" "vptovf")))
+ (for-each (lambda (f) (invoke "make" f)) files)
+ (for-each (lambda (f) (install-file f bin)) files)))))))))
+ (native-inputs (list pkg-config))
+ (home-page (package-home-page texlive-fontware))
+ (synopsis "Binaries for @code{texlive-fontware}")
+ (description
+ "This package provides the binaries for @code{texlive-fontware}.")
+ (license (package-license texlive-fontware))))
+
(define-public texlive-forest-quickstart
(package
(name "texlive-forest-quickstart")
- 01/78: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., (continued)
- 01/78: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/12
- 03/78: gnu: Add texlive-source., guix-commits, 2024/06/12
- 07/78: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/12
- 09/78: gnu: Add texlive-libptexenc., guix-commits, 2024/06/12
- 06/78: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/12
- 08/78: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/12
- 04/78: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/12
- 14/78: gnu: texlive-latex-bin: Create symlinks for "latex" variants., guix-commits, 2024/06/12
- 12/78: gnu: texlive-xcjk2uni: Fix build., guix-commits, 2024/06/12
- 15/78: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/12
- 17/78: gnu: Add texlive-fontware-bin.,
guix-commits <=
- 10/78: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/12
- 11/78: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/12
- 16/78: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/12
- 21/78: gnu: Add texlive-ptex-bin., guix-commits, 2024/06/12
- 20/78: gnu: Add texlive-uptex-bin., guix-commits, 2024/06/12
- 18/78: gnu: Add texlive-texware-bin., guix-commits, 2024/06/12
- 30/78: gnu: Add texlive-autosp-bin., guix-commits, 2024/06/12
- 32/78: gnu: Add texlive-pmx-bin., guix-commits, 2024/06/12
- 13/78: gnu: texlive-csplain: Fix build., guix-commits, 2024/06/12
- 27/78: gnu: Add texlive-hitex-bin., guix-commits, 2024/06/12