From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 09:22:00 2023 Received: (at submit) by debbugs.gnu.org; 21 Mar 2023 13:22:00 +0000 Received: from localhost ([127.0.0.1]:57935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pebw7-0000in-TS for submit@debbugs.gnu.org; Tue, 21 Mar 2023 09:22:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:34688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pebw5-0000ie-SE for submit@debbugs.gnu.org; Tue, 21 Mar 2023 09:21:58 -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 1pebw5-00021Q-LF for guix-patches@gnu.org; Tue, 21 Mar 2023 09:21:57 -0400 Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pebw4-00081G-4H for guix-patches@gnu.org; Tue, 21 Mar 2023 09:21:57 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 169B71BF208 for ; Tue, 21 Mar 2023 13:21:51 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH 0/2] Add: texlive-halloweenmath. Date: Tue, 21 Mar 2023 14:21:51 +0100 Message-Id: <20230321132151.349930-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::228; envelope-from=mail@nicolasgoaziou.fr; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, This patch set provides texlive-halloweenmath along with its required dependency. There may be a subtler way of fixing the build, but I couldn't find one. Nicolas Goaziou (2): gnu: Add texlive-pict2e. gnu: Add texlive-halloweenmath. gnu/packages/tex.scm | 119 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 111 insertions(+), 8 deletions(-) base-commit: 3893758dac76fc30b23d4715e849e262306f268d -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 09:24:06 2023 Received: (at 62331) by debbugs.gnu.org; 21 Mar 2023 13:24:06 +0000 Received: from localhost ([127.0.0.1]:57945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peby9-0000nC-Nj for submit@debbugs.gnu.org; Tue, 21 Mar 2023 09:24:06 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:38789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peby7-0000mS-Su for 62331@debbugs.gnu.org; Tue, 21 Mar 2023 09:24:04 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 290E224000E for <62331@debbugs.gnu.org>; Tue, 21 Mar 2023 13:23:56 +0000 (UTC) From: Nicolas Goaziou To: 62331@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add texlive-pict2e. Date: Tue, 21 Mar 2023 14:23:54 +0100 Message-Id: <20230321132355.349979-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tex.scm (texlive-pict2e): New variable. --- gnu/packages/tex.scm | 65 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0c4e545edf..f03a9608d5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4388,6 +4388,55 @@ (define-public texlive-latex-cyrillic language that is written in a Cyrillic alphabet.") (license license:lppl1.3c+))) +(define-public texlive-pict2e + (let ((template (simple-texlive-package + "texlive-pict2e" + (list "doc/latex/pict2e/" + "source/latex/pict2e/" + "tex/latex/pict2e/") + (base32 + "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/pict2e") + ((#:build-targets _ '()) '(list "pict2e.ins")) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/pict2e/"))) + (add-after 'build 'build-doc + (lambda _ + (copy-file "p2e-drivers.dtx" "build/p2e-drivers.dtx") + (with-directory-excursion "build" + (invoke "pdflatex" "p2e-drivers.dtx") + (delete-file "p2e-drivers.dtx") + ;; texlive.tlpbd expects a "pict2e.cfg" configuration file + ;; instead of "pict2e-example.cfg". Please it. + (rename-file "pict2e-example.cfg" "pict2e.cfg")))) + (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/pict2e") + (native-inputs + (list (texlive-updmap.cfg))) + (synopsis "New implementation of picture commands") + (description + "This package extends the existing LaTeX @code{picture} environment, +using the familiar technique (the @code{graphics} and @code{color} packages) +of driver files (at present, drivers for dvips, pdfTeX, LuaTeX, XeTeX, VTeX, +dvipdfm, and dvipdfmx are available). The package documentation has a fair +number of examples of use, showing where things are improved by comparison +with the LaTeX @code{picture} environment.") + (license license:lppl1.3+)))) + (define-public texlive-psnfss (let ((template (simple-texlive-package "texlive-psnfss" @@ -4495,14 +4544,14 @@ (define-public texlive-psnfss (add-after 'unpack 'chdir (lambda _ (chdir "source/latex/psnfss"))) - (add-before 'copy-files 'unchdir - (lambda _ - (chdir "../../.."))) - (add-after 'copy-files 'delete-extra-files - (lambda* (#:key outputs #:allow-other-keys) - (delete-file-recursively - (string-append (assoc-ref outputs "out") - "/share/texmf-dist/source/latex/psnfss/build")))))))) + (add-before 'copy-files 'unchdir + (lambda _ + (chdir "../../.."))) + (add-after 'copy-files 'delete-extra-files + (lambda* (#:key outputs #:allow-other-keys) + (delete-file-recursively + (string-append (assoc-ref outputs "out") + "/share/texmf-dist/source/latex/psnfss/build")))))))) (native-inputs (list texlive-cm)) (home-page "https://www.ctan.org/pkg/psnfss") base-commit: 3893758dac76fc30b23d4715e849e262306f268d -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 09:24:06 2023 Received: (at 62331) by debbugs.gnu.org; 21 Mar 2023 13:24:06 +0000 Received: from localhost ([127.0.0.1]:57947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pebyA-0000nE-5h for submit@debbugs.gnu.org; Tue, 21 Mar 2023 09:24:06 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:46947) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peby7-0000mT-TI for 62331@debbugs.gnu.org; Tue, 21 Mar 2023 09:24:04 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id B6D2D240008 for <62331@debbugs.gnu.org>; Tue, 21 Mar 2023 13:23:57 +0000 (UTC) From: Nicolas Goaziou To: 62331@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add texlive-halloweenmath. Date: Tue, 21 Mar 2023 14:23:55 +0100 Message-Id: <20230321132355.349979-2-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230321132355.349979-1-mail@nicolasgoaziou.fr> References: <20230321132355.349979-1-mail@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tex.scm (texlive-halloweenmath): New variable. --- gnu/packages/tex.scm | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f03a9608d5..d71b2ae14f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1620,6 +1620,60 @@ (define-public texlive-tex-plain discussed in the book).") (license license:knuth))) +(define-public texlive-halloweenmath + (let ((template (simple-texlive-package + "texlive-halloweenmath" + (list "doc/latex/halloweenmath/" + "source/latex/halloweenmath/" + "tex/latex/halloweenmath/") + (base32 + "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05")))) + (package + (inherit template) + (outputs '("out" "doc")) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/halloweenmath") + ((#:build-targets _ '()) '(list "halloweenmath.ins")) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/halloweenmath/"))) + (add-after 'chdir 'non-interactive-build + ;; When it realizes it cannot employ the usedir directive, the + ;; build process stops and waits for an input before inserting + ;; generated files in the working directory. Do not ask for + ;; an input. + (lambda _ + (substitute* "halloweenmath.ins" + (("\\Ask.*") "") + (("\\(your .*? will be ignored\\).*") "")))) + (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)))))))) + (native-inputs + (list texlive-bin + texlive-kpathsea + (texlive-updmap.cfg))) ;for psfonts.map + (propagated-inputs + (list texlive-amsmath texlive-pict2e)) + (home-page "https://ctan.org/pkg/halloweenmath") + (synopsis "Scary and creepy math symbols with AMS-LaTeX integration") + (description + "The package defines a handful of commands for typesetting mathematical +symbols of various kinds, ranging from large operators to extensible +arrow-like relations and growing arrow-like math accents that all draw from +the classic Halloween-related iconography (pumpkins, witches, ghosts, cats, +and so on) while being, at the same time, seamlessly integrated within the +rest of the mathematics produced by (AmS-)LaTeX.") + (license license:lppl1.3+)))) + (define-public texlive-hardwrap (package (inherit (simple-texlive-package -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 17:36:23 2023 Received: (at 62331) by debbugs.gnu.org; 21 Mar 2023 21:36:23 +0000 Received: from localhost ([127.0.0.1]:32801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejeZ-0003Cp-C3 for submit@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:23 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:55555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejeX-0003CU-FV for 62331@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:22 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id B612740005 for <62331@debbugs.gnu.org>; Tue, 21 Mar 2023 21:36:14 +0000 (UTC) From: Nicolas Goaziou To: 62331@debbugs.gnu.org Subject: [PATCH v2 0/2] Add texlive-halloweenmath. Date: Tue, 21 Mar 2023 22:36:11 +0100 Message-Id: <20230321213613.372782-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) There was some artefact in the first patch, which I removed. Nicolas Goaziou (2): gnu: Add texlive-pict2e. gnu: Add texlive-halloweenmath. gnu/packages/tex.scm | 103 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) base-commit: 3893758dac76fc30b23d4715e849e262306f268d -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 17:36:26 2023 Received: (at 62331) by debbugs.gnu.org; 21 Mar 2023 21:36:27 +0000 Received: from localhost ([127.0.0.1]:32803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejec-0003D9-Lx for submit@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:26 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:64069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejeX-0003CV-Ff for 62331@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:24 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 2596040006 for <62331@debbugs.gnu.org>; Tue, 21 Mar 2023 21:36:14 +0000 (UTC) From: Nicolas Goaziou To: 62331@debbugs.gnu.org Subject: [PATCH v2 1/2] gnu: Add texlive-pict2e. Date: Tue, 21 Mar 2023 22:36:12 +0100 Message-Id: <20230321213613.372782-2-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230321213613.372782-1-mail@nicolasgoaziou.fr> References: <20230321213613.372782-1-mail@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tex.scm (texlive-pict2e): New variable. --- gnu/packages/tex.scm | 49 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0c4e545edf..89f5ba2942 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4388,6 +4388,55 @@ (define-public texlive-latex-cyrillic language that is written in a Cyrillic alphabet.") (license license:lppl1.3c+))) +(define-public texlive-pict2e + (let ((template (simple-texlive-package + "texlive-pict2e" + (list "doc/latex/pict2e/" + "source/latex/pict2e/" + "tex/latex/pict2e/") + (base32 + "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/pict2e") + ((#:build-targets _ '()) '(list "pict2e.ins")) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/pict2e/"))) + (add-after 'build 'build-doc + (lambda _ + (copy-file "p2e-drivers.dtx" "build/p2e-drivers.dtx") + (with-directory-excursion "build" + (invoke "pdflatex" "p2e-drivers.dtx") + (delete-file "p2e-drivers.dtx") + ;; texlive.tlpbd expects a "pict2e.cfg" configuration file + ;; instead of "pict2e-example.cfg". Please it. + (rename-file "pict2e-example.cfg" "pict2e.cfg")))) + (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/pict2e") + (native-inputs + (list (texlive-updmap.cfg))) + (synopsis "New implementation of picture commands") + (description + "This package extends the existing LaTeX @code{picture} environment, +using the familiar technique (the @code{graphics} and @code{color} packages) +of driver files (at present, drivers for dvips, pdfTeX, LuaTeX, XeTeX, VTeX, +dvipdfm, and dvipdfmx are available). The package documentation has a fair +number of examples of use, showing where things are improved by comparison +with the LaTeX @code{picture} environment.") + (license license:lppl1.3+)))) + (define-public texlive-psnfss (let ((template (simple-texlive-package "texlive-psnfss" -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 17:36:28 2023 Received: (at 62331) by debbugs.gnu.org; 21 Mar 2023 21:36:28 +0000 Received: from localhost ([127.0.0.1]:32805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejee-0003DH-07 for submit@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:28 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:50333) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pejeX-0003CX-Fy for 62331@debbugs.gnu.org; Tue, 21 Mar 2023 17:36:26 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 7FAE340002 for <62331@debbugs.gnu.org>; Tue, 21 Mar 2023 21:36:15 +0000 (UTC) From: Nicolas Goaziou To: 62331@debbugs.gnu.org Subject: [PATCH v2 2/2] gnu: Add texlive-halloweenmath. Date: Tue, 21 Mar 2023 22:36:13 +0100 Message-Id: <20230321213613.372782-3-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230321213613.372782-1-mail@nicolasgoaziou.fr> References: <20230321213613.372782-1-mail@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tex.scm (texlive-halloweenmath): New variable. --- gnu/packages/tex.scm | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 89f5ba2942..4b07c8fe1a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1620,6 +1620,60 @@ (define-public texlive-tex-plain discussed in the book).") (license license:knuth))) +(define-public texlive-halloweenmath + (let ((template (simple-texlive-package + "texlive-halloweenmath" + (list "doc/latex/halloweenmath/" + "source/latex/halloweenmath/" + "tex/latex/halloweenmath/") + (base32 + "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05")))) + (package + (inherit template) + (outputs '("out" "doc")) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/halloweenmath") + ((#:build-targets _ '()) '(list "halloweenmath.ins")) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/halloweenmath/"))) + (add-after 'chdir 'non-interactive-build + ;; When it realizes it cannot employ the usedir directive, the + ;; build process stops and waits for an input before inserting + ;; generated files in the working directory. Do not ask for + ;; an input. + (lambda _ + (substitute* "halloweenmath.ins" + (("\\Ask.*") "") + (("\\(your .*? will be ignored\\).*") "")))) + (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)))))))) + (native-inputs + (list texlive-bin + texlive-kpathsea + (texlive-updmap.cfg))) ;for psfonts.map + (propagated-inputs + (list texlive-amsmath texlive-pict2e)) + (home-page "https://ctan.org/pkg/halloweenmath") + (synopsis "Scary and creepy math symbols with AMS-LaTeX integration") + (description + "The package defines a handful of commands for typesetting mathematical +symbols of various kinds, ranging from large operators to extensible +arrow-like relations and growing arrow-like math accents that all draw from +the classic Halloween-related iconography (pumpkins, witches, ghosts, cats, +and so on) while being, at the same time, seamlessly integrated within the +rest of the mathematics produced by (AmS-)LaTeX.") + (license license:lppl1.3+)))) + (define-public texlive-hardwrap (package (inherit (simple-texlive-package -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 30 12:19:26 2023 Received: (at 62331-done) by debbugs.gnu.org; 30 Mar 2023 16:19:26 +0000 Received: from localhost ([127.0.0.1]:59263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phuzl-0003zj-TW for submit@debbugs.gnu.org; Thu, 30 Mar 2023 12:19:26 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phuzj-0003zR-F2 for 62331-done@debbugs.gnu.org; Thu, 30 Mar 2023 12:19:24 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id CE25A6000A for <62331-done@debbugs.gnu.org>; Thu, 30 Mar 2023 16:19:16 +0000 (UTC) From: Nicolas Goaziou To: 62331-done@debbugs.gnu.org Subject: Re: [bug#62331] [PATCH v2 0/2] Add texlive-halloweenmath. References: <20230321132151.349930-1-mail@nicolasgoaziou.fr> <20230321213613.372782-1-mail@nicolasgoaziou.fr> Date: Thu, 30 Mar 2023 18:19:15 +0200 In-Reply-To: <20230321213613.372782-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 21 Mar 2023 22:36:11 +0100") Message-ID: <875yaimcu4.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62331-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > There was some artefact in the first patch, which I removed. > > Nicolas Goaziou (2): > gnu: Add texlive-pict2e. > gnu: Add texlive-halloweenmath. Applied. Closing. From unknown Wed Jun 18 00:30:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Apr 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator