all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabio Natali <me@fabionatali.com>
To: 56601@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>
Subject: [bug#56601] [PATCH] gnu: Add texlive-tracklang.
Date: Sat, 16 Jul 2022 15:44:03 +0100	[thread overview]
Message-ID: <35031d908d50b747bd5774d2ec44cef30548b610.1657982626.git.me@fabionatali.com> (raw)
In-Reply-To: <df3cb4cb72bba8e9f08b27a5e5603ab3003ec0fb.1657962688.git.me@fabionatali.com>

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c2824dbecd..8372ae6f51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11125,3 +11125,24 @@ (define-public texlive-datetime2
 datetime2-calc package uses the pgfcalendar package (part of the PGF/TikZ
 bundle).  This package replaces datetime.sty which is now obsolete.")
     (license license:lppl1.3+)))
+
+(define-public texlive-tracklang
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-tracklang"
+      (list "doc/generic/tracklang/"
+            "source/latex/tracklang/"
+            "tex/generic/tracklang/"
+            "tex/latex/tracklang/")
+      (base32 "1386sg25y6zb4ixvrbdv6n1gp54h18mjd984bnwwqda6jafxx4zr")
+      #:trivial? #t))
+    (home-page "https://ctan.org/macros/generic/tracklang")
+    (synopsis "Language and dialect tracker")
+    (description
+     "The tracklang package is provided for package developers who want a simple
+interface to find out which languages the user has requested through packages
+such as babel or polyglossia.  This package does not provide any translations!
+Its purpose is simply to track which languages have been requested by the user.
+Generic TeX code is in tracklang.tex for non-LaTeX users.")
+    (license license:lppl1.3+)))

base-commit: 4ce7f1fb24a111f3e92d5b889d1271bebf109d09
prerequisite-patch-id: 15fbd940ff2c4d720e5400d6413ffbfdf01ead36
prerequisite-patch-id: 4b09fce4186da53607ac1503a21a16c410eb0287
prerequisite-patch-id: 59d5d41ee572d700fb228981ac6c0acbf01953a1
prerequisite-patch-id: 1b253ce7adb8a1d30efc86a877c8a69e6c0ff3ac
prerequisite-patch-id: 8b6ac3e9c66f5da5b825aad5b73fe59d305b583d
-- 
2.36.1





  parent reply	other threads:[~2022-07-16 16:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-16  9:15 [bug#56601] [PATCH] gnu: Add texlive-mdframed Fabio Natali
2022-07-16 14:24 ` [bug#56601] [PATCH] gnu: Add texlive-setspace Fabio Natali
2022-07-16 14:28 ` [bug#56601] [PATCH] gnu: Add texlive-pgfgantt Fabio Natali
2022-07-16 14:36 ` [bug#56601] [PATCH] gnu: Add texlive-pdflscape Fabio Natali
2022-07-16 14:42 ` [bug#56601] [PATCH] gnu: Add texlive-datetime2 Fabio Natali
2022-07-16 14:44 ` Fabio Natali [this message]
2022-07-16 14:45 ` [bug#56601] [PATCH] gnu: Add texlive-ltablex Fabio Natali
2022-07-16 14:46 ` [bug#56601] [PATCH] gnu: Add texlive-ragged2e Fabio Natali
2022-07-16 14:47 ` [bug#56601] [PATCH] gnu: Add texlive-everysel Fabio Natali
2022-07-28 14:03 ` [bug#56601] [PATCH] gnu: Fixed home-page URLs and improved descriptions in various TeX packages Fabio Natali
2022-07-28 14:49 ` [bug#56601] [PATCH] gnu: Improved TeX Live everysel package synopsis Fabio Natali
2022-07-28 14:51 ` [bug#56601] [PATCH] gnu: Add texlive-everyshi Fabio Natali
2022-08-03 13:58   ` bug#56601: [PATCH] gnu: Add texlive-mdframed Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35031d908d50b747bd5774d2ec44cef30548b610.1657982626.git.me@fabionatali.com \
    --to=me@fabionatali.com \
    --cc=56601@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.