Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-36.0.1964.2_p1.ebuild ChangeLog google-chrome-unstable-36.0.1951.5_p1.ebuild
Date: Wed, 30 Apr 2014 22:57:52
Message-Id: 20140430225747.07D0E2004B@flycatcher.gentoo.org
1 floppym 14/04/30 22:57:46
2
3 Modified: ChangeLog
4 Added: google-chrome-unstable-36.0.1964.2_p1.ebuild
5 Removed: google-chrome-unstable-36.0.1951.5_p1.ebuild
6 Log:
7 Automated update.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.25 www-client/google-chrome-unstable/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.25&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.25&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.24&r2=1.25
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
21 retrieving revision 1.24
22 retrieving revision 1.25
23 diff -u -r1.24 -r1.25
24 --- ChangeLog 24 Apr 2014 23:54:48 -0000 1.24
25 +++ ChangeLog 30 Apr 2014 22:57:46 -0000 1.25
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-client/google-chrome-unstable
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.24 2014/04/24 23:54:48 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.25 2014/04/30 22:57:46 floppym Exp $
31 +
32 +*google-chrome-unstable-36.0.1964.2_p1 (30 Apr 2014)
33 +
34 + 30 Apr 2014; Mike Gilbert <floppym@g.o>
35 + +google-chrome-unstable-36.0.1964.2_p1.ebuild,
36 + -google-chrome-unstable-36.0.1951.5_p1.ebuild:
37 + Automated update.
38
39 *google-chrome-unstable-36.0.1951.5_p1 (24 Apr 2014)
40
41
42
43
44 1.1 www-client/google-chrome-unstable/google-chrome-unstable-36.0.1964.2_p1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-36.0.1964.2_p1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-36.0.1964.2_p1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: google-chrome-unstable-36.0.1964.2_p1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-36.0.1964.2_p1.ebuild,v 1.1 2014/04/30 22:57:46 floppym Exp $
54
55 EAPI="5"
56
57 CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
58 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
59 sv sw ta te th tr uk vi zh_CN zh_TW"
60
61 inherit readme.gentoo chromium eutils multilib pax-utils unpacker
62
63 DESCRIPTION="The web browser from Google"
64 HOMEPAGE="http://www.google.com/chrome"
65
66 if [[ ${PN} == google-chrome ]]; then
67 MY_PN=${PN}-stable
68 else
69 MY_PN=${PN}
70 fi
71
72 MY_P="${MY_PN}_${PV/_p/-}"
73
74 SRC_URI="
75 amd64? (
76 http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
77 )
78 x86? (
79 http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
80 )
81 "
82
83 LICENSE="google-chrome"
84 SLOT="0"
85 KEYWORDS="-* ~amd64 ~x86"
86 IUSE="+plugins"
87 RESTRICT="bindist mirror strip"
88
89 RDEPEND="
90 app-arch/bzip2
91 app-misc/ca-certificates
92 dev-libs/atk
93 dev-libs/expat
94 dev-libs/glib:2
95 || ( dev-libs/libgcrypt:11 dev-libs/libgcrypt:0/11 )
96 dev-libs/nspr
97 dev-libs/nss
98 gnome-base/gconf:2
99 media-libs/alsa-lib
100 media-libs/fontconfig
101 media-libs/freetype
102 net-print/cups
103 sys-apps/dbus
104 >=sys-devel/gcc-4.4.0[cxx]
105 sys-libs/libcap
106 x11-libs/cairo
107 x11-libs/gdk-pixbuf
108 x11-libs/gtk+:2
109 >=x11-libs/libX11-1.5.0
110 x11-libs/libXcomposite
111 x11-libs/libXdamage
112 x11-libs/libXext
113 x11-libs/libXfixes
114 x11-libs/libXi
115 x11-libs/libXrandr
116 x11-libs/libXrender
117 x11-libs/libXScrnSaver
118 x11-libs/libXtst
119 x11-libs/pango
120 x11-misc/xdg-utils
121 "
122
123 QA_PREBUILT="*"
124 S=${WORKDIR}
125 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
126
127 DISABLE_AUTOFORMATTING="yes"
128 DOC_CONTENTS="
129 Some web pages may require additional fonts to display properly.
130 Try installing some of the following packages if some characters
131 are not displayed properly:
132 - media-fonts/arphicfonts
133 - media-fonts/bitstream-cyberbit
134 - media-fonts/droid
135 - media-fonts/ipamonafont
136 - media-fonts/ja-ipafonts
137 - media-fonts/takao-fonts
138 - media-fonts/wqy-microhei
139 - media-fonts/wqy-zenhei
140
141 Depending on your desktop environment, you may need
142 to install additional packages to get icons on the Downloads page.
143
144 For KDE, the required package is kde-base/oxygen-icons.
145
146 For other desktop environments, try one of the following:
147 - x11-themes/gnome-icon-theme
148 - x11-themes/tango-icon-theme
149
150 Please notice the bundled flash player (PepperFlash).
151 You can (de)activate all flash plugins via chrome://plugins
152 "
153
154 pkg_nofetch() {
155 eerror "Please wait 24 hours before reporting a bug for google-chrome fetch failures."
156 }
157
158 pkg_setup() {
159 chromium_suid_sandbox_check_kernel_config
160 }
161
162 src_install() {
163 rm -r usr/share/menu || die
164 mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
165
166 pushd "${CHROME_HOME}/locales" > /dev/null || die
167 chromium_remove_language_paks
168 popd > /dev/null || die
169
170 if use plugins ; then
171 local plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins"
172 sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \
173 -i "${CHROME_HOME}/${PN}" || die
174 fi
175
176 local size
177 for size in 16 22 24 32 48 64 128 256 ; do
178 newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" ${PN}.png
179 done
180
181 insinto /
182 doins -r opt usr
183
184 chmod 755 "${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}} || die
185 chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die
186 pax-mark m "${ED}${CHROME_HOME}/chrome"
187
188 readme.gentoo_create_doc
189 }
190
191 any_cpu_missing_flag() {
192 local value=$1
193 grep '^flags' /proc/cpuinfo | grep -qv "$value"
194 }
195
196 pkg_preinst() {
197 chromium_pkg_preinst
198 if any_cpu_missing_flag sse2; then
199 ewarn "The bundled PepperFlash plugin requires a CPU that supports the"
200 ewarn "SSE2 instruction set, and at least one of your CPUs does not"
201 ewarn "support this feature. Disabling PepperFlash."
202 sed -e "/^exec/ i set -- --disable-bundled-ppapi-flash \"\$@\"" \
203 -i "${ED}${CHROME_HOME}/google-chrome" || die
204 fi
205 }
206
207 pkg_postinst() {
208 local lib libdir target
209 for libdir in {,usr/}$(get_libdir); do
210 lib=${EROOT}${libdir}/libudev.so.1
211 if [[ -e ${lib} ]]; then
212 target=$(realpath -ms --relative-to="${EROOT}${CHROME_HOME}" "${lib}")
213 ln -fs "${target}" "${EROOT}${CHROME_HOME}/libudev.so.0"
214 break
215 fi
216 done
217
218 fdo-mime_desktop_database_update
219 gnome2_icon_cache_update
220 readme.gentoo_print_elog
221 }
222
223 pkg_prerm() {
224 rm -f "${EROOT}${CHROME_HOME}/libudev.so.0"
225 }