summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-18 08:16:33 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-18 08:18:05 -0500
commit8666e5a9ed0fd46c615e35dc67d5ab1c598c31c7 (patch)
tree14e45b497f4e83a30f4ebc7f17cfbd8191e770e8 /media-fonts
parentgui-apps/waybar: add patch for tray icons (diff)
downloadgentoo-8666e5a9ed0fd46c615e35dc67d5ab1c598c31c7.tar.gz
gentoo-8666e5a9ed0fd46c615e35dc67d5ab1c598c31c7.tar.bz2
gentoo-8666e5a9ed0fd46c615e35dc67d5ab1c598c31c7.zip
media-fonts/symbols-nerd-font: add 3.3.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/symbols-nerd-font/Manifest1
-rw-r--r--media-fonts/symbols-nerd-font/symbols-nerd-font-3.3.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/symbols-nerd-font/Manifest b/media-fonts/symbols-nerd-font/Manifest
index 8112cfb7e0bc..9459ed3379cf 100644
--- a/media-fonts/symbols-nerd-font/Manifest
+++ b/media-fonts/symbols-nerd-font/Manifest
@@ -1 +1,2 @@
DIST symbols-nerd-font-3.2.1.zip 2459998 BLAKE2B f13ca414ebe7b49c3c2e5c02b276c4617b76fa34e4a7cccaf7b055fa5b903a2eb55a4f491c0afb0ae14694190f59275bfe8179e60a20f0b4667014454a43d4c8 SHA512 a9aa8b0a5eafe1e04205e824e48c175d63c2e2a15d5cd8441e37603a71d9698efe3cb0f4490e9ce899333d4a2bc3764ca417a9ce93d3120a61c1dcb6f0eace27
+DIST symbols-nerd-font-3.3.0.zip 2696433 BLAKE2B ff46a1ed7aa88af6741e7ec83474208dd038b5f3e3f65fee4f243d9469347591bc1f27067d75d612d7facfad97054e70e83b354600df7129354efe6c59607f75 SHA512 d6ccb193de845c7be26e8d5e67c3aaff50f9176769ab689725d74a573fdaca3765c226334fba4ac77e618b59c0e8e02e89d8be3d73915c4fb3f3429502e9c7a8
diff --git a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.3.0.ebuild b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.3.0.ebuild
new file mode 100644
index 000000000000..b3ffc52cf8b2
--- /dev/null
+++ b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.3.0.ebuild
@@ -0,0 +1,25 @@
+# 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 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"