[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/418: gnu: texlive-bibtex: Refresh package definition.
From: |
guix-commits |
Subject: |
126/418: gnu: texlive-bibtex: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 79f3d702dc0373cead2579907022e74f9c67fbeb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:07:43 2023 +0200
gnu: texlive-bibtex: Refresh package definition.
* gnu/packages/tex.scm (texlive-bibtex)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
[build-system]: Use TEXLIVE-BUILD-SYSTEM.
---
gnu/packages/tex.scm | 38 ++++++++++++++------------------------
1 file changed, 14 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fa3f4eb933..7b4815801e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9926,30 +9926,20 @@ AMS-LaTeX, AMS-TeX, and plain TeX). The distribution
includes Michael Barr's
(package
(name "texlive-bibtex")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/bibtex"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0fr0s3jhrvplddb42if570dxllz54fa0pf4d2am27h8m385nghbf"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/bibtex")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/bibtex")
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/base/"
+ "bibtex/bst/base/"
+ "doc/bibtex/base/"
+ "doc/man/man1/bibtex.1"
+ "doc/man/man1/bibtex.man1.pdf"
+ "tex/generic/bibtex/")
+ (base32
+ "0h72ckha1mv1a2i5v85l68amfc0kf0km9iyin6vxxal69146j8gp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-kpathsea))
+ (home-page "https://ctan.org/pkg/bibtex")
(synopsis "Process bibliographies for LaTeX")
(description
"BibTeX allows the user to store his citation data in generic form, while
- 176/418: gnu: texlive-xifthen: Refresh package definition., (continued)
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/29
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/29
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/29
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/29
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/29
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/29
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/29
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition.,
guix-commits <=
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29