[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
331/416: gnu: texlive-hardwrap: Refresh package definition.
From: |
guix-commits |
Subject: |
331/416: gnu: texlive-hardwrap: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e13bd41c848455dacb637f313c39ee50153089fe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:45:16 2023 +0200
gnu: texlive-hardwrap: Refresh package definition.
* gnu/packages/tex.scm (texlive-hardwrap): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-IFPLATFORM, TEXLIVE-IFTEX,
TEXLIVE-PDFTEXCMDS.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9beed8807e..3aaca0f6af 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1957,22 +1957,29 @@ rest of the mathematics produced by (AmS-)LaTeX.")
(define-public texlive-hardwrap
(package
- (inherit (simple-texlive-package
- "texlive-hardwrap"
- (list "doc/latex/hardwrap/"
- "tex/latex/hardwrap/"
- "source/latex/hardwrap/")
- (base32
- "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/hardwrap")
+ (name "texlive-hardwrap")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hardwrap/" "source/latex/hardwrap/"
+ "tex/latex/hardwrap/")
+ (base32
+ "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ifplatform
+ texlive-iftex
+ texlive-pdftexcmds))
+ (home-page "https://ctan.org/pkg/hardwrap")
(synopsis "Hard wrap text to a certain character length")
(description
- "The package facilitates wrapping text to a specific character width,
breaking
-lines by words rather than, as done by TeX, by characters. The primary use for
-these facilities is to aid the generation of messages sent to the log file or
-console output to display messages to the user. Package authors may also find
-this useful when writing out arbitrary text to an external file.")
+ "The package facilitates wrapping text to a specific character width,
+breaking lines by words rather than, as done by TeX, by characters. The
+primary use for these facilities is to aid the generation of messages sent to
+the log file or console output to display messages to the user. Package
+authors may also find this useful when writing out arbitrary text to an
+external file.")
(license license:lppl1.3+)))
(define-public texlive-helvetic
- 288/416: gnu: texlive-amsfonts: Refresh package definition., (continued)
- 288/416: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 290/416: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/05/28
- 287/416: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 296/416: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/28
- 334/416: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 333/416: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/28
- 316/416: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/28
- 315/416: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 336/416: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 319/416: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/05/28
- 331/416: gnu: texlive-hardwrap: Refresh package definition.,
guix-commits <=
- 330/416: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/28
- 335/416: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/28
- 332/416: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28
- 343/416: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/28
- 337/416: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/28
- 339/416: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/28
- 322/416: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/28
- 324/416: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 357/416: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28