forked from Shinonome/dots-hyprland
roboto-flex font
This commit is contained in:
@@ -28,6 +28,7 @@ import_ebuild "${FT_DIR}" "media-fonts" "rubik-vf"
|
|||||||
import_ebuild "${FT_DIR}" "media-fonts" "space-grotesk"
|
import_ebuild "${FT_DIR}" "media-fonts" "space-grotesk"
|
||||||
import_ebuild "${FT_DIR}" "kde-plasma" "breeze-plus"
|
import_ebuild "${FT_DIR}" "kde-plasma" "breeze-plus"
|
||||||
import_ebuild "${FT_DIR}" "x11-themes" "darkly"
|
import_ebuild "${FT_DIR}" "x11-themes" "darkly"
|
||||||
|
import_ebuild "${FT_DIR}" "media-fonts" "roboto-flex"
|
||||||
|
|
||||||
############### WIDGETS
|
############### WIDGETS
|
||||||
import_ebuild "${WIDGETS_DIR}" "app-misc" "songrec"
|
import_ebuild "${WIDGETS_DIR}" "app-misc" "songrec"
|
||||||
|
|||||||
@@ -50,4 +50,5 @@ media-fonts/gabarito **
|
|||||||
media-fonts/material-symbols-variable **
|
media-fonts/material-symbols-variable **
|
||||||
media-fonts/readex-pro
|
media-fonts/readex-pro
|
||||||
media-fonts/rubik-vf
|
media-fonts/rubik-vf
|
||||||
|
media-fonts/roboto-flex
|
||||||
app-misc/songrec
|
app-misc/songrec
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit font
|
||||||
|
|
||||||
|
DESCRIPTION="Upgrades Roboto to become a more powerful typeface system"
|
||||||
|
HOMEPAGE="https://github.com/googlefonts/roboto-flex"
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/googlefonts/roboto-flex/releases/download/${PV}/roboto-flex-fonts.zip -> ${P}.zip
|
||||||
|
https://github.com/googlefonts/roboto-flex/raw/main/OFL.txt -> ${P}-OFL.txt
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="OFL-1.1"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||||
|
|
||||||
|
BDEPEND="app-arch/unzip"
|
||||||
|
|
||||||
|
S="${WORKDIR}/roboto-flex-fonts"
|
||||||
|
|
||||||
|
FONT_SUFFIX="ttf"
|
||||||
|
FONT_S="${S}/fonts/variable"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
font_src_install
|
||||||
|
dodoc "${DISTDIR}/${P}-OFL.txt"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user