all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: huang_ying_caritas@163.com
To: guix-devel@gnu.org
Subject: [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output
Date: Sun,  5 Feb 2017 13:03:06 +0800	[thread overview]
Message-ID: <20170205050306.3349-1-huang_ying_caritas@163.com> (raw)

* gnu/packages/fonts.scm (font-gnu-unifont): call mkfontdir for pcf output.

Signed-off-by: "Huang, Ying" <huang.ying.caritas@gmail.com>
---
 gnu/packages/fonts.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1f6d1d0c3..088a6bec9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -671,13 +671,15 @@ languages, plus Greek and Cyrillic.")
                        (string-append "PCFDEST=" pcf)
                        (string-append "CONSOLEDEST=" psf)
                        "install")
+              (system* "mkfontdir" pcf)
               ;; Move Texinfo file to the right place.
               (mkdir (string-append bin "/share/info"))
               (rename-file (string-append bin "/share/unifont/unifont.info.gz")
                            (string-append bin "/share/info/unifont.info.gz"))
               #t))))))
     (inputs
-     `(("perl" ,perl))) ; for utilities
+     `(("perl" ,perl)                             ; for utilities
+       ("mkfontdir" ,mkfontdir)))
     (synopsis
      "Large bitmap font covering Unicode's Basic Multilingual Plane")
     (description
-- 
2.11.1

             reply	other threads:[~2017-02-05  5:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-05  5:03 huang_ying_caritas [this message]
2017-02-05  6:49 ` [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output 宋文武
2017-02-05 10:33   ` Huang, Ying
2017-02-05 12:19     ` Huang, Ying
2017-02-14 17:56       ` Danny Milosavljevic
2017-02-15 10:55         ` Alex Kost
2017-02-15 11:51           ` Huang, Ying

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170205050306.3349-1-huang_ying_caritas@163.com \
    --to=huang_ying_caritas@163.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.