[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
360/458: gnu: texlive-tetex: Refresh package definition.
From: |
guix-commits |
Subject: |
360/458: gnu: texlive-tetex: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3229b8b202299bc3b264dae2c9c32eff635c833a
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
- 262/458: gnu: texlive-infwarerr: Refresh package definition., (continued)
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/14
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/14
- 341/458: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/14
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition.,
guix-commits <=
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14
- 444/458: gnu: Add texlive-latex-bin., guix-commits, 2023/06/14
- 456/458: gnu: Simplify texlive-default-updmap.cfg., guix-commits, 2023/06/14
- 277/458: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/14
- 282/458: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/14
- 297/458: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/14
- 256/458: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/14