From patchwork Fri Mar 31 15:32:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Goaziou X-Patchwork-Id: 48853 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 40DB3172C9; Fri, 31 Mar 2023 16:33:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A8C3B172C5 for ; Fri, 31 Mar 2023 16:33:49 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piGkX-00034Z-Dk; Fri, 31 Mar 2023 11:33:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piGkV-00031y-6y for guix-patches@gnu.org; Fri, 31 Mar 2023 11:33:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1piGkR-0000u1-MD for guix-patches@gnu.org; Fri, 31 Mar 2023 11:33:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1piGkR-0007Sy-Fh for guix-patches@gnu.org; Fri, 31 Mar 2023 11:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62570] [PATCH 6/6] gnu: texlive-latex-lastpage: Replace with texlive-lastpage. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 31 Mar 2023 15:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62570 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62570@debbugs.gnu.org Received: via spool by 62570-submit@debbugs.gnu.org id=B62570.168027677728649 (code B ref 62570); Fri, 31 Mar 2023 15:33:03 +0000 Received: (at 62570) by debbugs.gnu.org; 31 Mar 2023 15:32:57 +0000 Received: from localhost ([127.0.0.1]:34284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1piGkL-0007Ru-Ai for submit@debbugs.gnu.org; Fri, 31 Mar 2023 11:32:57 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1piGk7-0007QO-Gs for 62570@debbugs.gnu.org; Fri, 31 Mar 2023 11:32:47 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id DC109E0007 for <62570@debbugs.gnu.org>; Fri, 31 Mar 2023 15:32:37 +0000 (UTC) From: Nicolas Goaziou Date: Fri, 31 Mar 2023 17:32:26 +0200 Message-Id: <20230331153226.607420-6-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230331153226.607420-1-mail@nicolasgoaziou.fr> References: <20230331153226.607420-1-mail@nicolasgoaziou.fr> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/tex.scm (texlive-lastpage): New variable. (texlive-latex-lastpage): Deprecate variable. --- gnu/packages/tex.scm | 53 +++++++++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 16 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2e31d74498..f26b62a155 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12469,23 +12469,44 @@ (define-public texlive-latex-hyphenat fonts.") (license license:lppl1.3c+))) -(define-public texlive-latex-lastpage - (package - (inherit (simple-texlive-package - "texlive-latex-lastpage" - (list "doc/latex/lastpage/" - "tex/latex/lastpage/") - (base32 "0q6x743b8fkw9r82lrxy49f9xsg81bffynwvpnvpnp3h4mkafvdb") - #:trivial? #t)) - (build-system texlive-build-system) - (home-page "https://ctan.org/pkg/lastpage") - (synopsis "Reference last page for Page N of M type footers") - (description - "This package enables referencing the number of pages in a LaTeX document -through the introduction of a new label which can be referenced like +(define-public texlive-lastpage + (let ((template (simple-texlive-package + "texlive-lastpage" + (list "doc/latex/lastpage/" + "source/latex/lastpage/" + "tex/latex/lastpage/") + (base32 + "1cmzl0jkid4w60bjlyxrc5bynbc3lwq5nr77rsip0q9hprxykxks")))) + (package + (inherit template) + (outputs '("out" "doc")) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/lastpage") + ((#:build-targets _ '()) '(list "lastpage.ins")) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/lastpage/"))) + (replace 'copy-files + (lambda* (#:key inputs #:allow-other-keys) + (let ((origin (assoc-ref inputs "source")) + (source (string-append #$output + "/share/texmf-dist/source")) + (doc (string-append #$output:doc + "/share/texmf-dist/doc"))) + (copy-recursively (string-append origin "/source") source) + (copy-recursively (string-append origin "/doc") doc)))))))) + (home-page "https://ctan.org/pkg/lastpage") + (synopsis "Reference last page for Page N of M type footers") + (description + "This package enables referencing the number of pages in a LaTeX +document through the introduction of a new label which can be referenced like @code{\\pageref{LastPage}} to give a reference to the last page of a document. -It is particularly useful in the page footer that says: Page N of M.") - (license license:lppl1.3c+))) +It is particularly useful in the page footer that says: @samp{Page N of M}.") + (license license:lppl1.3+)))) + +(define-deprecated-package texlive-latex-lastpage texlive-lastpage) (define-public texlive-latex-tabto-ltx (package