[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/97: gnu: Add texlive-vlna-bin.
From: |
guix-commits |
Subject: |
46/97: gnu: Add texlive-vlna-bin. |
Date: |
Fri, 21 Jun 2024 06:41:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 68dc56f15e41f0bc3ee761fda92c6c384c501c7d
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 1ae940509e..6f18e29593 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32645,7 +32645,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")
@@ -32670,9 +32691,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?
@@ -32683,27 +32704,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
- 79/97: gnu: python-sphinx: Fix build., (continued)
- 79/97: gnu: python-sphinx: Fix build., guix-commits, 2024/06/21
- 89/97: gnu: Set version of all TeX Live packages to "2023.0"., guix-commits, 2024/06/21
- 42/97: gnu: Add texlive-upmendex-bin., guix-commits, 2024/06/21
- 49/97: gnu: Add texlive-detex-bin., guix-commits, 2024/06/21
- 45/97: gnu: Add texlive-metapost-bin., guix-commits, 2024/06/21
- 28/97: gnu: Add texlive-afm2pl-bin., guix-commits, 2024/06/21
- 31/97: gnu: Add texlive-gregoriotex-bin., guix-commits, 2024/06/21
- 33/97: gnu: Add texlive-velthuis-bin., guix-commits, 2024/06/21
- 35/97: gnu: Add texlive-bibtexu-bin., guix-commits, 2024/06/21
- 37/97: gnu: Add texlive-psutils-bin., guix-commits, 2024/06/21
- 46/97: gnu: Add texlive-vlna-bin.,
guix-commits <=
- 57/97: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/21
- 60/97: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/21
- 65/97: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/21
- 70/97: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/21
- 69/97: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/21
- 64/97: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/21
- 72/97: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/21
- 73/97: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/21
- 82/97: guix: import texlive: Rename some functions., guix-commits, 2024/06/21
- 81/97: guix: import texlive: Remove need for having "svn" binary in PATH., guix-commits, 2024/06/21