[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/72: gnu: Add texlive-vlna-bin.
From: |
guix-commits |
Subject: |
43/72: gnu: Add texlive-vlna-bin. |
Date: |
Mon, 3 Jun 2024 09:00:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 5c1e3e367af69b50a462f1cd25f02ab7279aba89
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 28 07:24:36 2024 +0200
gnu: Add texlive-vlna-bin.
* gnu/packages/tex.scm (texlive-vlna-bin): New variable.
(texlive-vlna)[propagated-inputs]: Add TEXLIVE-VLNA-BIN.
Change-Id: I98c4345f732488f43491a31c5faea54b231d3846
---
gnu/packages/tex.scm | 55 +++++++++++++++++++++++++++++-----------------------
1 file changed, 31 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2849cc90c8..1d64f4bdcb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32630,7 +32630,28 @@ strong on layout, from simple alternate-line
indentation to the @code{Mouse's
tale} from @emph{Alice in Wonderland}.")
(license license:lppl)))
-(define texlive-vlna-bin
+(define-public texlive-vlna
+ (package
+ (name "texlive-vlna")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/vlna.1"
+ "doc/man/man1/vlna.man1.pdf" "doc/vlna/")
+ (base32
+ "0nfb7mj6y9d4n89z59ppi96grfylwky97mxcv9rjflr5kpqlpga2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-vlna-bin))
+ (home-page "https://ctan.org/pkg/vlna")
+ (synopsis "Add @samp{~} after non-syllabic preposition, for Czech/Slovak")
+ (description
+ "This package provides a preprocessor for TeX source implementing the
+Czech/Slovak typographical rule forbidding a non-syllabic preposition alone at
+the end of a line.")
+ (license license:knuth)))
+
+(define-public texlive-vlna-bin
(package
(inherit texlive-bin)
(name "texlive-vlna-bin")
@@ -32655,9 +32676,9 @@ tale} from @emph{Alice in Wonderland}.")
(arguments
(substitute-keyword-arguments (package-arguments texlive-bin)
((#:configure-flags flags)
- #~(cons* "--enable-vlna" (delete "--enable-web2c" #$flags)))
- ((#:phases _)
- #~(modify-phases %standard-phases
+ #~(cons "--enable-vlna" (delete "--enable-web2c" #$flags)))
+ ((#:phases phases)
+ #~(modify-phases #$phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@@ -32668,27 +32689,13 @@ tale} from @emph{Alice in Wonderland}.")
(with-directory-excursion "utils/vlna"
(invoke "make" "install"))))))))
(native-inputs '())
- (inputs '())))
-
-(define-public texlive-vlna
- (package
- (name "texlive-vlna")
- (version (number->string %texlive-revision))
- (source (texlive-origin
- name version
- (list "doc/man/man1/vlna.1"
- "doc/man/man1/vlna.man1.pdf" "doc/vlna/")
- (base32
- "0nfb7mj6y9d4n89z59ppi96grfylwky97mxcv9rjflr5kpqlpga2")))
- (outputs '("out" "doc"))
- (build-system texlive-build-system)
- (home-page "https://ctan.org/pkg/vlna")
- (synopsis "Add @samp{~} after non-syllabic preposition, for Czech/Slovak")
+ (inputs '())
+ (propagated-inputs '())
+ (home-page (package-home-page texlive-vlna))
+ (synopsis "Binary for @code{texlive-vlna}")
(description
- "This package provides a preprocessor for TeX source implementing the
-Czech/Slovak typographical rule forbidding a non-syllabic preposition alone at
-the end of a line.")
- (license license:knuth)))
+ "This package provides the binary for @code{texlive-vlna}.")
+ (license (package-license texlive-vlna))))
(define-public texlive-vntex
(package
- 39/72: gnu: Add texlive-upmendex-bin., (continued)
- 39/72: gnu: Add texlive-upmendex-bin., guix-commits, 2024/06/03
- 38/72: gnu: Add texlive-ttfutils-bin., guix-commits, 2024/06/03
- 44/72: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/03
- 45/72: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/03
- 34/72: gnu: Add texlive-psutils-bin., guix-commits, 2024/06/03
- 35/72: gnu: Add texlive-tex4ht-bin., guix-commits, 2024/06/03
- 36/72: gnu: Add texlive-xdvi-bin., guix-commits, 2024/06/03
- 37/72: gnu: Add texlive-tpic2pdftex-bin., guix-commits, 2024/06/03
- 41/72: gnu: Add texlive-makeindex-bin., guix-commits, 2024/06/03
- 42/72: gnu: Add texlive-metapost-bin., guix-commits, 2024/06/03
- 43/72: gnu: Add texlive-vlna-bin.,
guix-commits <=
- 46/72: gnu: Add texlive-detex-bin., guix-commits, 2024/06/03
- 48/72: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/03
- 51/72: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/03
- 52/72: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/03
- 54/72: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/03
- 50/72: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/03
- 47/72: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/03
- 49/72: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/03
- 53/72: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/03
- 55/72: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/03