Skip to content

Commit

Permalink
new ebuild: media-fonts/menma-font
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazunori Kojima committed Jun 5, 2011
1 parent 650e5cd commit 1f6a246
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-fonts/menma-font/Manifest
@@ -0,0 +1 @@
DIST menma_font.zip 123058 RMD160 5b574b926334326b5f9ddcd623f973356bca4a7b SHA1 c1f9d89f710c713f3c1ff844b4efbdbe8541a52a SHA256 a2b126b76356d6a548458e70f414d8a836cbb85fbb6fd52719da5087c67a4584
33 changes: 33 additions & 0 deletions media-fonts/menma-font/menma-font-9999.ebuild
@@ -0,0 +1,33 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-ttf/mikachan-font-ttf-8.9-r2.ebuild,v 1.10 2010/08/03 16:09:11 ssuominen Exp $

inherit font

MY_PN="menma"

DESCRIPTION="menma font is anime Anohana original font"
HOMEPAGE="http://www.anohana.jp/special/font.html"
SRC_URI="http://www.anohana.jp/special/img/menma_font.zip"

LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

FONT_S="${WORKDIR}"
FONT_SUFFIX="ttf"

# Only installs fonts
RESTRICT="strip binchecks"

src_install() {
insinto /usr/share/fonts/${PN}

cd ${WORKDIR}/menma_font
doins menma.ttf
newdoc readme.txt

font_xfont_config
font_fontconfig
}

0 comments on commit 1f6a246

Please sign in to comment.