[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/102: gnu: Add texlive-seminar.
From: |
guix-commits |
Subject: |
91/102: gnu: Add texlive-seminar. |
Date: |
Mon, 15 Jul 2019 16:42:40 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit fa991d00d6a4136ccb7b067b4463e5824b213807
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 f564225..9d4f43e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3989,32 +3989,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.
@@ -4026,6 +4009,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")
- 100/102: gnu: texlive-fonts-ec: Update license URL., (continued)
- 100/102: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/15
- 98/102: gnu: Add texlive-amsfonts., guix-commits, 2019/07/15
- 82/102: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/15
- 84/102: gnu: Add texlive-epsf., guix-commits, 2019/07/15
- 79/102: gnu: Add texlive-fontinst., guix-commits, 2019/07/15
- 74/102: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/15
- 92/102: gnu: Add texlive-doi., guix-commits, 2019/07/15
- 89/102: gnu: Add texlive-filemod., guix-commits, 2019/07/15
- 69/102: gnu: Add texlive-hyphen-turkish., guix-commits, 2019/07/15
- 87/102: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/15
- 91/102: gnu: Add texlive-seminar.,
guix-commits <=
- 94/102: gnu: Add texlive-kpathsea., guix-commits, 2019/07/15
- 93/102: gnu: Add texlive-etoolbox., guix-commits, 2019/07/15
- 80/102: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/15
- 95/102: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/15
- 102/102: WIP texlive-tlpdb: Init, guix-commits, 2019/07/15
- 97/102: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/15