summaryrefslogtreecommitdiff
path: root/media-fonts/noto/noto-20231128.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:18:08 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:18:08 -0400
commit4ff032621035a9b920537903194a2d05d90c3712 (patch)
treea5704eea7daad94846ace1e11ae788f98e2bb248 /media-fonts/noto/noto-20231128.ebuild
parent4aa26a203d1d8c584311b80123d98c3ad8cf6d73 (diff)
downloadgentoo-overlay-4ff032621035a9b920537903194a2d05d90c3712.tar.xz
gentoo-overlay-4ff032621035a9b920537903194a2d05d90c3712.zip
media-fonts/noto*: upgrade
Diffstat (limited to 'media-fonts/noto/noto-20231128.ebuild')
-rw-r--r--media-fonts/noto/noto-20231128.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-fonts/noto/noto-20231128.ebuild b/media-fonts/noto/noto-20231128.ebuild
deleted file mode 100644
index 11f26ab..0000000
--- a/media-fonts/noto/noto-20231128.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit font
-
-DESCRIPTION="Google's font family that aims to support all the world's languages"
-HOMEPAGE="https://fonts.google.com/noto https://github.com/notofonts/notofonts.github.io"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~*"
-IUSE=""
-
-COMMIT="15866b860084edd7163ec170d3c462ceada3de5b"
-SRC_URI="
- https://github.com/notofonts/notofonts.github.io/raw/${COMMIT}/fonts/NotoSans/googlefonts/variable-ttf/NotoSans%5Bwdth%2Cwght%5D.ttf -> NotoSans[wdth,wght]-${COMMIT}.ttf
- https://github.com/notofonts/notofonts.github.io/raw/${COMMIT}/fonts/NotoSans/googlefonts/variable-ttf/NotoSans-Italic%5Bwdth%2Cwght%5D.ttf -> NotoSans-Italic[wdth,wght]-${COMMIT}.ttf
- https://github.com/notofonts/notofonts.github.io/raw/${COMMIT}/fonts/NotoSerif/googlefonts/variable-ttf/NotoSerif%5Bwdth%2Cwght%5D.ttf -> NotoSerif[wdth,wght]-${COMMIT}.ttf
- https://github.com/notofonts/notofonts.github.io/raw/${COMMIT}/fonts/NotoSerif/googlefonts/variable-ttf/NotoSerif-Italic%5Bwdth%2Cwght%5D.ttf -> NotoSerif-Italic[wdth,wght]-${COMMIT}.ttf
- "
-
-S="${WORKDIR}"
-
-FONT_SUFFIX="ttf"
-FONT_CONF=(
- # From ArchLinux
- "${FILESDIR}/66-noto-serif.conf"
- "${FILESDIR}/66-noto-mono.conf"
- "${FILESDIR}/66-noto-sans.conf"
-)
-
-src_compile() {
- for f in "${DISTDIR}"/*.ttf; do
- fn=${f##*/}
- cp "$f" "${fn/-$COMMIT}"
- done
-}