[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/418: gnu: texlive-ulem: Refresh package definition.
From: |
guix-commits |
Subject: |
214/418: gnu: texlive-ulem: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7e0be1cd9253b02da3dab901b71dea89077fcacc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:46:34 2023 +0200
gnu: texlive-ulem: Refresh package definition.
* gnu/packages/tex.scm (texlive-ulem): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df91d4af57..627de711a8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9543,19 +9543,23 @@ format.")
(define-public texlive-ulem
(package
- (inherit (simple-texlive-package
- "texlive-ulem"
- (list "doc/generic/ulem/" "tex/generic/ulem/")
- (base32 "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/ulem")
- (synopsis "Underline text in TeX")
+ (name "texlive-ulem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ulem/" "tex/generic/ulem/")
+ (base32
+ "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ulem")
+ (synopsis "Package for underlining")
(description
"The package provides an @code{\\ul} (underline) command which will break
-over line ends; this technique may be used to replace @code{\\em} (both in that
-form and as the @code{\\emph} command), so as to make output look as if it
comes
-from a typewriter. The package also offers double and wavy underlining, and
-striking out (line through words) and crossing out (/// over words).")
+over line ends; this technique may be used to replace @code{\\em} (both in
+that form and as the @code{\\emph} command), so as to make output look as if
+it comes from a typewriter. The package also offers double and wavy
+underlining, and striking out, and crossing out.")
(license license:lppl1.3c+)))
(define-public texlive-pgf
- 188/418: gnu: texlive-utopia: Refresh package definition., (continued)
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/29
- 201/418: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/29
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/29
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/29
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29
- 222/418: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/29
- 214/418: gnu: texlive-ulem: Refresh package definition.,
guix-commits <=
- 213/418: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/29
- 211/418: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/29
- 233/418: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/05/29
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/29
- 242/418: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/29
- 248/418: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/29
- 252/418: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/29
- 254/418: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/29
- 255/418: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/29
- 257/418: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/29