[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/418: gnu: texlive-metapost: Refresh package definition.
From: |
guix-commits |
Subject: |
124/418: gnu: texlive-metapost: 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 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
- 168/418: gnu: texlive-was: Refresh package definition., (continued)
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/29
- 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 <=
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 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