[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/416: gnu: texlive-metapost: Refresh package definition.
From: |
guix-commits |
Subject: |
124/416: gnu: texlive-metapost: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f203b44b3765a119b7102dd9189a582b1a66ea03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 21:59:42 2023 +0200
gnu: texlive-metapost: Refresh package definition.
* gnu/packages/tex.scm (texlive-metapost)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
[build-system]: Use TEXLIVE-BUILD-SYSTEM.
---
gnu/packages/tex.scm | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0e4c3043fa..ebb3216470 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8233,29 +8233,29 @@ the derived Type 1 font, together with support files
for TeX (LaTeX).")
(package
(name "texlive-metapost")
(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/"
- "/metapost"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "140k9dz2g2vj5ypgyqx3px9c1y9a820y8kq139p96lw0yk6839aw"))))
- (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/metapost")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/metapost")
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/dvitomp.1"
+ "doc/man/man1/dvitomp.man1.pdf"
+ "doc/man/man1/mpost.1"
+ "doc/man/man1/mpost.man1.pdf"
+ "doc/metapost/base/"
+ "fonts/afm/metapost/"
+ "fonts/enc/dvips/metapost/"
+ "fonts/map/dvips/metapost/"
+ "fonts/tfm/metapost/"
+ "fonts/type1/metapost/"
+ "metapost/base/"
+ "metapost/config/"
+ "metapost/misc/"
+ "metapost/support/charlib/"
+ "tex/generic/metapost/")
+ (base32
+ "04pgi23frfk6ds10zypqvki0852ds7m1s52c5qvbpyl647nfbgc5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-kpathsea))
+ (home-page "https://ctan.org/pkg/metapost")
(synopsis "Create scalable illustrations")
(description
"MetaPost uses a language based on that of Metafont to produce precise
- 52/416: gnu: texlive-latex-framed -> texlive-framed., (continued)
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28
- 77/416: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/28
- 73/416: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/28
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/28
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition.,
guix-commits <=
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28
- 127/416: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 140/416: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 143/416: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 149/416: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/28
- 148/416: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 152/416: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 155/416: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28