media-fonts/jetbrains-mono: Version bump 1.0.4

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Closes: https://bugs.gentoo.org/714194
Closes: https://github.com/gentoo/gentoo/pull/15054
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Jan Henke
2020-03-22 10:27:40 +01:00
committed by Joonas Niilola
parent 935570dbd7
commit 0e8d9af7a7
2 changed files with 20 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST jetbrains-mono-1.0.0.zip 514933 BLAKE2B 66067752bdabd173dbc3e0143483948ae94a4e67ec93579588f555c9e36fbdf6dfd6627fba8c8acdd976e76c4d23d0760953ed33ab4d6ba9d497aa06de70173b SHA512 7fd953f65951448bb358b3ade3b5be68b9994527781ee1059dc2e36e3b4042aa879472dadc37b13791c908238eb793bcfa06c4b3aedb4472943cd3852f512c30
DIST jetbrains-mono-1.0.3.zip 1918755 BLAKE2B 9f8d8784936cb5f41d82b8b2aaa916a386d31d0830e743918142a97a1deef7a32d254a1617ef41a7c29e89c58bad2eb9fc7db129945982d37c4f6d179ed7cf9f SHA512 81852f330387084ed6df8eece6389c8683a416bcd3e5db51b572962ae57310725214448ddcf2617c5aff899e6825c26e068adccd16578123f03f4b2083b7c7b0
DIST jetbrains-mono-1.0.4.zip 2884915 BLAKE2B 0874cb4a15d5c549659d0f485edb4bcc46b6d8de43d9968be871b2e31212c6855fb4099fc6b38147d454891223537a5b21b9be47070788d6c002b1f23a1fdc5f SHA512 ea7ba810192c0ae3f98921747d0601b2489387953675de649f1fe1c690dfeb9138d678643fc05c65b31776a90094280934ece3cecba997af38b465a68919a126

View File

@@ -0,0 +1,19 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="A free and open-source typeface for developers"
HOMEPAGE="https://www.jetbrains.com/lp/mono/"
SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/JetBrainsMono-${PV}.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/JetBrainsMono-${PV}/ttf"
FONT_SUFFIX="ttf"