[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/452: gnu: texlive-ulem: Refresh package definition.
From: |
guix-commits |
Subject: |
214/452: gnu: texlive-ulem: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f21576e33420ba83be823194f681f09960f9c4ec
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 68911e1241..aa692b6511 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9535,19 +9535,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
- 170/452: gnu: texlive-apacite: Refresh package definition., (continued)
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition.,
guix-commits <=
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09
- 222/452: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/09
- 220/452: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/09
- 227/452: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/09
- 238/452: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/09
- 255/452: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/09
- 259/452: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/09
- 268/452: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/09
- 274/452: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/09