diff options
Diffstat (limited to 'media-fonts/roboto/roboto-1.2.ebuild')
-rw-r--r-- | media-fonts/roboto/roboto-1.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-fonts/roboto/roboto-1.2.ebuild b/media-fonts/roboto/roboto-1.2.ebuild new file mode 100644 index 000000000000..dc17806f183b --- /dev/null +++ b/media-fonts/roboto/roboto-1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild,v 1.1 2013/11/06 03:57:20 yngwin Exp $ + +inherit font + +DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later" +HOMEPAGE="http://developer.android.com/design/style/typography.html" +SRC_URI="http://developer.android.com/downloads/design/${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="" + +FONT_SUFFIX="ttf" +FONT_CONF=( "${FILESDIR}/90-roboto-regular.conf" ) + +src_install() { + FONT_S="${WORKDIR}/Roboto_v${PV}"/Roboto font_src_install + FONT_S="${WORKDIR}/Roboto_v${PV}"/RobotoCondensed font_src_install +} |