[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/452: gnu: texlive-apa6: Refresh package definition.
From: |
guix-commits |
Subject: |
171/452: gnu: texlive-apa6: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 66a18653d2e637f3bf7c2034a9c4f09a612a93e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:09:35 2023 +0200
gnu: texlive-apa6: Refresh package definition.
* gnu/packages/tex.scm (texlive-apa6): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-BIBLATEX, TEXLIVE-GEOMETRY,
TEXLIVE-THREEPARTTABLE.
---
gnu/packages/tex.scm | 76 ++++++++++++++++++++++++++++++----------------------
1 file changed, 44 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e311066673..295e60ed61 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12103,39 +12103,51 @@ and selecting references used in a publication.")
(define-public texlive-apa6
(package
- (inherit (simple-texlive-package
- "texlive-apa6"
- (list "doc/latex/apa6/"
- "source/latex/apa6/"
- "tex/latex/apa6/")
- (base32
- "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf")
- #:trivial? #t))
- (propagated-inputs (list texlive-apacite
- texlive-babel
- texlive-booktabs
- texlive-draftwatermark
- texlive-endnotes
- texlive-etoolbox
- texlive-fancyhdr
- texlive-xstring
- texlive-graphics
- texlive-float
- texlive-lm
- texlive-substr
- texlive-times
- texlive-tools))
- (home-page "https://www.ctan.org/pkg/apa6")
+ (name "texlive-apa6")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/apa6/" "source/latex/apa6/"
+ "tex/latex/apa6/")
+ (base32
+ "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ ;; Build process wants to generate files in the wrong directory.
+ (lambda _
+ (substitute* "source/latex/apa6/apa6.ins"
+ (("file\\{\\./.*?/") "file{")))))))
+ (propagated-inputs
+ (list texlive-apacite
+ texlive-babel
+ texlive-biblatex
+ texlive-booktabs
+ texlive-caption
+ texlive-draftwatermark
+ texlive-endnotes
+ texlive-etoolbox
+ texlive-fancyhdr
+ texlive-float
+ texlive-geometry
+ texlive-graphics
+ texlive-lm
+ texlive-substr
+ texlive-threeparttable
+ texlive-times
+ texlive-tools
+ texlive-xstring))
+ (home-page "https://ctan.org/pkg/apa6")
(synopsis "Format documents in APA style (6th edition)")
- (description "The class formats documents in APA style (6th
-Edition). It provides a full set of facilities in three different
-output modes (journal-like appearance, double-spaced manuscript,
-LaTeX-like document), in contrast to the earlier apa6e, which only formats
-double-spaced manuscripts in APA style. The class can mask author identity
-for copies for use in masked peer review.
-
-The class is a development of the apa class (which is no longer
-maintained).")
+ (description
+ "The class formats documents in APA style (6th Edition). It provides
+a full set of facilities in three different output modes (journal-like
+appearance, double-spaced manuscript, LaTeX-like document). The class can
+mask author identity for copies for use in masked peer review.")
(license license:lppl1.3c+)))
(define-public texlive-apacite
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., (continued)
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition.,
guix-commits <=
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09