[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/458: gnu: texlive-apacite: Refresh package definition.
From: |
guix-commits |
Subject: |
170/458: gnu: texlive-apacite: 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 004e43e22c2e01980551d56f87bd173dd698572a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:48:17 2023 +0200
gnu: texlive-apacite: Refresh package definition.
* gnu/packages/tex.scm (texlive-apacite): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2476ab0b7a..e311066673 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12140,25 +12140,27 @@ maintained).")
(define-public texlive-apacite
(package
- (inherit (simple-texlive-package
- "texlive-apacite"
- (list "tex/latex/apacite/")
- (base32
- "0bcfpcmflhvxwzmdj8dgf43mzaywx2asahp52nqn3wwvq64bqym6")
- #:trivial? #t))
- (propagated-inputs (list texlive-natbib
- texlive-tools))
- (home-page "https://www.ctan.org/pkg/apacite")
+ (name "texlive-apacite")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/apacite/" "doc/bibtex/apacite/"
+ "source/bibtex/apacite/" "tex/latex/apacite/")
+ (base32
+ "0nc86zngk71xpbinrfm8p0413xphc0v86ddhcw94gi2sl00hsmzq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-natbib
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/apacite")
(synopsis "Citation style following the rules of the APA")
- (description "Apacite provides a BibTeX style and a LaTeX package which
-are designed to match the requirements of the American Psychological
-Association’s style for citations. The package follows the 6th edition
-of the APA manual, and is designed to work with the apa6 class. A test
-document is provided. The package is compatible with chapterbib and
-(to some extent) with hyperref (for limits of compatibility, see the
-documentation). The package also includes a means of generating an author
-index for a document.")
- (license license:lppl1.3+)))
+ (description
+ "Apacite provides a BibTeX style and a LaTeX package which are designed
+to match the requirements of the American Psychological Association's style
+for citations. The package follows the 6th edition of the APA manual, and is
+designed to work with the @code{apa6} class.")
+ (license license:lppl)))
(define-public texlive-endfloat
(package
- 422/458: gnu: Add texlive-hyphen-complete, (continued)
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition.,
guix-commits <=
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 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