From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id OJeDKqbqJGZXYgEA62LTzQ:P1 (envelope-from ) for ; Sun, 21 Apr 2024 12:29:58 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id OJeDKqbqJGZXYgEA62LTzQ (envelope-from ) for ; Sun, 21 Apr 2024 12:29:58 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=iAIF7Abp; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713695398; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2UN8OKGW3pmcko31lg4dQI2p834NDrRXNMbIgbTJwmU=; b=AQ3APTPpblEKWxRbl/njq8ZpzQptsFHA04utUDqZP2E9TFSCnpzno9SAkHqRx4rfXmReNY Q8Idzf8FFfEamklRCXkr7UcIwka1c3Kag3GJz6Y7rKqoLa118z72jZjmqsXEpv8uIxh3ta F45Upgjm45PJmcYu07s8KxfBkq9F8vQgCJEhOvhaEtiQ2bDY3ZNEwzbB4l3THQS32Lcn3j S+uBDu27wBv0oKdVrsOZLTL2sThYqR9BYtKUCT5vIzn3caAS8P5D3RBoxypMmfoXEf3y3Z uudfjza/3hjl+36uWijiVTts30F0+H/+JiudZXVC7AV8bXkMR20aB9iEwzunag== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713695398; a=rsa-sha256; cv=none; b=fZDwOI915gjYpHO6XaKLM76P/jDoUBGqNwOzAR58RzD8ui+KdiHKEnPUX00HnB+6Xytoem tKw2wme5EkozhwvdjuE/+5g8vMF0C6due1PiPLu1psJcmrcDqgAQ8bYnw61BnHkj63ttmZ XluO+OD7IYNFvu1RYzdP8dIvAAvmtPEBa3k1KlzOSd+etXauaWyLPOfCNwcSqMG4WfUcUJ xddfRceNCkX+TdyInzbIvcArmmGbNjVwwFu6OIy0HMnfIMpzUpXjp+1gkjb0bLq+lX1KrO bcQRGhUucls1t3VP/XexzukHYgltlSx1vnRcFOm3x2RCLhFto+VIhHMVYPemoA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=iAIF7Abp; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 912E5254F4 for ; Sun, 21 Apr 2024 12:29:58 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryUSF-0008L1-2C; Sun, 21 Apr 2024 06:29:51 -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 1ryUSD-0008Iw-B4 for guix-patches@gnu.org; Sun, 21 Apr 2024 06:29:49 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ryUSD-0001k3-2h for guix-patches@gnu.org; Sun, 21 Apr 2024 06:29:49 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ryUSS-0003eb-6w for guix-patches@gnu.org; Sun, 21 Apr 2024 06:30:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70496] [PATCH 13/14] gnu: font-scientifica: Remove unnecessary custom install phase. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Apr 2024 10:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70496 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70496@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 70496-submit@debbugs.gnu.org id=B70496.171369536113660 (code B ref 70496); Sun, 21 Apr 2024 10:30:04 +0000 Received: (at 70496) by debbugs.gnu.org; 21 Apr 2024 10:29:21 +0000 Received: from localhost ([127.0.0.1]:42206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ryURi-0003Xl-W1 for submit@debbugs.gnu.org; Sun, 21 Apr 2024 06:29:20 -0400 Received: from mail.envs.net ([5.199.136.28]:39076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ryUR5-0003RU-JX for 70496@debbugs.gnu.org; Sun, 21 Apr 2024 06:28:41 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id B5ECA38A1B35; Sun, 21 Apr 2024 10:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1713695303; bh=2UN8OKGW3pmcko31lg4dQI2p834NDrRXNMbIgbTJwmU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iAIF7AbpqqdlCQBjTk2TKq+wr6J/n+X3svTnLPuu+mkUU7M4N3IfBE1LEk/tmlcsl 0n04LLYC3dbtvoaS1FHFeC2TZHSkHstCtzEICbJqXlS12B7AsTDOUIRTQYZL+0bAs/ RqvxZzApUvk96RRiRLldaHFQdSpgJz2ct/IemtA/RiC9rRShviKPDGAj18w9ctV+BK U22wpRl6UrS4Wom/b0dqYkhAg31DoGOE/bOMOZcr1TzZ323t6ttN7kN8WIRoxl+tyG rZs5j5ReWCj08rd+wst54zp0zMayJ58nXtEpsc52QpwYUzFcLarBjA5hIUcqMW6B+B bJMDNlV4wyncVy4u6USRn1AI19JfhoNemxX+6AGfaN1s6sqdRdKDEgStPVYT4F+e6b AfNM2yEtDpc0JitYmcW0e5q4L2kepHfdhLfTcZbGEsAtfz8s8HQm6xssYmPlJ2d85m wnDBHJLF2W/pc6nlG0W+gB5sZBl7xZ19DLLw6V9JVJ1qc+A2bY9MRqc+GCIniaOEXy UCFZyG0TFoQt22w4bpExvJKpe5pFOFO9mv/1NrzdjsoXdDEI/A8oPyuipVL+DiNbLk GNqmPoxxYD5FtI6V5TFg75ClIRAGQfsphGFCDhxS7GuWxdZsnLZTbzko5QbUu9oc6y bWhBRv6BPRM8OFsWGYjfaw0E= 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 CJX89DcNx57p; Sun, 21 Apr 2024 10:28:20 +0000 (UTC) Received: from localhost (unknown [36.170.58.193]) (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; Sun, 21 Apr 2024 10:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 92999102; Sun, 21 Apr 2024 10:29:00 +0000 (UTC) Date: Sun, 21 Apr 2024 18:28:47 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: , Reply-to: iyzsong@envs.net X-ACL-Warn: , iyzsong--- via Guix-patches From: iyzsong--- via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.88 X-Spam-Score: -6.88 X-Migadu-Queue-Id: 912E5254F4 X-Migadu-Scanner: mx12.migadu.com X-TUID: wzOB2XI/HqY+ From: 宋文武 * gnu/packages/fonts.scm (font-scientifica)[arguments]: Remove field. Change-Id: Ice422a8604adba6b4a5b31675303f4030c6e35af --- gnu/packages/fonts.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 98ae06818d..447fcd40f9 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3595,34 +3595,6 @@ (define-public font-scientifica (build-system font-build-system) (outputs '("out" ;OTB "bdf" "ttf")) - (arguments - (list #:phases #~(modify-phases %standard-phases - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let* ((otb (assoc-ref outputs "out")) - (bdf (assoc-ref outputs "bdf")) - (ttf (assoc-ref outputs "ttf")) - (otb-font-dir (string-append (assoc-ref - outputs "out") - "/share/fonts/misc")) - (ttf-font-dir (string-append (assoc-ref - outputs "ttf") - "/share/fonts/truetype")) - (bdf-font-dir (string-append (assoc-ref - outputs "bdf") - "/share/fonts/misc"))) - (mkdir-p otb-font-dir) - (mkdir-p bdf-font-dir) - (mkdir-p ttf-font-dir) - (for-each (lambda (otb) - (install-file otb otb-font-dir)) - (find-files "." "\\.otb$")) - (for-each (lambda (bdf) - (install-file bdf bdf-font-dir)) - (find-files "." "\\.bdf$")) - (for-each (lambda (ttf) - (install-file ttf ttf-font-dir)) - (find-files "." "\\.ttf$"))) #t))))) (home-page "https://github.com/nerdypepper/scientifica") (synopsis "Tall and condensed bitmap font for geeks") (description -- 2.41.0