From d9d0add03fcb658b82411cd0d6b6b1cf61fe97b2 Mon Sep 17 00:00:00 2001 From: Ceres Date: Tue, 30 Sep 2025 19:21:19 +0100 Subject: [PATCH] Fix maple --- media-fonts/maple/maple-7.7.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-fonts/maple/maple-7.7.ebuild b/media-fonts/maple/maple-7.7.ebuild index 89b317e..ec810de 100644 --- a/media-fonts/maple/maple-7.7.ebuild +++ b/media-fonts/maple/maple-7.7.ebuild @@ -5,26 +5,26 @@ EAPI=8 inherit font -IUSE="default normal ligature tff nerd cn" +IUSE="default normal ligature ttf nerd cn" REQUIRED_USE="|| ( default normal ) - || ( tff nerd cn )" + || ( ttf nerd cn )" DESCRIPTION="Open source monospace font with round corner, ligatures and Nerd-Font icons for IDE and terminal, fine-grained customization options." HOMEPAGE="https://font.subf.dev/" -SRC_URI="default? ( ligature? ( tff? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-TTF.zip ) +SRC_URI="default? ( ligature? ( ttf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-TTF.zip ) nerd? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-NF-unhinted.zip ) cn? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-CN-unhinted.zip ) ) - !ligature? ( tff? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNL-TTF.zip ) + !ligature? ( ttf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNL-TTF.zip ) nerd? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNL-NF-unhinted.zip ) cn? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNL-CN-unhinted.zip ) ) ) - normal? ( ligature? ( tff? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormal-TTF.zip ) + normal? ( ligature? ( ttf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormal-TTF.zip ) nerd? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormal-NF-unhinted.zip ) cn? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormal-CN-unhinted.zip ) ) - !ligature? ( tff? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormalNL-TTF.zip ) + !ligature? ( ttf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormalNL-TTF.zip ) nerd? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormalNL-NF-unhinted.zip ) cn? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormalNL-CN-unhinted.zip ) ) @@ -39,5 +39,5 @@ BDEPEND="app-arch/unzip" S=${WORKDIR} -FONT_SUFFIX="tff" +FONT_SUFFIX="ttf" FONT_S="${PORTAGE_BUILDDIR}/work" \ No newline at end of file