[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
360/416: gnu: texlive-tetex: Refresh package definition.
From: |
guix-commits |
Subject: |
360/416: gnu: texlive-tetex: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8bf976e96ecfd4a586fe49f10910888f07ea62cb
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 7ac238918d..eb359a8455 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4292,19 +4292,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
- 324/416: gnu: texlive-kpfonts: Refresh package definition., (continued)
- 324/416: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 357/416: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 344/416: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/28
- 345/416: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 348/416: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/28
- 353/416: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/28
- 350/416: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 354/416: gnu: Add texlive-mptopdf., guix-commits, 2023/05/28
- 360/416: gnu: texlive-tetex: Refresh package definition.,
guix-commits <=
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 379/416: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28