[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
360/452: gnu: texlive-tetex: Refresh package definition.
From: |
guix-commits |
Subject: |
360/452: gnu: texlive-tetex: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:44:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 37149d32ae8d6031e5e31177cf723d404eb9eab7
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 5b57d037ff..3333019262 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
- 308/452: gnu: texlive-fira: Refresh package definition., (continued)
- 308/452: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/09
- 312/452: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/09
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/09
- 333/452: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/09
- 334/452: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/09
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/09
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/09
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09
- 360/452: gnu: texlive-tetex: Refresh package definition.,
guix-commits <=
- 366/452: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 387/452: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 396/452: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/09
- 408/452: gnu: Add texlive-semaphor., guix-commits, 2023/06/09