commit:     7a57c1f2121d10bf3a182b9b875a37d974bf078b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 18:45:11 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 00:39:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a57c1f2

media-fonts/symbols-nerd-font: add 3.4.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-fonts/symbols-nerd-font/Manifest             |  1 +
 .../symbols-nerd-font-3.4.0.ebuild                 | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/symbols-nerd-font/Manifest 
b/media-fonts/symbols-nerd-font/Manifest
index 72868f69d8c1..1021e9098e4c 100644
--- a/media-fonts/symbols-nerd-font/Manifest
+++ b/media-fonts/symbols-nerd-font/Manifest
@@ -1 +1,2 @@
 DIST symbols-nerd-font-3.3.0.zip 2696433 BLAKE2B 
ff46a1ed7aa88af6741e7ec83474208dd038b5f3e3f65fee4f243d9469347591bc1f27067d75d612d7facfad97054e70e83b354600df7129354efe6c59607f75
 SHA512 
d6ccb193de845c7be26e8d5e67c3aaff50f9176769ab689725d74a573fdaca3765c226334fba4ac77e618b59c0e8e02e89d8be3d73915c4fb3f3429502e9c7a8
+DIST symbols-nerd-font-3.4.0.zip 2929077 BLAKE2B 
e09941c932a695601d08f9205cb537e00efe69c928834e04104c5100418ac72e9f21fd9203d7668d76d62165416d468b0f43be302d7c3db856438c3f07a2a3ec
 SHA512 
45c38f723ad7820347de80227686de0cbc9264955a645c19e717436eb024bfd38fc31c9f20031fce9536061d8bc2422f1954c26999958734a342fab6db137433

diff --git a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.4.0.ebuild 
b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.4.0.ebuild
new file mode 100644
index 000000000000..f52c4ff8e276
--- /dev/null
+++ b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024-2025 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 a
+# Gentoo dev wants 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"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+BDEPEND="app-arch/unzip"

Reply via email to