Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 253073 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-9.0.570.0.ebuild_linguas.diff (text/plain), 1016 bytes, created by
Nikoli
on 2010-11-03 21:20:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2010-11-03 21:20:25 UTC
Size:
1016 bytes
patch
obsolete
>--- /usr/portage/www-client/chromium/chromium-9.0.570.0.ebuild 2010-11-03 21:14:03.000000000 +0300 >+++ chromium-9.0.570.0.ebuild 2010-11-04 00:16:28.050263551 +0300 >@@ -14,6 +14,10 @@ > SLOT="0" > KEYWORDS="~amd64 ~arm ~x86" > IUSE="cups +gecko-mediaplayer gnome gnome-keyring system-sqlite system-v8" >+LANGS="am ar bg bn ca cs da de el en_GB es es_419 et fa 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 > system-sqlite? ( >@@ -112,6 +116,18 @@ > rmdir v8/include || die > ln -s /usr/include v8/include || die > fi >+ >+ # 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