[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/110: gnu: Add texlive-filemod.
From: |
guix-commits |
Subject: |
89/110: gnu: Add texlive-filemod. |
Date: |
Tue, 23 Jul 2019 15:44:38 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit ab6a02488280c1be13c8bba3d27b2d42088f0cad
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 23:00:36 2019 +0200
gnu: Add texlive-filemod.
* gnu/packages/tex.scm (texlive-filemod): New variable.
(texlive-latex-filemod): Deprecate package.
---
gnu/packages/tex.scm | 37 ++++++++++++-------------------------
1 file changed, 12 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e844190..5304056 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3853,32 +3853,16 @@ without affecting the structure of the list (this works
for @code{itemize} and
@code{enumerate} lists, and numbered lists remain in sequence).")
(license license:lppl)))
-(define-public texlive-latex-filemod
+(define-public texlive-filemod
(package
- (name "texlive-latex-filemod")
- (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/latex/filemod"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0vpxilfw69xv78f03g0j0zw0bw4qcn36whqp8phcq48qk1ax2kr2"))))
- (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/latex/filemod")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-filemod"
+ (list "/doc/latex/filemod/"
+ "/tex/latex/filemod/"
+ "/tex/generic/filemod/")
+ (base32
+ "1snsj7kblkj1ig3x3845lsypz7ab04lf0dcpdh946xakgjnz4fb5")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/filemod")
(synopsis "Provide file modification times, and compare them")
(description
@@ -3892,6 +3876,9 @@ mode. The functionality is provided by purely expandable
macros or by faster
but non-expandable ones.")
(license license:lppl1.3+)))
+(define-public texlive-latex-filemod
+ (deprecated-package "texlive-latex-filemod" texlive-filemod))
+
(define-public texlive-latex-ifplatform
(package
(name "texlive-latex-ifplatform")
- 77/110: gnu: Add texlive-latexconfig., (continued)
- 77/110: gnu: Add texlive-latexconfig., guix-commits, 2019/07/23
- 72/110: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/23
- 73/110: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/23
- 75/110: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/23
- 79/110: gnu: Add texlive-fontinst., guix-commits, 2019/07/23
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/23
- 81/110: gnu: Add texlive-cm-super., guix-commits, 2019/07/23
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/23
- 87/110: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/23
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/23
- 89/110: gnu: Add texlive-filemod.,
guix-commits <=
- 88/110: gnu: Add texlive-url., guix-commits, 2019/07/23
- 91/110: gnu: Add texlive-seminar., guix-commits, 2019/07/23
- 99/110: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/23
- 96/110: gnu: texlive-dvips: Update source files., guix-commits, 2019/07/23
- 95/110: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/23
- 98/110: gnu: Add texlive-amsfonts., guix-commits, 2019/07/23
- 101/110: gnu: Add texlive-ae., guix-commits, 2019/07/23
- 97/110: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/23
- 100/110: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/23
- 105/110: gnu: Add texlive-charter., guix-commits, 2019/07/23