[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
326/458: gnu: texlive-inputenx: Refresh package definition.
From: |
guix-commits |
Subject: |
326/458: gnu: texlive-inputenx: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2221d80b8ca0ac6ce26efb9310a836427ae5785d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:55:45 2023 +0200
gnu: texlive-inputenx: Refresh package definition.
* gnu/packages/tex.scm (texlive-inputenx): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 36d43a5f1e..707ba008ee 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3066,21 +3066,23 @@ UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and
koi8-r.")
(define-public texlive-inputenx
(package
- (inherit (simple-texlive-package
- "texlive-inputenx"
- (list "doc/latex/inputenx/"
- "tex/latex/inputenx/"
- "source/latex/inputenx/")
- (base32
- "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/inputenx")
+ (name "texlive-inputenx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/inputenx/" "source/latex/inputenx/"
+ "tex/latex/inputenx/")
+ (base32
+ "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inputenx")
(synopsis "Enhanced input encoding handling")
(description
- "This package deals with input encodings. It provides a wider range of
input
-encodings using standard mappings, than does inputenc. It also covers nearly
all
-slots. In this way, it serves as more up to date replacement for the inputenc
-package.")
+ "This package deals with input encodings. It provides a wider range of
+input encodings using standard mappings, than does @code{inputenc}. It also
+covers nearly all slots. In this way, it serves as more up to date
+replacement for the @code{inputenc} package.")
(license license:lppl1.3+)))
(define-public texlive-kpathsea
- 273/458: gnu: texlive-unicode-data: Refresh package definition., (continued)
- 273/458: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/14
- 296/458: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/14
- 288/458: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/14
- 291/458: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/14
- 305/458: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/14
- 281/458: gnu: Add texlive-hopatch., guix-commits, 2023/06/14
- 292/458: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/14
- 309/458: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/14
- 304/458: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/14
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition.,
guix-commits <=
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14
- 388/458: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/14
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14