aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Sandhu <rahul@sandhuservices.dev>2023-05-27 02:40:33 +0100
committerRahul Sandhu <rahul@sandhuservices.dev>2023-05-27 02:40:33 +0100
commit3ae4ce2d20034177fe8ccd988e281d56688c9c0a (patch)
treef8e92fe7d194875cf438eb8a372a121dc057f87c /media-fonts/robotomono-nerdfont
parentmedia-fonts/firacode-nerdfont-3.0.1: More of that whitespace (diff)
downloadguru-3ae4ce2d20034177fe8ccd988e281d56688c9c0a.tar.gz
guru-3ae4ce2d20034177fe8ccd988e281d56688c9c0a.tar.bz2
guru-3ae4ce2d20034177fe8ccd988e281d56688c9c0a.zip
media-fonts/robotomono-nerdfont: add 3.0.1
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
Diffstat (limited to 'media-fonts/robotomono-nerdfont')
-rw-r--r--media-fonts/robotomono-nerdfont/Manifest1
-rw-r--r--media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/robotomono-nerdfont/Manifest b/media-fonts/robotomono-nerdfont/Manifest
index 97fb9e3c2..ac217be9a 100644
--- a/media-fonts/robotomono-nerdfont/Manifest
+++ b/media-fonts/robotomono-nerdfont/Manifest
@@ -1 +1,2 @@
DIST robotomono-nerdfont-2.2.2.zip 25182334 BLAKE2B 2c6baed85ce0bdd3b0efdafdede08004d3fa16758d9e2baed12fba89a7d73c0f9a0130e71db5603de9addba366e1fb40ffeb5edfaba96adf1d312dcdd8ff22df SHA512 47f509e446ee1b48eb21d880e111abcb13e489ce45d95561e9eed2292692159b9bfcfd7da6addfe9f868dedbc5d7283a07d35cdaace008125937215e7f96a0ee
+DIST robotomono-nerdfont-3.0.1.tar.xz 3054304 BLAKE2B 3ca931004f42c53fd7f7210548f9614338bde2fe6fa10c27a1420ab395823feb00b2f01b2cc83e65a4edc2360ae07c21cc9572701536fa60fc33e87d2613c561 SHA512 ffa1ab6643e2552969b1345272bb23c34e69c44708ccae3fd629a3988b318caf4d3e261da8d52ed17a019b035545f8576e248ce70ceb4f65dce09e6b1cddf501
diff --git a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild
new file mode 100644
index 000000000..115877137
--- /dev/null
+++ b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/RobotoMono.tar.xz -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+ ewarn "Upstream has recently made some major changes since version 3.0.0."
+ ewarn "The older Material Design Icon codepoints have been dropped."
+ ewarn "See issue 1059, comment 1404891287 at upstream for a translation table."
+ ewarn "More information can be found here:"
+ ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"
+}