GNU bug report logs -
#52030
[PATCH] gnu: Add feather font
Previous Next
Reported by: Jaft <jaft.r <at> outlook.com>
Date: Mon, 22 Nov 2021 04:50:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Jaft,
Jaft <jaft.r <at> outlook.com> skribis:
> * gnu/packages/fonts.scm (feather): Add Feather iconfont by AT-UI
>
> The foundry, AT-UI, has a hyphen but https://guix.gnu.org/manual/en/html_node/Fonts.html
> seems to implicitly imply the foundry wouldn't have hyphens so I removed them,
> for the package name (font-atui-feather).
I think it’s fine either way.
> + (name "font-atui-feather")
> + (version "0")
> + (source (origin
> + (method url-fetch/zipbomb)
> + (uri "https://github.com/AT-UI/feather-font/archive/refs/heads/master.zip")
> + (sha256 (base32 "0lp1m1a47s56rj0q6nj8j5snkbw8jq3q7zwdzf86sbbglq170inh"))))
Note that ‘master.zip’ changes at each commit (and its content can also
change even if the HEAD commit is unchanged because it’s a generated
file.)
Could you instead change it to refer to a non-generated zip file, or use
‘git-fetch’ to obtain a checkout?
You may also need to adjust the version string.
> + (build-system font-build-system)
> + (home-page "https://at-ui.github.io/feather-font/")
> + (synopsis "Iconfont version of Feather")
> + (description "Feather is a collection of simply beautiful open source icons.
Everything is free software/data in Guix, so you can remove “open
source”. :-)
Could you send an updated patch? Preferably as a attachment to make
sure it’s not mangled on its way.
Thanks in advance!
Ludo’.
This bug report was last modified 3 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.