[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
347/418: gnu: texlive-tex-ini-files: Refresh package definition.
From: |
guix-commits |
Subject: |
347/418: gnu: texlive-tex-ini-files: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8f9fdc3b02344095c229a255d971fc1d00d0b431
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 041685c534..a50426477f 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)
- 280/418: gnu: texlive-graphics: Refresh package definition., (continued)
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/02
- 275/418: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/02
- 287/418: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/02
- 286/418: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/02
- 297/418: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/02
- 305/418: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/02
- 306/418: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/02
- 313/418: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/02
- 310/418: gnu: Add texlive-cmexb., guix-commits, 2023/06/02
- 311/418: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/02
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition.,
guix-commits <=
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/06/02
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/02
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/02
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/02
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/02
- 365/418: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 384/418: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02