[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/110: gnu: Add texlive-tex-ini-files.
From: |
guix-commits |
Subject: |
15/110: gnu: Add texlive-tex-ini-files. |
Date: |
Wed, 24 Jul 2019 03:47:46 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit b8df0d1b169a5f1f24136ffa71cb12de7fc7fb85
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 9 00:07:55 2019 +0200
gnu: Add texlive-tex-ini-files.
* gnu/packages/tex.scm (texlive-tex-ini-files): New variable.
(texlive-generic-tex-ini-files): Deprecate it.
---
gnu/packages/tex.scm | 35 ++++++++++-------------------------
1 file changed, 10 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 152e5b6..57b5612 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -483,32 +483,14 @@ to PostScript.")
license:expat
license:lgpl3+))))
-(define-public texlive-generic-tex-ini-files
+(define-public texlive-tex-ini-files
(package
- (name "texlive-generic-tex-ini-files")
- (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/"
- "/tex/generic/tex-ini-files"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1wh42n1lmzcvi3g6mm31nm3yd5ha5bl260xqc444jg1m9fdp3wz5"))))
- (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/tex/generic/tex-ini-files")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-tex-ini-files"
+ (list "/tex/generic/tex-ini-files/")
+ (base32
+ "0q1g62jg0qiqslm93ycvm30bw8ydmssjdshzsnzl7n2vpd62qfi2")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/tex-ini-files")
(synopsis "Files for creating TeX formats")
(description "This bundle provides a collection of model \".ini\" files
@@ -518,6 +500,9 @@ allow existing format source files to be used with newer
engines, for example
to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.")
(license license:public-domain)))
+(define-public texlive-generic-tex-ini-files
+ (deprecated-package "texlive-generic-tex-ini-files" texlive-tex-ini-files))
+
(define-public texlive-metafont-base
(package
(name "texlive-metafont-base")
- 04/110: build-system/texlive: Add texlive-origin., (continued)
- 04/110: build-system/texlive: Add texlive-origin., guix-commits, 2019/07/24
- 05/110: gnu: Add simple-texlive-package., guix-commits, 2019/07/24
- 09/110: gnu: Add texlive-hyphen-base., guix-commits, 2019/07/24
- 07/110: gnu: Add texlive-hyphen-package., guix-commits, 2019/07/24
- 08/110: gnu: Add texlive-unicode-data., guix-commits, 2019/07/24
- 06/110: gnu: Add hyph-utf8-scripts., guix-commits, 2019/07/24
- 03/110: guix: Add svn-multi-reference., guix-commits, 2019/07/24
- 12/110: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/24
- 13/110: gnu: texlive-fonts-cm: Remove cm-type1., guix-commits, 2019/07/24
- 10/110: gnu: Add texlive-hyph-utf8., guix-commits, 2019/07/24
- 15/110: gnu: Add texlive-tex-ini-files.,
guix-commits <=
- 11/110: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/24
- 16/110: gnu: Add texlive-hyphen-afrikaans., guix-commits, 2019/07/24
- 17/110: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/24
- 14/110: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/24
- 18/110: gnu: Add texlive-hyphen-armenian., guix-commits, 2019/07/24
- 19/110: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/24
- 20/110: gnu: Add texlive-mkpattern., guix-commits, 2019/07/24
- 21/110: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/24
- 24/110: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/24
- 23/110: gnu: Add texlive-hyphen-catalan., guix-commits, 2019/07/24