diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-04 08:06:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-04 08:06:08 +0100 |
commit | 2a8d2f71d1d9963368e0ef3d641d75979a689d12 (patch) | |
tree | 83e283f960ab2ebbc1a042b8ed6c37b78d47b37b /media-fonts | |
parent | 8435c842b9e8fbb2bcc80397ab3aa655000459e2 (diff) |
gentoo auto-resync : 04:07:2024 - 08:06:07
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/Manifest.gz | bin | 37448 -> 37618 bytes | |||
-rw-r--r-- | media-fonts/symbols-nerd-font/Manifest | 3 | ||||
-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 |
4 files changed, 45 insertions, 0 deletions
diff --git a/media-fonts/Manifest.gz b/media-fonts/Manifest.gz Binary files differindex 00fe98d262a0..ea43c0a347b9 100644 --- a/media-fonts/Manifest.gz +++ b/media-fonts/Manifest.gz diff --git a/media-fonts/symbols-nerd-font/Manifest b/media-fonts/symbols-nerd-font/Manifest new file mode 100644 index 000000000000..91943f736d45 --- /dev/null +++ b/media-fonts/symbols-nerd-font/Manifest @@ -0,0 +1,3 @@ +DIST symbols-nerd-font-3.2.1.zip 2459998 BLAKE2B f13ca414ebe7b49c3c2e5c02b276c4617b76fa34e4a7cccaf7b055fa5b903a2eb55a4f491c0afb0ae14694190f59275bfe8179e60a20f0b4667014454a43d4c8 SHA512 a9aa8b0a5eafe1e04205e824e48c175d63c2e2a15d5cd8441e37603a71d9698efe3cb0f4490e9ce899333d4a2bc3764ca417a9ce93d3120a61c1dcb6f0eace27 +EBUILD symbols-nerd-font-3.2.1.ebuild 961 BLAKE2B d01138be4445f0deda248ffd8766cee0e5b0678a275edd5a51c79dce752322d8bae711d38a50704d30af702af03c7cabd7b75419dcc1191a44657febc70f9bc8 SHA512 8f2d91964b7a01dd293b3c11060632af8fd6f9f7006f77fe255325bfd948b98ddc0a763e0dc84bba25b927b9bb90d09461411ae7737890d973e1b56b3299665b +MISC metadata.xml 355 BLAKE2B 0959870a3cb0fb59ce57cb336f1ff408c3f9673b578185cecadb5a9a398d5be73196a7bc46304cd8eeb3303c7952bcd298d045e3665f00f35ae1e6c868529f9d SHA512 6401836bf08aff3b319eaca774a33242b95768ed25df1207341d27164d81950ba7072be8451ebdcf43f7c3c49f7f408923a37faff202c6f52c22b119b6cccc5a 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" |