Skip to content

Commit

Permalink
media-fonts/jetbrains-mono: Version bump 1.0.5
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/717530
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jan Henke <[email protected]>
Closes: gentoo#15355
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
janhenke authored and juippis committed Apr 17, 2020
1 parent a11218e commit 680ea32
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-fonts/jetbrains-mono/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
DIST jetbrains-mono-1.0.5.zip 3313739 BLAKE2B 537805e5d489376cea29677c17486b3055a183df4f2ae7a2213395c9e81286949dd7305b4e88499d13e0b07a06fafac9dbb6c1b2f68f1ddd2e133f91d158951e SHA512 4fd19e2e43c217a2cd4cb36f24dbd0b394cd410696e61870a16b32920da800c6389b4ea62bdde7c48b1d9e88ba078e69140fb53ac65a2365db9bef8872049631
19 changes: 19 additions & 0 deletions media-fonts/jetbrains-mono/jetbrains-mono-1.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 680ea32

Please sign in to comment.