mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-19 16:03:32 +02:00
Added couple of nerd fonts
This commit is contained in:
4
media-fonts/inconsolata-nerdfont/Manifest
Normal file
4
media-fonts/inconsolata-nerdfont/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST inconsolata-nerdfont-2.3.3.zip 27293558 BLAKE2B 94a56217d0ea4ccefd1907b16b1e7f7ad14851e145036f95f173595b25763b8199cbcbf101ef346a451287527110574040f44c159e3a7e76e4d8ac8a56b7ccd5 SHA512 8fc23d7f0f404e7c38a8ff299f7050174167ef9571a920854934bc1820ee6f6472cb9e8e7937d6a163f0a9498fa75d4f006efa6a87df56cf377cc0b393d77be0
|
||||
DIST inconsolata-nerdfont-3.0.2.tar.xz 1574036 BLAKE2B 9039465879046bad7dc6d66f88649cd70e3fa45aa9009b1ba33bf273b46fc481859ffeb3b1b15e4d55ad6b31294dc954f5f977a61c3d49ccc447cef3eaea3a35 SHA512 457cedb8e1267b14611d9685a423f1a508a8310e97faf1aac4465d8e305523830b8c4561f2735fcb8c601d0f902c72f9e2286473f021c0a45155474d235c1e43
|
||||
EBUILD inconsolata-nerdfont-2.3.3.ebuild 443 BLAKE2B cb9bda25c74a2ba0a536048031cb7c23b7d837e14e00ceed9687a78195730649845692bd0a51919945cb9e479ccf59dc70818275d8a85bef40f6c6152ef5dd9c SHA512 a4c819c82f6469d71830e59b4f77e8053d9af36e9d8ff049be9e5b190af2cc73b1ab7277c97a6b7389d286076a7597116d4a6c91ee596e9c56ae600d87d829ff
|
||||
EBUILD inconsolata-nerdfont-3.0.2.ebuild 776 BLAKE2B fb203c799b9f657f62749a29948f9235163e5f8c08bbcf6e959648fa649fbc5ee6bf827e6fcdf8d26c4ba99b26084270ccea6717095a77a3357c32bac98b102c SHA512 aade34f49ed4323feb59d204aaf58b1ec187b7e762eb053232b995430e0863604285e9e6361ebe4c0cf5b709b0f796efda3fbf16e8cace147a65a71dfaa46cc4
|
||||
@@ -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}/Inconsolata.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_SUFFIX="ttf"
|
||||
@@ -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}/Inconsolata.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