From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 08 09:01:55 2023 Received: (at submit) by debbugs.gnu.org; 8 Mar 2023 14:01:55 +0000 Received: from localhost ([127.0.0.1]:48090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuMa-0004jx-Gy for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:01:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:54274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuMY-0004jl-59 for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:01:50 -0500 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 1pZuMT-0007Hc-RK for guix-patches@gnu.org; Wed, 08 Mar 2023 09:01:48 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZuMR-0005X1-M4 for guix-patches@gnu.org; Wed, 08 Mar 2023 09:01:45 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 3DF50240014 for ; Wed, 8 Mar 2023 14:01:38 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-onedown. Date: Wed, 8 Mar 2023 15:01:32 +0100 Message-Id: <20230308140132.14308-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=217.70.183.193; envelope-from=mail@nicolasgoaziou.fr; helo=relay1-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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 (--) * gnu/packages/tex.scm (texlive-onedown): New variable. --- gnu/packages/tex.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f178bafcc2..0c4e545edf 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3508,6 +3508,50 @@ (define-public texlive-oberdiek (define-deprecated-package texlive-latex-oberdiek texlive-oberdiek) +(define-public texlive-onedown + (let ((template + (simple-texlive-package + "texlive-onedown" + (list "doc/latex/onedown/" + "source/latex/onedown/" + "tex/latex/onedown/") + (base32 + "04ih7i4v96ggwk4k1mpfx3dzcpi2siqablv93wryg7dk4cks5wkl")))) + (package + (inherit template) + (outputs '("doc" "out")) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ #t) "latex/onedown") + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'chdir + (lambda _ (chdir "source/latex/onedown/"))) + (replace 'copy-files + (lambda* (#:key inputs #:allow-other-keys) + (let ((origin (assoc-ref inputs "source")) + (texmf (string-append #$output "/share/texmf-dist")) + (doc (string-append #$output:doc + "/share/texmf-dist/doc"))) + (for-each + (lambda (directory) + (copy-recursively (string-append origin directory) + (string-append texmf directory))) + '("/source" "/tex/latex/onedown")) + (copy-recursively (string-append origin "/doc") + doc)))))))) + (home-page "https://ctan.org/pkg/onedown") + (synopsis "Typeset bridge diagrams") + (description + "This is a comprehensive package to draw all sorts of bridge diagrams, +including hands, bidding tables, trick tables, and expert quizzes. + +It works for all font sizes. Different fonts for hands, bidding diagrams and +compass are possible. It also provides annotations to card and bidding +diagrams, automated check on consistency of suit and hands, and multilingual +output of bridge terms.") + (license license:lppl1.3+)))) + (define-public texlive-latex-rerunfilecheck (package (inherit (simple-texlive-package base-commit: 237b175858873fe051954779bdde28c82ed64063 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 16 17:45:55 2023 Received: (at 62049) by debbugs.gnu.org; 16 Mar 2023 21:45:55 +0000 Received: from localhost ([127.0.0.1]:43231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcvQ2-0007W4-SM for submit@debbugs.gnu.org; Thu, 16 Mar 2023 17:45:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcvQ1-0007Vp-3H for 62049@debbugs.gnu.org; Thu, 16 Mar 2023 17:45:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcvPv-0005xo-JU; Thu, 16 Mar 2023 17:45:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=uThu4xk2q9IzXgmKbOrRQtY28pEo2TmyVVamS8gm7/w=; b=FNXL1j68iDuEX4Igf/Q6 oGkokq6kInNja9sZ4L2JzjLE79IkuiAZThVXXbUbsQ/9ZrndGzPmJwyfxuwCnNAD6WLkmzET0mWwG gXceFNgmLOs1bVuWA+oVuPMAvx8KppWTRm6Y5P5Os4rjUsH119+kHLLVOt5k04qXZ5bkJrMXDyTW8 djUglIYra/cM0VYutMdOXzHBqOPXAd5iVDX+C1EdWarZPuWANW7HjTgmqM/pWRZUE9ydLyCnk1UNT gUq0Vyne6XNfy00dNfzFfnaWuH+rR7AVUcxql2K6qmVCVYzsx9BPI1rI45uhgvuRcQmcqmRgACq27 mvsiOXrROfkN+Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcvPv-0001oD-40; Thu, 16 Mar 2023 17:45:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nicolas Goaziou Subject: Re: bug#62049: [PATCH] gnu: Add texlive-onedown. References: <20230308140132.14308-1-mail@nicolasgoaziou.fr> Date: Thu, 16 Mar 2023 22:45:45 +0100 In-Reply-To: <20230308140132.14308-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 8 Mar 2023 15:01:32 +0100") Message-ID: <87jzzg9xpy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62049 Cc: 62049@debbugs.gnu.org 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: -3.3 (---) Hi, Nicolas Goaziou skribis: > * gnu/packages/tex.scm (texlive-onedown): New variable. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 17 04:24:13 2023 Received: (at 62049-done) by debbugs.gnu.org; 17 Mar 2023 08:24:13 +0000 Received: from localhost ([127.0.0.1]:43568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pd5Nk-0007eT-Ss for submit@debbugs.gnu.org; Fri, 17 Mar 2023 04:24:13 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:42699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pd5Nh-0007e9-Rz for 62049-done@debbugs.gnu.org; Fri, 17 Mar 2023 04:24:10 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id DC1C6C0015; Fri, 17 Mar 2023 08:24:03 +0000 (UTC) From: Nicolas Goaziou To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#62049] [PATCH] gnu: Add texlive-onedown. References: <20230308140132.14308-1-mail@nicolasgoaziou.fr> <87jzzg9xpy.fsf@gnu.org> Date: Fri, 17 Mar 2023 09:24:02 +0100 In-Reply-To: <87jzzg9xpy.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 16 Mar 2023 22:45:45 +0100") Message-ID: <87ttyjdbvh.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62049-done Cc: 62049-done@debbugs.gnu.org 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 (-) Hello, Ludovic Court=C3=A8s writes: > Nicolas Goaziou skribis: > >> * gnu/packages/tex.scm (texlive-onedown): New variable. > > LGTM, thanks! Applied. Thank you for the feedback. Regards, --=20 Nicolas Goaziou From unknown Tue Jun 17 01:27:59 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, 14 Apr 2023 11:24:08 +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