[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
384/435: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
384/435: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Tue, 6 Jun 2023 11:40:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 95657ebf97d3434f966ffb1fd182904ba8f8a460
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:32:43 2023 +0200
gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-soul!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4b0df757b3..61c24b6857 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13752,30 +13752,27 @@ defined tab stop.")
(define-deprecated-package texlive-latex-tabto-ltx texlive-tabto-ltx)
(define-public texlive-soul
- (let ((template (simple-texlive-package
- "texlive-soul"
- (list "doc/generic/soul/"
- "source/generic/soul/"
- "tex/generic/soul/")
- (base32
- "0ikipdswzsafi4rr6q9xh3hkxk2n2683ym1879qcax41xs6cizdl"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "generic/soul")
- ((#:build-targets _ '()) '(list "soul.ins"))))
- (home-page "http://www.ctan.org/pkg/soul")
- (synopsis "Hyphenation for letterspacing, underlining, and more")
- (description
- "@code{soul} enables hyphenatable spacing out (letterspacing),
+ (package
+ (name "texlive-soul")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/soul/" "source/generic/soul/"
+ "tex/generic/soul/")
+ (base32
+ "0ikipdswzsafi4rr6q9xh3hkxk2n2683ym1879qcax41xs6cizdl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/soul")
+ (synopsis "Hyphenation for letterspacing, underlining, and more")
+ (description
+ "The @code{soul} package enables hyphenatable spacing out (letterspacing),
underlining, striking out, etc., using the TeX hyphenation algorithm to find
the proper hyphens automatically. The package also provides a mechanism that
can be used to implement similar tasks, that have to treat text syllable by
syllable. The package itself does not support UTF-8 input in ordinary
(PDF)LaTeX; some UTF-8 support is offered by package @code{soulutf8}.")
- (license license:lppl))))
+ (license license:lppl)))
(define-deprecated-package texlive-generic-soul texlive-soul)
- 361/435: gnu: simple-texlive-package: Turn it into a stub., (continued)
- 361/435: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/06
- 362/435: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 363/435: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 367/435: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 371/435: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 359/435: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 358/435: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/06
- 374/435: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 375/435: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 381/435: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 384/435: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 383/435: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 387/435: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 388/435: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/06
- 396/435: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/06
- 401/435: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/06
- 403/435: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/06
- 405/435: gnu: texlive-lh: Fix build., guix-commits, 2023/06/06
- 409/435: gnu: Add texlive-knuth-local., guix-commits, 2023/06/06
- 412/435: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/06
- 413/435: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/06