From 030a9bfe7a97ee6f6db5a4f6b7828ee1c351a16e Mon Sep 17 00:00:00 2001 From: Ceres Date: Tue, 30 Sep 2025 19:03:37 +0100 Subject: [PATCH] Fix maple --- media-fonts/maple/maple-7.7.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-fonts/maple/maple-7.7.ebuild b/media-fonts/maple/maple-7.7.ebuild index d6c1d79..3cd4fb5 100644 --- a/media-fonts/maple/maple-7.7.ebuild +++ b/media-fonts/maple/maple-7.7.ebuild @@ -5,30 +5,26 @@ EAPI=8 inherit font -IUSE="default normal ligature tff otf nerd cn" +IUSE="default normal ligature tff nerd cn" REQUIRED_USE="|| ( default normal ) - || ( tff otf nerd cn )" + || ( tff 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 ) - otf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMono-OTF.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 ) - otf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNL-OTF.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 ) - otf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormal-OTF.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 ) - otf? ( https://github.com/subframe7536/maple-font/releases/download/v${PV}/MapleMonoNormalNL-OTF.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 ) ) @@ -41,4 +37,4 @@ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux BDEPEND="app-arch/unzip" -FONT_SUFFIX="$(usev tff) $(usev otf)" \ No newline at end of file +FONT_SUFFIX="tff" \ No newline at end of file