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

Side by Side Diff: chromeos-base/chromeos/chromeos-0.0.1.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
« no previous file with comments | « no previous file | chromeos-base/chromeos/chromeos-0.0.1-r110.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 3
4 EAPI=2 4 EAPI=2
5 5
6 DESCRIPTION="Chrome OS (meta package)" 6 DESCRIPTION="Chrome OS (meta package)"
7 HOMEPAGE="http://src.chromium.org" 7 HOMEPAGE="http://src.chromium.org"
8 8
9 LICENSE="GPL-2" 9 LICENSE="GPL-2"
10 SLOT="0" 10 SLOT="0"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 chromeos-base/chromeos-wm 82 chromeos-base/chromeos-wm
83 chromeos-base/flash-war 83 chromeos-base/flash-war
84 chromeos-base/internal 84 chromeos-base/internal
85 chromeos-base/xorg-conf 85 chromeos-base/xorg-conf
86 media-fonts/croscorefonts 86 media-fonts/croscorefonts
87 media-fonts/dejavu 87 media-fonts/dejavu
88 media-fonts/droidfonts-cros 88 media-fonts/droidfonts-cros
89 media-fonts/ja-ipafonts 89 media-fonts/ja-ipafonts
90 media-fonts/lohitfonts-cros 90 media-fonts/lohitfonts-cros
91 media-fonts/sil-abyssinica 91 media-fonts/sil-abyssinica
92 media-fonts/ko-nanumfonts
92 x11-apps/xinit 93 x11-apps/xinit
93 >=x11-base/xorg-server-1.6.3 94 >=x11-base/xorg-server-1.6.3
94 x86? ( 95 x86? (
95 x11-misc/xcalib 96 x11-misc/xcalib
96 ) 97 )
97 ) 98 )
98 " 99 "
99 100
100 RDEPEND="${RDEPEND} 101 RDEPEND="${RDEPEND}
101 x86? ( 102 x86? (
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 qemu_run "/usr/bin/gdk-pixbuf-query-loaders" \ 263 qemu_run "/usr/bin/gdk-pixbuf-query-loaders" \
263 > "${ROOT}/${gtk2_confdir}/gdk-pixbuf.loaders" 264 > "${ROOT}/${gtk2_confdir}/gdk-pixbuf.loaders"
264 } 265 }
265 266
266 pkg_postinst() { 267 pkg_postinst() {
267 generate_font_cache 268 generate_font_cache
268 269
269 # This can be moved to gtk+ ebuild if necessary. 270 # This can be moved to gtk+ ebuild if necessary.
270 generate_gtk_config 271 generate_gtk_config
271 } 272 }
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/chromeos/chromeos-0.0.1-r110.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698