Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242955 Details for
Bug 332751
[PATCH]: www-client/chromium-6.0.472.33-r1: patch for linguas support in ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
chromium-6.0.472.33-r1.ebuild_linguas.diff (text/plain), 1.14 KB, created by
Nikoli
on 2010-08-14 16:01:46 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2010-08-14 16:01:46 UTC
Size:
1.14 KB
patch
obsolete
>diff --git a/www-client/chromium/chromium-6.0.472.33-r1.ebuild b/www-client/chromium/chromium-6.0.472.33-r1.ebuild >index 8fae5c1..022bbdc 100644 >--- a/www-client/chromium/chromium-6.0.472.33-r1.ebuild >+++ b/www-client/chromium/chromium-6.0.472.33-r1.ebuild >@@ -14,6 +14,10 @@ LICENSE="BSD" > SLOT="0" > KEYWORDS="~amd64 ~arm ~x86" > IUSE="cups gnome sse2" >+LANGS="am ar bg bn ca cs da de el en_GB es es_419 et fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh_CN zh_TW" >+for x in ${LANGS}; do >+ IUSE+=" linguas_${x}" >+done > > RDEPEND="app-arch/bzip2 > >=dev-libs/libevent-1.4.13 >@@ -88,6 +92,18 @@ src_prepare() { > # http://crbug.com/29333 is fixed. > # TODO: also remove third_party/zlib. For now the compilation fails if we > # remove it (minizip-related). >+ >+ # linguas >+ for x in ${LANGS}; do >+ if use !linguas_${x}; then >+ # list of spellcheck dicts >+ sed -i -e "/^ *{\"${x/_/-}\",/d" \ >+ chrome/common/spellcheck_common.cc || die "sed failed" >+ # build only selected .pak >+ sed -i -e "s/'${x/_/-}',//" \ >+ build/common.gypi || die "sed failed" >+ fi >+ done > } > > src_configure() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 332751
:
242955
|
253073