mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
media-fonts/firacode-nerdfont: add 3.2.1
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
parent
06c7e828b2
commit
f79bca30e8
@ -1,3 +1,4 @@
|
||||
DIST firacode-nerdfont-2.2.2.zip 17241908 BLAKE2B 9f8ada87945ff10d9eced99369f7c6d469f9eaf2192490623a93b2397fe5b6ee3f0df6923b59eb87e92789840a205adf53c6278e526dbeeb25d0a6d307a07b18 SHA512 ab284afb20cc535d24d4bc0c3aa181547ac0ab7afb5c09c931699a8690a3813024194c123b99c526269897c256b5d8f078075bcf20bc9120a64206a2728236b3
|
||||
DIST firacode-nerdfont-3.1.1.gh.tar.xz 2268044 BLAKE2B 34357792d6ca682eed0a70ffe7d7dc95a74ef7bdbb44ab6067f0bfe0fcff90d7517008bb043097ec389aca5875a18040b6472b29259baf5c2cf2e01c6ec6b8b9 SHA512 f2fe9eb51e02638ac1fde9bcf6f33914c43fb83ab7027ff1331fe5d98dd0b07aeac027af61f7731a13521db5600eb0fceb56b10d91419f8e30aa8120641d949c
|
||||
DIST firacode-nerdfont-3.2.0.gh.tar.xz 2574264 BLAKE2B 348ce92ec571075da1c1974af687c6c6610f282c3e2ea190204f29645a1bf82631d86966e0c404d0fcfe38275406ec24be0feb654406415b2da860f08ed1e70b SHA512 9a6e3d2ef1924bd13e5f7bdf343d882b74e3fda01ad122f74bbc57c4d45dcbfb1b670229bdb6be7b08e769e43ff7ac030777cc822a2b70756eb8584a726a3080
|
||||
DIST firacode-nerdfont-3.2.1.gh.tar.xz 2584452 BLAKE2B 15e1ea912533ebf2f993e5b7f5cf27c78d7cb3600cb5ff4f89457e683eb98e8a97562369b66debacd216ee88b2547bdbc66fbcce714e54d2c013227522871dfb SHA512 b8261cf2df5a9195fa106e3d17d91499a7099762e6d2c013e1ac292388a639e96268e289319964b7da5d68a873fe460f44002c246bed560f6a97dcd853511831
|
||||
|
25
media-fonts/firacode-nerdfont/firacode-nerdfont-3.2.1.ebuild
Normal file
25
media-fonts/firacode-nerdfont/firacode-nerdfont-3.2.1.ebuild
Normal file
@ -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}/FiraCode.tar.xz -> ${P}.gh.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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user