~ruther/guix-local

75a10dd5e8bf1781f4c75102726c81f6398c3c01 — Hilton Chain 4 months ago 912926e
gnu: font-chiron-sung-hk: Update to 1.022.

* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.022.
[arguments]: Adjust folder names according to upstream change.

Change-Id: I59dea8f81655feed2675462425f053bf2f0d460e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +5 -5
@@ 4595,7 4595,7 @@ Mainland China.")
(define-public font-chiron-sung-hk
  (package
    (name "font-chiron-sung-hk")
    (version "1.017")
    (version "1.022")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 4604,7 4604,7 @@ Mainland China.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1pg0zh4gajn699am26j4ldpsa51bafn7n0jc5s4v6sslixj3ccwg"))))
                "1bndyr8bi9ngrba3c3n9k9k26s0irk62jhly7fj6g62k87b82z75"))))
    (build-system font-build-system)
    (arguments
     (list #:phases


@@ 4612,12 4612,12 @@ Mainland China.")
               (replace 'install
                 (lambda _
                   (let ((install (assoc-ref %standard-phases 'install)))
                     (with-directory-excursion "VAR"
                     (with-directory-excursion "VAR_OTF"
                       (for-each delete-file (find-files "." "\\.ttf$"))
                       (install #:outputs `(("out" . ,#$output))))
                     (with-directory-excursion "OTF"
                     (with-directory-excursion "STATIC_OTF"
                       (install #:outputs `(("out" . ,#$output:otf))))
                     (with-directory-excursion "TTF"
                     (with-directory-excursion "STATIC_TTF"
                       (install #:outputs `(("out" . ,#$output:ttf))))))))))
    (outputs '("out" "otf" "ttf"))
    (home-page "https://chiron-fonts.github.io/")