[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/452: gnu: texlive-bibtex: Refresh package definition.
From: |
guix-commits |
Subject: |
126/452: gnu: texlive-bibtex: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f4639f2e01296d6577686bd84a6f7552a6e004ad
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 fc62d76e33..786213ebee 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9918,30 +9918,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
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., (continued)
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition.,
guix-commits <=
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09