Skip to content

Commit

Permalink
media-fonts/nanumfont: Revision bump 2.0-r2
Browse files Browse the repository at this point in the history
EAPI 6

Package-Manager: Portage-2.3.36, Repoman-2.3.9
  • Loading branch information
johu committed May 11, 2018
1 parent 4ff01d1 commit 2dac19f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions media-fonts/nanumfont/nanumfont-2.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit font

MY_P="NanumGothicCoding-${PV}"
DESCRIPTION="Korean monospace font distributed by NHN"
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Only installs fonts
RESTRICT="strip binchecks"

DEPEND="app-arch/unzip"
RDEPEND=""

S="${WORKDIR}"
FONT_S="${S}"

FONT_SUFFIX="ttf"

src_prepare() {
default
# Rename names in cp949 encoding, bug #322041
mkdir recode || die
mv *-Bold.ttf recode/${PN}-Bold.ttf || die
mv *.ttf recode/${PN}.ttf || die
mv recode/* . || die
}

0 comments on commit 2dac19f

Please sign in to comment.