www-client/google-chrome-unstable: use chromium-2.eclass

Package-Manager: portage-portage_p2.3.0
This commit is contained in:
Mike Gilbert
2016-06-28 19:26:09 -04:00
parent 94400f8304
commit 6e9dd5a6db
2 changed files with 12 additions and 7 deletions

View File

@@ -4,11 +4,11 @@
EAPI="6"
CHROMIUM_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 ms nb nl pl pt_BR pt_PT ro ru sk sl sr
sv sw ta te th tr uk vi zh_CN zh_TW fake_bidi"
CHROMIUM_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 ms nb nl pl pt-BR pt-PT ro ru sk sl sr
sv sw ta te th tr uk vi zh-CN zh-TW fake-bidi"
inherit readme.gentoo-r1 chromium eutils pax-utils unpacker
inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
DESCRIPTION="The web browser from Google"
HOMEPAGE="https://www.google.com/chrome"
@@ -137,11 +137,16 @@ src_install() {
}
pkg_preinst() {
chromium_pkg_preinst
gnome2_icon_savelist
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_desktop_database_update
}
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
xdg_desktop_database_update
readme.gentoo_print_elog
}

View File

@@ -18,7 +18,7 @@
sophisticated technology to make the web faster, safer, and easier.
</longdescription>
<use>
<flag name="linguas_fake_bidi">Install fake-bidi translation</flag>
<flag name="l10n_fake-bidi">Install fake-bidi translation</flag>
<flag name="plugins">Add system plugins path to launcher</flag>
</use>
</pkgmetadata>