From unknown Tue Jun 24 03:27:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57521] [PATCH] gnu: Add texlive-generic-soul. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 01 Sep 2022 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57521 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57521@debbugs.gnu.org Cc: Wiktor =?UTF-8?Q?=C5=BBelazny?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166203677116292 (code B ref -1); Thu, 01 Sep 2022 12:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Sep 2022 12:52:51 +0000 Received: from localhost ([127.0.0.1]:41516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTjgh-0004Ei-14 for submit@debbugs.gnu.org; Thu, 01 Sep 2022 08:52:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:37504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTjgf-0004EZ-DV for submit@debbugs.gnu.org; Thu, 01 Sep 2022 08:52:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTjge-0000Ol-7s for guix-patches@gnu.org; Thu, 01 Sep 2022 08:52:48 -0400 Received: from freeshell.de ([116.202.128.144]:40796) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTjgY-0005rW-5j for guix-patches@gnu.org; Thu, 01 Sep 2022 08:52:47 -0400 Received: from localhost.localdomain (cst-prg-26-107.cust.vodafone.cz [46.135.26.107]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 2F3CFB390D8B; Thu, 1 Sep 2022 14:52:36 +0200 (CEST) From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Thu, 1 Sep 2022 14:52:20 +0200 Message-Id: <20220901125220.15319-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-generic-soul): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1b3c086d54..e64e30e748 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11555,3 +11555,24 @@ (define-public texlive-sourcecodepro Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (license (list license:lppl1.3+ license:silofl1.1)))) + +(define-public texlive-generic-soul + (let ((template (simple-texlive-package + "texlive-generic-soul" + (list "/doc/generic/soul/" + "/tex/generic/soul/") + (base32 + "11jdgvfpcv10y5j898495lf29k2m03x39v9jzb4v79w4cgxcmfps") + #:trivial? #t))) + (package + (inherit template) + (home-page "http://www.ctan.org/pkg/soul") + (synopsis "Hyphenation for letterspacing, underlining, and more") + (description + "@code{soul} enables hyphenatable spacing out (letterspacing), +underlining, striking out, etc., using the TeX hyphenation algorithm to find +the proper hyphens automatically. The package also provides a mechanism that +can be used to implement similar tasks, that have to treat text syllable by +syllable. The package itself does not support UTF-8 input in ordinary +(PDF)LaTeX; some UTF-8 support is offered by package @code{soulutf8}.") + (license license:lppl)))) base-commit: 4a5fbadb88ff18bb7de87b351c6009aaa398a892 -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 08 10:05:49 2022 Received: (at control) by debbugs.gnu.org; 8 Sep 2022 14:05:49 +0000 Received: from localhost ([127.0.0.1]:59633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIA8-0005uz-NF for submit@debbugs.gnu.org; Thu, 08 Sep 2022 10:05:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIA7-0005uj-By for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:05:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40374) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIA2-0001MV-52 for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:05:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=FOqa6lfva/ZbLmpQBnNxezJh8eyou3c9uxFysSYvFn4=; b=cmUXnzYDxGE3VD scLbgpzH24IiKyOmCjq2atfynylQNUaUTzR2qG8iMD7NB7dsawgwaYb7q7ubW0bRgsvRvYOAUYV4A bniSUFhqrlKxHFG7CqluZFq9e/WYZ7U37CUbOQF5Uq6/smG1MBNDu8gHyFI4JtF7Sb+Gr4unhqtDp fLfkpLCpmORgqQEg1WCDskCj09DZB6jBk8FhbTw8WRyTI2KtPMvLxSeVhmQoe2+WX03tDMhpTyiEo KtfbDn2e1hyXgPA+lJPF1dWnNnpVLVdpbBQcyE2+epRLDIYu0ssLeKlB0gM9H8cOwyPHtOcPkTA6g gSd9jHhiv30/GrnQYPdQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=40772 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWI9z-0001Zs-Dv for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:05:41 -0400 Date: Thu, 08 Sep 2022 16:05:34 +0200 Message-Id: <871qsmgdw1.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #57521 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 57521 quit