mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-10 08:53:33 +02:00
Added couple of nerd fonts
This commit is contained in:
4
media-fonts/meslo-nerdfont/Manifest
Normal file
4
media-fonts/meslo-nerdfont/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST meslo-nerdfont-2.3.3.zip 130019110 BLAKE2B 19ac7c433ba33ca9d2289402e9137b1226342897f573cdcc1752404ec989b26d9c27fee6c749725dafc3750bb5975ad33740b6f6b1a343c8856b5181f193fe46 SHA512 b49f829fd7dc4af69a6da11d6a5d68afc7decc0bc53b8cf01738f897bf04889a2f8be6afdf78f29a08514cf06e1f0cb7acf5c991eaca9a07d9a4d5b01c3d5a3e
|
||||
DIST meslo-nerdfont-3.0.2.tar.xz 2638540 BLAKE2B 1da84ce511d3a6a203b5dd3bd4f0019edcf80e91859bd38cac834745bf25162423c8e8e509262cb648b5f9d539044fa88fcf8b42abac73fd10c127ae970085fa SHA512 cc5d1160ac9a7e4662980e966f6d2d5302b9a8de5bd89df7cfdf97e194ccc043fba53c6d8328ef6decbdfed25f1370a1f510e9c0ce46f461b0ffe3436aa63669
|
||||
EBUILD meslo-nerdfont-2.3.3.ebuild 437 BLAKE2B c8453349156fb9e039da6171b7a3d8f5c56b21d350a4906c78017c04d78b9c6738acec98902eaaa7de380f9ba456f3a9fc3e77f2f54b17526ffe7d8f0da095a5 SHA512 03576fbebfe69cd05e3fadcb8bca50b9253adbf9a93ec9bda031d7a595b17f3777c379ae281dad2045a543a02a6a2dd46dc003b8e0e6b52698df6c1c800ac469
|
||||
EBUILD meslo-nerdfont-3.0.2.ebuild 770 BLAKE2B 32a113427793dac0d31b917778a56f38aca84b975bc1ebc7e147e3081188b624d1045192ba08217782e494c9e9919310d94553d4e324e3e476b2feb5eb5a2f37 SHA512 80c311adfea138abc9f52864273dfe9a1fe12ae3fb07019807fc669224c1848daec64136bd20ef819ea0111431706df486e734f1c11aece2079686bbc911940c
|
||||
19
media-fonts/meslo-nerdfont/meslo-nerdfont-2.3.3.ebuild
Normal file
19
media-fonts/meslo-nerdfont/meslo-nerdfont-2.3.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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}/Meslo.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_SUFFIX="ttf"
|
||||
25
media-fonts/meslo-nerdfont/meslo-nerdfont-3.0.2.ebuild
Normal file
25
media-fonts/meslo-nerdfont/meslo-nerdfont-3.0.2.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}/Meslo.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"
|
||||
}
|
||||
Reference in New Issue
Block a user