Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Side by Side Diff: media-fonts/ko-nanumfonts/ko-nanumfonts-3.10.0.ebuild

Issue 6773023: Add Naver Nanum fonts (OFL) (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: merge to head Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit font
6
7 DESCRIPTION="Korean fonts released by Naver Inc. under OFL : NanumGothic (regula r, bold), NanumMyeongjo (regular, bold)"
8 HOMEPAGE="http://hangeul.naver.com/index.nhn"
9
10 # download link does not have a version number.
11 SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ ${P}.tar.gz"
12
13 LICENSE="OFL-1.1"
14 SLOT="0"
15 KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
16 IUSE=""
17
18 FONT_SUFFIX="ttf"
19 FONT_S="${S}"
20 FONTDIR="/usr/share/fonts/ko-nanum"
21
22
23 # Only installs fonts
24 RESTRICT="strip binchecks"
25
26 src_install() {
27 # call src_install() in font.eclass.
28 font_src_install
29 }
OLDNEW
« no previous file with comments | « chromeos-base/chromeos/chromeos-0.0.1-r111.ebuild ('k') | media-libs/fontconfig/files/local.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698