From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 18 12:08:04 2023 Received: (at 53570) by debbugs.gnu.org; 18 Mar 2023 16:08:04 +0000 Received: from localhost ([127.0.0.1]:48920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdZ6B-0008Eu-Ul for submit@debbugs.gnu.org; Sat, 18 Mar 2023 12:08:04 -0400 Received: from mx1.dismail.de ([78.46.223.134]:24075) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdZ68-0008EJ-Pt for 53570@debbugs.gnu.org; Sat, 18 Mar 2023 12:08:02 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 59f01640; Sat, 18 Mar 2023 17:07:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:in-reply-to:references; s=20190914; bh=xk e26qJv1HgbEJ51vMnRYmvJP4lzBJA1H0s9qEKL9O4=; b=URkqh9BBXa4QPQk2fz JSuFamZ7wViWAklbDuFVTw30gvulKMvmZmdTr1k5bjS6niaFDWddScEBud5VyimF +oUehhw3/2Adz3q5ANlOBYYgSnUzA66ASc9CCNTMIaXByAz+uaMf4Ozx9k/ZcZGk 1+E6M5ZW9at++zpujQfA5OEr6J4nKeFAWrPX1dLOI3F7fD3rgbFaq2mTtR0kji8X YrfX5JXtUx13f/6xJ0LvfbxfXCK0j5cwMlym4P4G5tt3NQOsqqlxYWIcZKaP4Cjz tTAlo/j4FcN+1D2VArz+kU0ACVXE7hwSbKMsoDeiRyrdPKt2esHHIW2McIDMdl4y Ck9w== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7fb7a743; Sat, 18 Mar 2023 17:07:53 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 6385f13b; Sat, 18 Mar 2023 17:07:53 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 01e0276a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 18 Mar 2023 17:07:53 +0100 (CET) MIME-Version: 1.0 Date: Sat, 18 Mar 2023 16:07:51 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.16.0a From: "jgart" Message-ID: <9fb6cde801a5838e3b9c3a536a825bbc@dismail.de> Subject: Re: [PATCH v2] gnu: Add texlive-ddphonism. To: "Nicolas Goaziou" , 53570@debbugs.gnu.org In-Reply-To: <20230318130215.271502-1-mail@nicolasgoaziou.fr> References: <20230318130215.271502-1-mail@nicolasgoaziou.fr> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53570 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 (-) Hi, LGTM, builds fine. March 18, 2023 8:02 AM, "Nicolas Goaziou" wrote: > From: jgart >=20 >=20* gnu/packages/tex.scm (texlive-ddphonism): New variable. >=20 >=20Signed-off-by: Nicolas Goaziou > --- > gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) >=20 >=20diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm > index 0c4e545edf..4f412614a1 100644 > --- a/gnu/packages/tex.scm > +++ b/gnu/packages/tex.scm > @@ -5393,6 +5393,31 @@ (define-public texlive-catchfile > "Catchfile catches the contents of a file and puts it in a macro.") > (license license:lppl1.3+)))) >=20 >=20+(define-public texlive-ddphonism > + (package > + (inherit (simple-texlive-package > + "texlive-ddphonism" > + (list "doc/latex/ddphonism/" > + "tex/latex/ddphonism/") > + (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd") > + #:trivial? #t)) > + (propagated-inputs > + (list texlive-etoolbox > + texlive-hyperref > + texlive-latex-l3packages > + texlive-listings > + texlive-pgf > + texlive-latex-tools > + texlive-xstring)) > + (home-page "https://www.ctan.org/pkg/ddphonism") > + (synopsis "Dodecaphonic diagrams for LaTeX") > + (description > + "This is a music-related package which is focused on notation from th= e > +twelve-tone system, also called dodecaphonism. It provides LaTeX algor= ithms > +that produce typical dodecaphonic notation based off a musical series,= or row > +sequence, of variable length.") > + (license license:lppl1.3c))) > + > (define-public texlive-doi > (package > (inherit (simple-texlive-package >=20 >=20base-commit: 3893758dac76fc30b23d4715e849e262306f268d > --=20 >=202.39.2