[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
347/458: gnu: texlive-tex-ini-files: Refresh package definition.
From: |
guix-commits |
Subject: |
347/458: gnu: texlive-tex-ini-files: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 09efa05b79aeac337494c85dc04f6ed0953f29f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 08:20:03 2023 +0200
gnu: texlive-tex-ini-files: Refresh package definition.
* gnu/packages/tex.stex-ini-files (texlive-tex-ini-files): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f15ff24eb2..2d4f4ac2ba 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -882,19 +882,24 @@ to PostScript.")
(define-public texlive-tex-ini-files
(package
- (inherit (simple-texlive-package
- "texlive-tex-ini-files"
- (list "/tex/generic/tex-ini-files/")
- (base32
- "0q1g62jg0qiqslm93ycvm30bw8ydmssjdshzsnzl7n2vpd62qfi2")
- #:trivial? #t))
+ (name "texlive-tex-ini-files")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/tex-ini-files/" "tex/generic/tex-ini-files/")
+ (base32
+ "0a18k27fz1vjha5blwskxpnd715k08hmfm7d1yc2f7adaf0rwl3m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
(home-page "https://www.ctan.org/pkg/tex-ini-files")
(synopsis "Files for creating TeX formats")
- (description "This bundle provides a collection of model \".ini\" files
-for creating TeX formats. These files are commonly used to introduced
-distribution-dependent variations in formats. They are also used to
-allow existing format source files to be used with newer engines, for example
-to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.")
+ (description
+ "This bundle provides a collection of model @file{.ini} files for
+creating TeX formats. These files are commonly used to introduced
+distribution-dependent variations in formats. They are also used to allow
+existing format source files to be used with newer engines, for example to
+adapt the plain e-TeX source file to work with XeTeX and LuaTeX.")
(license license:public-domain)))
(define-deprecated-package texlive-generic-tex-ini-files texlive-tex-ini-files)
- 427/458: gnu: texlive-luatex: Create formats., (continued)
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/14
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition.,
guix-commits <=
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 194/458: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/14
- 295/458: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/14
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14