[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/416: gnu: texlive-latex-fancybox -> texlive-fancybox.
From: |
guix-commits |
Subject: |
76/416: gnu: texlive-latex-fancybox -> texlive-fancybox. |
Date: |
Sun, 28 May 2023 02:32:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a3af71e2cd4b65718715be52e7a237bd2b895ec4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:18:14 2023 +0200
gnu: texlive-latex-fancybox -> texlive-fancybox.
* gnu/packages/tex.scm (texlive-fancybox): New variable.
(texlive-latex-fancybox): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 40 ++++++++++++++--------------------------
2 files changed, 15 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 12da744453..709f45eda7 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -540,7 +540,7 @@ the in DocBook SGML DTDs.")
texlive-bookmark
texlive-changebar
texlive-colortbl
- texlive-latex-fancybox
+ texlive-fancybox
texlive-fancyhdr
texlive-fancyvrb
texlive-latex-float
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 673efc2cfd..976754134a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6623,34 +6623,20 @@ individual cells.")
(define-deprecated-package texlive-latex-colortbl texlive-colortbl)
-(define-public texlive-latex-fancybox
+(define-public texlive-fancybox
(package
- (name "texlive-latex-fancybox")
+ (name "texlive-fancybox")
(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/fancybox"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0smmnaad2q8qwicay1frri990lv65l0k8cwzsvdsyp3jk8kp042w"))))
- (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/fancybox")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/fancybox")
- (synopsis "Variants of \\fbox and other games with boxes")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fancybox/"
+ "tex/latex/fancybox/")
+ (base32
+ "0pb1j0a1va8yhrzig7dwrd8jgq39mbcpygl810jhrv8pl473mfmn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fancybox")
+ (synopsis "Variants of @code{\\fbox} and other games with boxes")
(description
"This package provides variants of @code{\\fbox}: @code{\\shadowbox},
@code{\\doublebox}, @code{\\ovalbox}, @code{\\Ovalbox}, with helpful tools for
@@ -6658,6 +6644,8 @@ using box macros and flexible verbatim macros. You can
box mathematics,
floats, center, flushleft, and flushright, lists, and pages.")
(license license:lppl1.2+)))
+(define-deprecated-package texlive-latex-fancybox texlive-fancybox)
+
(define-public texlive-fancyhdr
(let ((template (simple-texlive-package
"texlive-fancyhdr"
- 19/416: gnu: Add texlive-xfor., (continued)
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28
- 77/416: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/28
- 73/416: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/28
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox.,
guix-commits <=
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28
- 127/416: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 140/416: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28