summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-02-13 22:59:06 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-13 23:02:13 +0100
commitf67b01a93d953ba2643b498e565d4751f2dd5e39 (patch)
treed316d9ed69b69d025f8bde44b73d64ffca34ea58 /media-fonts/fantasque-sans-mono
parentmedia-plugins/gst-plugins-neon: fix build with neon-0.31 (diff)
downloadgentoo-f67b01a93d953ba2643b498e565d4751f2dd5e39.tar.gz
gentoo-f67b01a93d953ba2643b498e565d4751f2dd5e39.tar.bz2
gentoo-f67b01a93d953ba2643b498e565d4751f2dd5e39.zip
media-fonts/fantasque-sans-mono: bump to version 1.8.0
Closes: https://bugs.gentoo.org/586876 Closes: https://bugs.gentoo.org/702250 Closes: https://github.com/gentoo/gentoo/pull/14856 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-fonts/fantasque-sans-mono')
-rw-r--r--media-fonts/fantasque-sans-mono/Manifest1
-rw-r--r--media-fonts/fantasque-sans-mono/fantasque-sans-mono-1.8.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/media-fonts/fantasque-sans-mono/Manifest b/media-fonts/fantasque-sans-mono/Manifest
index cb0904f7630d..294fe7a13a8e 100644
--- a/media-fonts/fantasque-sans-mono/Manifest
+++ b/media-fonts/fantasque-sans-mono/Manifest
@@ -1 +1,2 @@
+DIST fantasque-sans-mono-1.8.0.tar.gz 1733798 BLAKE2B 93be1372341f8b64ea88146af369d5942615e132e760e83f0d111c2bd67afb03677f725023111e8fd64abfa951e78d4444ee083c0a99ad6df800e7df69ee4699 SHA512 3afbd441d192769ea44fd7730e728844d13c15b0dd52e3968e6e1659ffa11a173d21891c09ceb7465b83a0b8c923129df2554e159620c9611ee9bb6ff35c90c6
DIST fantasque-sans-mono-2014.07.zip 1688873 BLAKE2B 2153db1c80de217bb7a4f6ba679f8f68f8002008d0d47d11a7a3aa0820ce51b613265e1c9c44ae3b5655d10176e9330057fdfe8c9500e8830060f76395b92b86 SHA512 3bc61700f98469d480da9d6c6b9b37194d8e148878724ccf92b7e348540b8ff963d3ed551f3de56e3d8a0d2b5c04f94ba53a3c0242818e0693a38cc0840147be
diff --git a/media-fonts/fantasque-sans-mono/fantasque-sans-mono-1.8.0.ebuild b/media-fonts/fantasque-sans-mono/fantasque-sans-mono-1.8.0.ebuild
new file mode 100644
index 000000000000..911704fdf35e
--- /dev/null
+++ b/media-fonts/fantasque-sans-mono/fantasque-sans-mono-1.8.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit font
+
+DESCRIPTION="A font family with a great monospaced variant for programmers"
+HOMEPAGE="https://github.com/belluzj/fantasque-sans"
+SRC_URI="https://github.com/belluzj/fantasque-sans/releases/download/v${PV}/FantasqueSansMono-Normal.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+FONT_S="${S}/OTF"
+FONT_SUFFIX="otf"