From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 23 08:07:09 2023 Received: (at submit) by debbugs.gnu.org; 23 Aug 2023 12:07:09 +0000 Received: from localhost ([127.0.0.1]:33075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYmdg-0001H1-Lg for submit@debbugs.gnu.org; Wed, 23 Aug 2023 08:07:09 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYmdd-0001GL-Hs for submit@debbugs.gnu.org; Wed, 23 Aug 2023 08:07:07 -0400 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 1qYmdN-0002rF-Hw for guix-patches@gnu.org; Wed, 23 Aug 2023 08:06:51 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYmdI-0005kZ-5l for guix-patches@gnu.org; Wed, 23 Aug 2023 08:06:46 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id D488C38A00A3; Wed, 23 Aug 2023 12:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1692792397; bh=1X24ww7eNB4RkHxMyXLPJruNJsN8UMuEl+0iYHnPvwo=; h=From:To:Cc:Subject:Date:From; b=VQYlW7KewhIpVuBO74I9yY8UV7a9aneX4VEtoTIQdK9Egih4eKQW3o6smeW6mZcv1 9k9wAQzEwJ7fiCX+wyIMVfXdPPdXENgJlyT0QYO8lcxnBo2DFyUAH25a9Y6+XDlKmz MsVNH67dh85Vd19hSyyV8LMRwGOnIfKM1tp1dtSCjBDiHvTaX2R97t3fJxEk+OEQ07 AW5/ZgDCNO8CTM6EeOsilV8ufPctAudCh+fggDR7v5/DfMDGmQ2tsewV6wr36p/2ZN 8s3IxtoJT2eUKGiSa8TbypUckwQh9ngOJoswsV0vn5l1EznX2kl/qNqI+zqfukecWu Cz5oT6nck8ej2Elpi/XA/M99zK/9PX5c+LWA1SxqPiek9Gp56cHkoLXXTRY4hcslnq iivH7zAHkL4rhiWd178fHJmgV45Sktu+tAHNKMOYkGN3Ja5ff59pqynkAhbBRJEA6C XKGEUYw3xdM1TGlwxQyqiLyAyIwf/YUohYZtCgmdGapLo5nEe+wiml8PFVC48MH5XZ DpbsHMUFT8Id2ai3XoLW2IrwO1/stDBDOa5nDyQrMZ7oBhHYcLEyfmCEZOWPdt4L1l Lz0BPiUm0WjPwsQDKq4Mnk1GhjEm0CRBrZooKY7+JtswcPImXK/NrOBa55JtREXdCl 3s+RRfb/XhVhFI4CDg+yrZi0= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id bt37YrZv9zHO; Wed, 23 Aug 2023 12:06:34 +0000 (UTC) Received: from localhost (unknown [36.170.56.121]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Wed, 23 Aug 2023 12:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 56330f58; Wed, 23 Aug 2023 12:06:47 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH] gnu: Add font-unscii. Date: Wed, 23 Aug 2023 20:06:39 +0800 Message-ID: <7819b897b562d264eefb7d6cf5dc9a14317ec854.1692792387.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Zhu Zihao , 宋文武 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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: -0.1 (/) From: 宋文武 * gnu/packages/fonts.scm (font-unscii): New variable. --- gnu/packages/fonts.scm | 57 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index e881ab11cd..8266e40259 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2017 Mark H Weaver ;;; Copyright © 2014 Joshua Grant ;;; Copyright © 2014 Alex Kost -;;; Copyright © 2015 Sou Bunnbu +;;; Copyright © 2015, 2023 Sou Bunnbu ;;; Copyright © 2015 Eric Dvorsak ;;; Copyright © 2015, 2017 Ricardo Wurmus ;;; Copyright © 2015, 2016 Leo Famulari @@ -98,6 +98,7 @@ (define-module (gnu packages fonts) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages sdl) #:use-module (gnu packages xorg)) (define-public font-artifika @@ -1175,6 +1176,60 @@ (define-public font-un @end enumerate\n") (license license:gpl2+))) +(define-public font-unscii + (package + (name "font-unscii") + (version "2.1") + (source (origin + (method url-fetch) + (uri (string-append + "http://viznut.fi/unscii/unscii-" + version "-src.tar.gz")) + (sha256 + (base32 + "0msvqrq7x36p76a2n5bzkadh95z954ayqa08wxd017g4jpa1a4jd")))) + (build-system gnu-build-system) + (outputs '("out" "otf" "ttf" "woff")) + (native-inputs (list bdftopcf fontforge perl perl-text-charwidth)) + (inputs (list sdl sdl-image)) + (arguments + (list #:tests? #f ;no tests + #:phases + #~(modify-phases %standard-phases + (delete 'configure) ;no configure script + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((pcfdir (string-append + (assoc-ref outputs "out") + "/share/fonts/misc")) + (otfdir (string-append + (assoc-ref outputs "otf") + "/share/fonts/opentype")) + (ttfdir (string-append + (assoc-ref outputs "ttf") + "/share/fonts/truetype")) + (woffdir (string-append + (assoc-ref outputs "woff") + "/share/fonts/webfonts")) + (install-fonts + (lambda (pred dir) + (for-each + (lambda (f) (install-file f dir)) + (find-files "." pred))))) + (install-fonts "\\.pcf$" pcfdir) + (install-fonts "\\.otf$" otfdir) + (install-fonts "\\.ttf$" ttfdir) + (install-fonts "\\.woff$" woffdir))))))) + (synopsis "Classic bitmapped Unicode fonts") + (description + "Unscii is a set of bitmapped Unicode fonts based on classic system +fonts. Unscii attempts to support character cell art well while also being +suitable for terminal and programming use. The two main variants are +unscii-8 (8×8 pixels per glyph) and unscii-16 (8×16).") + (home-page "http://viznut.fi/unscii/") + ;; "unscii-16-full" falls under GPL, the other are in the Public Domain. + (license (list license:gpl2+ license:public-domain)))) + (define-public font-fantasque-sans (package (name "font-fantasque-sans") base-commit: 3ce3466311953cc5f00a4fb34ff094a9a3501399 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 28 06:52:45 2023 Received: (at 65473-done) by debbugs.gnu.org; 28 Aug 2023 10:52:45 +0000 Received: from localhost ([127.0.0.1]:47155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qaZrQ-0006nt-RI for submit@debbugs.gnu.org; Mon, 28 Aug 2023 06:52:45 -0400 Received: from mail.envs.net ([5.199.136.28]:53750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qaZrN-0006ng-Ru for 65473-done@debbugs.gnu.org; Mon, 28 Aug 2023 06:52:44 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 2999538A013B for <65473-done@debbugs.gnu.org>; Mon, 28 Aug 2023 10:52:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1693219954; bh=isxTHeHROJz65y31239RKAhw3VY6y0itjDI632To3FU=; h=From:To:Subject:References:Date:In-Reply-To:From; b=TJNfg2ifbJshKFAFGtKiGLRgGygGZrl2oT3PZxOBZvwEgKIpPB0dALrPgr+qvjJVd PI74TSp22AsnBdsCwL/ZT3P4CtcXnosN1SznvUGwCra5DduMYsakGHMmgEF0D7DqPD gCVvUcZKAXPh2Og76AiYKSPNjDJJCDouUshukblDazjQUMWFXJJb9TrTo0YeWm0juM VD7CGgjawZIPIPTscIjZPubDCD3+OcX8q7VBJn+SUWI/RTlJD13SRavgCni4pph9ie Ab6AAngC7LuTVGRmekK0ZCfFDndWk4AXzGEcwYPgJc/rcviXw+k5Q5RWxR8AXDmRxs z41XVLBuTVLVN5hb2c2QkG6MW5pBAIeBsovx3dcq5cTpahBpICTI2xwPZ2EikNBMZC 11kas2kBF15/Xu+1wxSefQ3dZzsrfBch3Cpv8uLyVehwPzOi2iNoh36/vSePgQ1hqZ epPFKhPU7j6NtGiPetabRIrTIRcsRZUNTapnFLGH93PYvzPfeAkkZvowwDmal7iBGx qqBw2/jFr1+eaa7DQ3fKJ5RZJ9YbdM3B/c6z7jHO3hxA0ItQa1zx7tCujdpQyPHp8d wa8cXmN+rMGXqrr63O3+o0abA+PDxuI+5qNy2kW4EXuMdrCETPGFflr3weC8j4QFQc CyE1tb52xBW+537eQEziSmA8= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2ZUmFDu5HWhm for <65473-done@debbugs.gnu.org>; Mon, 28 Aug 2023 10:52:31 +0000 (UTC) Received: from localhost (unknown [36.170.44.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA for <65473-done@debbugs.gnu.org>; Mon, 28 Aug 2023 10:52:31 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 105ae9b9 for <65473-done@debbugs.gnu.org>; Mon, 28 Aug 2023 10:52:53 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: 65473-done@debbugs.gnu.org Subject: Re: [bug#65473] [PATCH] gnu: Add font-unscii. References: <7819b897b562d264eefb7d6cf5dc9a14317ec854.1692792387.git.iyzsong@member.fsf.org> Date: Mon, 28 Aug 2023 18:52:53 +0800 In-Reply-To: <7819b897b562d264eefb7d6cf5dc9a14317ec854.1692792387.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Wed, 23 Aug 2023 20:06:39 +0800") Message-ID: <87fs43phfe.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 65473-done 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.0 (-) Pushed now, closing. From unknown Mon Aug 18 15:39:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 25 Sep 2023 11:24:16 +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