From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 16 20:05:43 2021 Received: (at submit) by debbugs.gnu.org; 17 Jun 2021 00:05:43 +0000 Received: from localhost ([127.0.0.1]:53498 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltfXS-0000la-Ul for submit@debbugs.gnu.org; Wed, 16 Jun 2021 20:05:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:59312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltfXR-0000lR-6v for submit@debbugs.gnu.org; Wed, 16 Jun 2021 20:05:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56544) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltfXP-0001Ay-6Z for guix-patches@gnu.org; Wed, 16 Jun 2021 20:05:40 -0400 Received: from out0.migadu.com ([94.23.1.103]:18393) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltfXJ-0003ny-Bo for guix-patches@gnu.org; Wed, 16 Jun 2021 20:05:38 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1623888327; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=TKiuDg5hDOlBycst9Plnz3wDqr4W8yNZ+KM/5330770=; b=GnniqMi+O/8UUc8jZY2URAiEzhG5fZkFKeBC7E2SffyZorGBPatS2AAj81u5iIhiURe6uQ IxRSknpbOnt9BymG9OVxJ1iGrrSDFUuhc0ep5WvMCWPGtl8pSjco96hu3lURmF4oWPZMh7 e7yLR7V2Le3vpo8biao94a1RqNQfFTE= From: Sarah Morgensen To: guix-patches@gnu.org Subject: [PATCH] gnu: Add font-overpass. Date: Wed, 16 Jun 2021 17:05:24 -0700 Message-Id: <26bf8963ceefcf4a546447d9571d007ffc4dbe82.1623887878.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=94.23.1.103; envelope-from=iskarian@mgsn.dev; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/fonts.scm (font-overpass): New variable. --- gnu/packages/fonts.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index fe4d3efb5e..16132848d7 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2176,3 +2176,32 @@ neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this typeface and rescue the beauty of urban typography that emerged in the first half of the twentieth century.") (license license:silofl1.1))) + +(define-public font-overpass + (package + (name "font-overpass") + (version "3.0.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/RedHatOfficial/Overpass") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb")))) + (build-system font-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-webfonts + (lambda _ + (delete-file-recursively "webfonts")))))) + (home-page "https://overpassfont.org") + (synopsis "Sans serif font family inspired by Highway Gothic") + (description + "Overpass is a sans-serif typeface based on the U.S. interstate highway +road signage typefaces, adapted for on-screen display and user interfaces. +Overpass includes proprotional and monospace variants.") + (license (list license:silofl1.1 + license:lgpl2.1)))) base-commit: 20ab92719e24b4286aeee715cd9bd07315708a82 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 06:16:48 2021 Received: (at submit) by debbugs.gnu.org; 18 Jun 2021 10:16:48 +0000 Received: from localhost ([127.0.0.1]:55858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luBYO-0005SM-BK for submit@debbugs.gnu.org; Fri, 18 Jun 2021 06:16:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:49098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luBYN-0005SA-IB for submit@debbugs.gnu.org; Fri, 18 Jun 2021 06:16:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luBYN-00014w-C1 for guix-patches@gnu.org; Fri, 18 Jun 2021 06:16:47 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:59187) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luBYK-0001DQ-Qz for guix-patches@gnu.org; Fri, 18 Jun 2021 06:16:47 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7A9BAC000C; Fri, 18 Jun 2021 10:16:41 +0000 (UTC) From: Nicolas Goaziou To: Sarah Morgensen via Guix-patches via Subject: Re: [bug#49067] [PATCH] gnu: Add font-overpass. References: <26bf8963ceefcf4a546447d9571d007ffc4dbe82.1623887878.git.iskarian@mgsn.dev> Date: Fri, 18 Jun 2021 12:16:40 +0200 In-Reply-To: <26bf8963ceefcf4a546447d9571d007ffc4dbe82.1623887878.git.iskarian@mgsn.dev> (Sarah Morgensen via Guix-patches via's message of "Wed, 16 Jun 2021 17:05:24 -0700") Message-ID: <871r8zo4tz.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.198; envelope-from=mail@nicolasgoaziou.fr; helo=relay6-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.001, RCVD_IN_MSPIKE_WL=0.001, 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 Cc: 49067-done@debbugs.gnu.org, Sarah Morgensen 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 (--) Hello, Sarah Morgensen via Guix-patches via writes: > * gnu/packages/fonts.scm (font-overpass): New variable. Thank you. I added a copyright line for you at the top of the file and applied your patch. Please note that adding new packages at the end of files is likely to introduce merge conflicts. I suggest to choose an alphabetic or a random location instead. Regards, -- Nicolas Goaziou From unknown Sat Jun 21 05:02:41 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, 16 Jul 2021 11:24:06 +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