[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
326/435: gnu: texlive-inputenx: Refresh package definition.
From: |
guix-commits |
Subject: |
326/435: gnu: texlive-inputenx: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b48d52c199c9e1a7935460f842da96ced28907f4
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 cbc0767106..4ace19fd9c 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
- 268/435: gnu: texlive-uniquecounter: Refresh package definition., (continued)
- 268/435: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/06
- 271/435: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/06
- 272/435: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/06
- 277/435: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/06
- 282/435: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/06
- 286/435: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/06
- 303/435: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/06
- 314/435: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/06
- 322/435: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/06
- 324/435: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/06
- 326/435: gnu: texlive-inputenx: Refresh package definition.,
guix-commits <=
- 327/435: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/06
- 335/435: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/06
- 347/435: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/06
- 352/435: gnu: Add texlive-manfnt., guix-commits, 2023/06/06
- 351/435: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/06
- 355/435: gnu: Add texlive-luatex., guix-commits, 2023/06/06
- 356/435: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/06
- 368/435: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 354/435: gnu: Add texlive-mptopdf., guix-commits, 2023/06/06
- 372/435: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06