[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
369/409: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
369/409: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5232082f9c9bd816ecfc3db211a8f2ddc4314289
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:57:58 2023 +0200
gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-pagenote!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 10d240642f..2332cd3c3a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12012,27 +12012,25 @@ whether an argument is empty.")
(license license:lppl1.3c+)))
(define-public texlive-pagenote
- (let ((template (simple-texlive-package
- "texlive-pagenote"
- (list "/doc/latex/pagenote/"
- "/source/latex/pagenote/")
- (base32
- "0cqfqrfvnzq7ldaf255hcvi8xsfx8h7iha3hs8p9gdi3cfzbcmjm"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/pagenote")
- ((#:build-targets _ '())
- ''("pagenote.ins"))))
- (propagated-inputs
- (list texlive-ifmtarg))
- (home-page "https://www.ctan.org/pkg/pagenote")
- (synopsis "Notes at end of document")
- (description "The pagenote package provides tagged notes on a separate
-page (also known as ‘end notes’).")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-pagenote")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pagenote/" "source/latex/pagenote/"
+ "tex/latex/pagenote/")
+ (base32
+ "1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ifmtarg))
+ (home-page "https://ctan.org/pkg/pagenote")
+ (synopsis "Notes at end of document")
+ (description
+ "The @code{pagenote} package provides tagged notes on a separate
+page (also known as end notes).")
+ (license license:lppl1.3c+)))
(define-public texlive-titling
(let ((template (simple-texlive-package
- 250/409: gnu: texlive-pdfpages: Refresh package definition., (continued)
- 250/409: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/20
- 262/409: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/20
- 284/409: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/20
- 296/409: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/20
- 305/409: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/20
- 306/409: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/20
- 328/409: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/20
- 329/409: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/20
- 345/409: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/20
- 347/409: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/20
- 369/409: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 371/409: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 375/409: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 379/409: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 378/409: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 381/409: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 383/409: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 385/409: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 396/409: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/20
- 404/409: gnu: texlive-cs: Fix build., guix-commits, 2023/05/20
- 397/409: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/20