forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-fonts/roboto: version bump to 2.138
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST roboto-2.136.zip 3926453 SHA256 01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600 WHIRLPOOL 43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec | ||
DIST roboto-2.138.zip 4324398 SHA256 70f64c718510a601fbcf752aafe644314dacaeb85474dc689c89787c4a72a728 SHA512 4cfd20a1e19a986b17f731745a4d5ee909b852649e340d25de8197fbf6656005ccd3b4c591641938edbfebf0de81c71366a2afa007bb403285dea4d3dbfbd2a0 WHIRLPOOL 0b6ab4b9588faa6b61268bd1303f7d22659aab7cb9486bee811a1cf07c8e23e94f586bdd6e143df0069d8ba60662adef011c2a8458d855231326bb947ff21c1b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit font | ||
|
||
DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later" | ||
HOMEPAGE="https://github.com/google/roboto" | ||
SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" | ||
|
||
DEPEND="app-arch/unzip" | ||
|
||
S=${WORKDIR} | ||
FONT_S=${S} | ||
|
||
FONT_SUFFIX="ttf" | ||
FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf ) |