From patchwork Mon Sep 5 09:09:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 42220 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 3197A27BBEA; Mon, 5 Sep 2022 10:12:13 +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.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable 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 C6D5927BBE9 for ; Mon, 5 Sep 2022 10:12:12 +0100 (BST) Received: from localhost ([::1]:42114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oV89L-0007S9-Tv for patchwork@mira.cbaines.net; Mon, 05 Sep 2022 05:12:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oV87G-00074i-6x for guix-patches@gnu.org; Mon, 05 Sep 2022 05:10:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57702) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oV87F-0002Pt-TZ for guix-patches@gnu.org; Mon, 05 Sep 2022 05:10:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oV87F-0006JC-OV for guix-patches@gnu.org; Mon, 05 Sep 2022 05:10:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57592] [PATCH 1/1] gnu: Add texlive-latex-frankenstein. References: <20220905084814.22976-1-wz@freeshell.de> In-Reply-To: <20220905084814.22976-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Sep 2022 09:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57592 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57592@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 57592-submit@debbugs.gnu.org id=B57592.166236899824236 (code B ref 57592); Mon, 05 Sep 2022 09:10:01 +0000 Received: (at 57592) by debbugs.gnu.org; 5 Sep 2022 09:09:58 +0000 Received: from localhost ([127.0.0.1]:46401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oV87C-0006Iq-AG for submit@debbugs.gnu.org; Mon, 05 Sep 2022 05:09:58 -0400 Received: from freeshell.de ([116.202.128.144]:40238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oV87A-0006Id-OT for 57592@debbugs.gnu.org; Mon, 05 Sep 2022 05:09:57 -0400 Received: from localhost.localdomain (cst-prg-22-123.cust.vodafone.cz [46.135.22.123]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 9B5AEB3912E2; Mon, 5 Sep 2022 11:09:48 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Mon, 5 Sep 2022 11:09:20 +0200 Message-Id: <20220905090920.24270-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 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" X-getmail-retrieved-from-mailbox: Patches From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-latex-frankenstein): New variable. --- gnu/packages/tex.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..4123ab9d94 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6171,6 +6171,45 @@ (define-public texlive-latex-footmisc footnotes with symbols rather than numbers.") (license license:lppl1.3+))) +(define-public texlive-latex-frankenstein + (package + (name "texlive-latex-frankenstein") + (version (number->string %texlive-revision)) + (source (origin + (method svn-fetch) + (uri (svn-reference (url (string-append + "svn://www.tug.org/texlive/tags/" + %texlive-tag "/Master/texmf-dist/" + "/tex/latex/frankenstein")) + (revision %texlive-revision))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1zhdvn3zgdarlzfcyq8nzilvw0v0bqgl4m0y7j233cbqw8wiil4z")))) + (build-system trivial-build-system) + (arguments + `(#:modules ((guix build utils)) + #:builder (begin + (use-modules (guix build utils)) + (let ((target (string-append (assoc-ref %outputs "out") + "/share/texmf-dist/tex/latex/frankenstein"))) + (mkdir-p target) + (copy-recursively (assoc-ref %build-inputs "source") + target) #t)))) + (home-page "https://ctan.org/pkg/frankenstein") + (synopsis "Collection of unrelated LaTeX packages") + (description + "Frankenstein is a bundle of LaTeX packages serving various purposes and a +BibTeX bibliography style. The individual packages are: @code{abbrevs}, +@code{achicago}, @code{achicago} bibstyle, @code{attrib}, @code{blkcntrl}, +@code{compsci}, @code{dialogue}, @code{lips}, @code{moredefs}, @code{newclude}, +@code{slemph} and @code{titles}. Note: The installation follows the suboptimal +``Quick and dirty'' recipe, rendering some features unavailable.") + ;; README mentions an unspecified version of GNU GPL and points to COPYING, + ;; which is missing. However, the individual files mention LPPL 1.2 or + ;; later. + (license license:lppl1.2+))) + (define-public texlive-latex-letltxmacro (package (inherit (simple-texlive-package