[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/110: gnu: Add texlive-seminar.
From: |
guix-commits |
Subject: |
91/110: gnu: Add texlive-seminar. |
Date: |
Wed, 24 Jul 2019 03:48:05 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit a72058b950c5a204806177fea8c74e20c71329b2
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 23:08:04 2019 +0200
gnu: Add texlive-seminar.
* gnu/packages/tex.scm (texlive-seminar): New variable.
(texlive-latex-seminar): Deprecate package.
---
gnu/packages/tex.scm | 36 +++++++++++-------------------------
1 file changed, 11 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1f2f223..65cb38e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4010,32 +4010,15 @@ re-processing.")
(define-public texlive-latex-pstool
(deprecated-package "texlive-latex-pstool" texlive-pstool))
-(define-public texlive-latex-seminar
+(define-public texlive-seminar
(package
- (name "texlive-latex-seminar")
- (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/seminar"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0y4i651b75y6006n03x8n86bsqvjsailvvz9bhzy51dzsznqidq0"))))
- (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/seminar")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-seminar"
+ (list "/doc/latex/seminar/"
+ "/tex/latex/seminar/")
+ (base32
+ "1clgw5xy867khzfn8d210rc5hsw5s7r0pznhk84niybvw4zc7r3f")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/seminar")
(synopsis "Make overhead slides")
;; TODO: This package may need fancybox and xcomment at runtime.
@@ -4047,6 +4030,9 @@ recent classes such as powerdot or beamer, both of which
are tuned to
21st-century presentation styles.")
(license license:lppl1.2+)))
+(define-public texlive-latex-seminar
+ (deprecated-package "texlive-latex-seminar" texlive-seminar))
+
(define-public texlive-latex-trimspaces
(package
(name "texlive-latex-trimspaces")
- 77/110: gnu: Add texlive-latexconfig., (continued)
- 77/110: gnu: Add texlive-latexconfig., guix-commits, 2019/07/24
- 80/110: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/24
- 76/110: gnu: Add texlive-etex., guix-commits, 2019/07/24
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/24
- 85/110: gnu: Add texlive-graphics-def., guix-commits, 2019/07/24
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/24
- 93/110: gnu: Add texlive-etoolbox., guix-commits, 2019/07/24
- 83/110: gnu: Add texlive-lm., guix-commits, 2019/07/24
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/24
- 90/110: gnu: Add texlive-pstool., guix-commits, 2019/07/24
- 91/110: gnu: Add texlive-seminar.,
guix-commits <=
- 95/110: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/24
- 92/110: gnu: Add texlive-doi., guix-commits, 2019/07/24
- 94/110: gnu: Add texlive-kpathsea., guix-commits, 2019/07/24
- 102/110: gnu: Add texlive-txfonts., guix-commits, 2019/07/24
- 103/110: gnu: Add texlive-xypic., guix-commits, 2019/07/24
- 99/110: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/24
- 88/110: gnu: Add texlive-url., guix-commits, 2019/07/24
- 97/110: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/24
- 87/110: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/24
- 96/110: gnu: texlive-dvips: Update source files., guix-commits, 2019/07/24