aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Sandhu <rahul@sandhuservices.dev>2023-05-27 02:41:51 +0100
committerRahul Sandhu <rahul@sandhuservices.dev>2023-05-27 02:41:51 +0100
commit1bb0d123377a0f284807e904860c0c1d1bb2f24e (patch)
tree56a2b58f4b3f1f489afbe267b1815f73e94acdad /media-fonts
parentmedia-fonts/robotomono-nerdfont: add 3.0.1 (diff)
downloadguru-1bb0d123377a0f284807e904860c0c1d1bb2f24e.tar.gz
guru-1bb0d123377a0f284807e904860c0c1d1bb2f24e.tar.bz2
guru-1bb0d123377a0f284807e904860c0c1d1bb2f24e.zip
media-fonts/ubuntumono-nerdfont: add 3.0.1
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/ubuntumono-nerdfont/Manifest1
-rw-r--r--media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/ubuntumono-nerdfont/Manifest b/media-fonts/ubuntumono-nerdfont/Manifest
index 06010faf4..74ba45346 100644
--- a/media-fonts/ubuntumono-nerdfont/Manifest
+++ b/media-fonts/ubuntumono-nerdfont/Manifest
@@ -1 +1,2 @@
DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498 SHA512 7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b
+DIST ubuntumono-nerdfont-3.0.1.tar.xz 1890968 BLAKE2B a36911475607cc711ed18cca4634723f1623fcd3c3f0d9a00b09e8ce42dd039e73808708e55fb84de5c4dd513a27bac55c054c31162b63d297ba32b2fd2913ee SHA512 d2e6a516eb065a2ae1fdbcd165a8ba235dbe1264a108fd76036c556f3677dfe985caa2bff6ab98881faaac347334b02753fee6114d0f31c2ac620232a2f50a7a
diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild
new file mode 100644
index 000000000..b16ecc2c3
--- /dev/null
+++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-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}/UbuntuMono.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"
+}