[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/418: gnu: texlive-floatflt: Refresh package definition.
From: |
guix-commits |
Subject: |
172/418: gnu: texlive-floatflt: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 68148ef8ce3ba33282447a0d66f8d6e1a2711806
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
- 153/418: gnu: texlive-ragged2e: Refresh package definition., (continued)
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/05/29
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/29
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/29
- 169/418: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/29
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/29
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/29
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/29
- 172/418: gnu: texlive-floatflt: Refresh package definition.,
guix-commits <=
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/29
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/29
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/29
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/29
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/29
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29