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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media-fonts/ko-nanumfonts/ko-nanumfonts-3.10.0.ebuild
diff --git a/media-fonts/ko-nanumfonts/ko-nanumfonts-3.10.0.ebuild b/media-fonts/ko-nanumfonts/ko-nanumfonts-3.10.0.ebuild
new file mode 100644
index 0000000000000000000000000000000000000000..c48684c734df37d61853b2f294f37480baf53862
--- /dev/null
+++ b/media-fonts/ko-nanumfonts/ko-nanumfonts-3.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit font
+
+DESCRIPTION="Korean fonts released by Naver Inc. under OFL : NanumGothic (regular, bold), NanumMyeongjo (regular, bold)"
+HOMEPAGE="http://hangeul.naver.com/index.nhn"
+
+# download link does not have a version number.
+SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
+IUSE=""
+
+FONT_SUFFIX="ttf"
+FONT_S="${S}"
+FONTDIR="/usr/share/fonts/ko-nanum"
+
+
+# Only installs fonts
+RESTRICT="strip binchecks"
+
+src_install() {
+ # call src_install() in font.eclass.
+ font_src_install
+}
« 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