[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/458: gnu: texlive-floatflt: Refresh package definition.
From: |
guix-commits |
Subject: |
172/458: gnu: texlive-floatflt: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3fbea3069ef7d4a1c64f43f6ef4ed49e5bdc5339
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 295e60ed61..ff6a40108b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12033,20 +12033,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
- 194/458: gnu: texlive-fp: Refresh package definition., (continued)
- 194/458: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/14
- 295/458: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/14
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition.,
guix-commits <=
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14