[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/409: gnu: texlive-floatflt: Refresh package definition.
From: |
guix-commits |
Subject: |
172/409: gnu: texlive-floatflt: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fcdbc8a0fedcc9e5a4d6943a232dbb94a3df6467
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:12:11 2023 +0200
gnu: texlive-floatflt: Refresh package definition.
* gnu/packages/tex.scm (texlive-floatflt): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c5eaf3a740..f8cfdee713 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12041,20 +12041,24 @@ their associated files. These were created using
autoinst.")
(define-public texlive-floatflt
(package
- (inherit (simple-texlive-package
- "texlive-floatflt"
- (list "doc/latex/floatflt/"
- "source/latex/floatflt/"
- "tex/latex/floatflt/")
- (base32
- "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/floatflt")
+ (name "texlive-floatflt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/floatflt/" "source/latex/floatflt/"
+ "tex/latex/floatflt/")
+ (base32
+ "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/floatflt")
(synopsis "Wrap text around floats")
(description
- "The package can float text around figures and tables which do not
-span the full width of a page; it improves upon floatfig, and allows
-tables and figures to be set left/right or alternating on even/odd pages.")
+ "The package can float text around figures and tables which do not span
+the full width of a page; it improves upon floatfig, and allows tables/figures
+to be set left/right or alternating on even/odd pages.")
(license license:lppl1.3+)))
(define-public texlive-fvextra
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., (continued)
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition.,
guix-commits <=
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20
- 189/409: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/20
- 191/409: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/20
- 193/409: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/20
- 198/409: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/20
- 202/409: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/20
- 215/409: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/20
- 219/409: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/20
- 223/409: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/20