[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
360/418: gnu: texlive-tetex: Refresh package definition.
From: |
guix-commits |
Subject: |
360/418: gnu: texlive-tetex: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c88a2e7fe1a45718478796a20c850a905d7edb57
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 11:00:01 2023 +0200
gnu: texlive-tetex: Refresh package definition.
* gnu/packages/tex.scm (texlive-tetex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 68d6c9e2d3..ec478ca44e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4288,19 +4288,23 @@ of file names.")
(define-public texlive-tetex
(package
- (inherit (simple-texlive-package
- "texlive-tetex"
- (list "/dvips/tetex/"
- "/fonts/enc/dvips/tetex/"
- "/fonts/map/dvips/tetex/")
- (base32
- "05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")
- #:trivial? #t))
+ (name "texlive-tetex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/tetex/"
+ "fonts/enc/dvips/tetex/"
+ "fonts/map/dvips/tetex/")
+ (base32
+ "05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
(home-page "https://www.ctan.org/pkg/tetex")
(synopsis "Font maps originally from teTeX")
- (description "This package provides font maps that were originally part of
-the now obsolete teTeX distributions but are still used at the core of the TeX
-Live distribution.")
+ (description
+ "This package provides font maps that were originally part of the now
+obsolete teTeX distributions but are still used at the core of the TeX Live
+distribution.")
(license license:public-domain)))
(define-public texlive-l3kernel
- 330/418: gnu: texlive-helvetic: Refresh package definition., (continued)
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/02
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/02
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/02
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/02
- 360/418: gnu: texlive-tetex: Refresh package definition.,
guix-commits <=
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 393/418: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/02
- 396/418: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/02
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/02
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/02
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/06/02
- 412/418: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/02
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/02