[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/409: gnu: Add texlive-selinput.
From: |
guix-commits |
Subject: |
162/409: gnu: Add texlive-selinput. |
Date: |
Sat, 20 May 2023 04:02:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a8955d96bf514cf99415f8776087ad53b0b43064
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:31:38 2023 +0200
gnu: Add texlive-selinput.
* gnu/packages/tex.scm (texlive-selinput): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6586b54713..cc43c7f1c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5836,6 +5836,29 @@ corresponding thing with the page reference of the
label.")
(define-deprecated-package texlive-latex-refcount texlive-refcount)
+(define-public texlive-selinput
+ (package
+ (name "texlive-selinput")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/selinput/" "source/latex/selinput/"
+ "tex/latex/selinput/")
+ (base32
+ "0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-stringenc))
+ (home-page "https://ctan.org/pkg/selinput")
+ (synopsis "Semi-automatic detection of input encoding")
+ (description
+ "This package selects the input encoding by specifying pairs of input
+characters and their glyph names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-seminar
(package
(inherit (simple-texlive-package
- 156/409: gnu: texlive-datetime2: Refresh package definition., (continued)
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput.,
guix-commits <=
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20