diff options
Diffstat (limited to 'media-fonts/ricty/ricty-3.1.3.ebuild')
-rw-r--r-- | media-fonts/ricty/ricty-3.1.3.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/media-fonts/ricty/ricty-3.1.3.ebuild b/media-fonts/ricty/ricty-3.1.3.ebuild new file mode 100644 index 000000000000..277ae93347ca --- /dev/null +++ b/media-fonts/ricty/ricty-3.1.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ricty-3.1.3.ebuild,v 1.1 2012/01/24 15:44:08 matsuu Exp $ + +EAPI=3 +inherit font + +MY_PN="Ricty" +DESCRIPTION="A beautiful sans-serif monotype Japanese font designed for code listings" +HOMEPAGE="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html" +SRC_URI="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/${MY_PN}-${PV}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="media-fonts/inconsolata + >=media-fonts/mix-mplus-ipa-20111002 + media-gfx/fontforge" +RDEPEND="" + +S="${WORKDIR}/${MY_PN}" + +FONT_SUFFIX="ttf" +FONT_S="${S}" + +# Only installs fonts. +RESTRICT="strip binchecks" + +src_compile() { + sh ricty_generator.sh \ + "${EPREFIX}/usr/share/fonts/inconsolata/Inconsolata.otf" \ + "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-regular.ttf" \ + "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-bold.ttf" || die +} |