[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/452: gnu: texlive-metapost: Refresh package definition.
From: |
guix-commits |
Subject: |
124/452: gnu: texlive-metapost: 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 bc3abd5429708211aa922466cdad2376f2ff3df4
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 f154c634ac..77f99a2d40 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8225,29 +8225,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
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., (continued)
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition.,
guix-commits <=
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/09
- 29/452: gnu: Add texlive-euenc., guix-commits, 2023/06/09
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/09
- 39/452: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/09
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/09
- 46/452: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/09
- 50/452: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/09
- 51/452: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/09
- 63/452: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/09