diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-03 01:38:56 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-03 02:19:35 -0400 |
commit | e264135129f6c731d03f0d6ca17f2d13f399182a (patch) | |
tree | 60f5921c2131adfb498a4d3055edd2256b716da3 /media-fonts | |
parent | sci-mathematics/wxmaxima: call setup-wxwidgets from src_configure (diff) | |
download | gentoo-e264135129f6c731d03f0d6ca17f2d13f399182a.tar.gz gentoo-e264135129f6c731d03f0d6ca17f2d13f399182a.tar.bz2 gentoo-e264135129f6c731d03f0d6ca17f2d13f399182a.zip |
media-fonts/symbols-nerd-font: new package, add 3.2.1 (unkeyworded)
See ebuild comments.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/symbols-nerd-font/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/symbols-nerd-font/metadata.xml | 12 | ||||
-rw-r--r-- | media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild | 30 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-fonts/symbols-nerd-font/Manifest b/media-fonts/symbols-nerd-font/Manifest new file mode 100644 index 000000000000..8112cfb7e0bc --- /dev/null +++ b/media-fonts/symbols-nerd-font/Manifest @@ -0,0 +1 @@ +DIST symbols-nerd-font-3.2.1.zip 2459998 BLAKE2B f13ca414ebe7b49c3c2e5c02b276c4617b76fa34e4a7cccaf7b055fa5b903a2eb55a4f491c0afb0ae14694190f59275bfe8179e60a20f0b4667014454a43d4c8 SHA512 a9aa8b0a5eafe1e04205e824e48c175d63c2e2a15d5cd8441e37603a71d9698efe3cb0f4490e9ce899333d4a2bc3764ca417a9ce93d3120a61c1dcb6f0eace27 diff --git a/media-fonts/symbols-nerd-font/metadata.xml b/media-fonts/symbols-nerd-font/metadata.xml new file mode 100644 index 000000000000..92f7e803a6cd --- /dev/null +++ b/media-fonts/symbols-nerd-font/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ionen@gentoo.org</email> + <name>Ionen Wolkens</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">ryanoasis/nerd-fonts</remote-id> + </upstream> +</pkgmetadata> diff --git a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild new file mode 100644 index 000000000000..939ff41621da --- /dev/null +++ b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Note: no interest in supporting building or packaging the full suite of +# fonts, only quickly added because x11-terms/kitty requires it -- if want +# more, feel free to take over maintenance and re-arrange. + +FONT_SUFFIX=ttf +inherit font + +DESCRIPTION="Symbols-only font containing the Nerd Font icons" +HOMEPAGE="https://www.nerdfonts.com/" +SRC_URI=" + https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/NerdFontsSymbolsOnly.zip + -> ${P}.zip +" +S=${WORKDIR} + +LICENSE="MIT" +SLOT="0" +# Unkeyworded for now given unsure if will be keeping this package until kitty +# makes a release and still requires it (reserving to drop without last-rite). +# +# If used, will match keywords with kitty not to bother arch teams over an +# allarches package that just copies prebuilt fonts. +#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +BDEPEND="app-arch/unzip" |