emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53570: closed ([PATCH] gnu: Add texlive-ddphonism.)


From: GNU bug Tracking System
Subject: bug#53570: closed ([PATCH] gnu: Add texlive-ddphonism.)
Date: Fri, 24 Mar 2023 09:17:01 +0000

Your message dated Fri, 24 Mar 2023 10:15:49 +0100
with message-id <87jzz6zf0a.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53570] [PATCH v2] gnu: Add texlive-ddphonism.
has caused the debbugs.gnu.org bug report #53570,
regarding [PATCH] gnu: Add texlive-ddphonism.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53570: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53570
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add texlive-ddphonism. Date: Thu, 27 Jan 2022 00:51:31 -0500
* gnu/packages/tex.scm (texlive-ddphonism): New variable.
---

Hi,

This is a WIP.

Any feedback is much welcome.

all best,

jgart

 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 89f60f89d5..da47874ec6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9953,6 +9953,31 @@ (define-public texlive-xifthen
 handle complex tests.")
     (license license:lppl)))
 
+(define-public texlive-ddphonism
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ddphonism"
+              (list "/tex/latex/ddphonism/ddphonism.sty"
+                     "/tex/latex/ddphonism/ddphonism.tex")
+              (base32
+               "09s324nj6g8nlib9wilpy01prixrw1ilwlvl638hgv5rxsspza5y")
+              #:trivial? #t))
+    (inputs
+      (list texlive-latex-hyperref 
+            texlive-latex-tools 
+            texlive-etoolbox
+            texlive-latex-pgf
+            texlive-latex-l3packages
+            texlive-latex-listings))
+    (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
+the Twelve-Tone System, also called Dodecaphonism.  It provides LaTeX
+algorithms that produce typical dodecaphonic notation based off a musical
+series, or row sequence, of variable length.")
+    (license license:lppl1.3c+)))
+
 (define-public bibtool
   (package
     (name "bibtool")
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53570] [PATCH v2] gnu: Add texlive-ddphonism. Date: Fri, 24 Mar 2023 10:15:49 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> LGTM, builds fine.

Applied. Thank you for the feedback.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]