commit:     4e1b82db35c393363b32da01a3c18f7116cd8548
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 01:28:03 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 01:40:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1b82db

www-client/google-chrome-beta: automated update (144.0.7559.3)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/google-chrome-beta/Manifest             |   1 +
 .../google-chrome-beta-144.0.7559.3.ebuild         | 129 +++++++++++++++++++++
 2 files changed, 130 insertions(+)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 080c655181a4..b83d3f34e5f5 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1,2 +1,3 @@
 DIST google-chrome-beta_142.0.7444.34-1_amd64.deb 117502860 BLAKE2B 
129f909409cff1a870ddc2c9fc49b04f3fc11d121ab876b1d5b9824ba9a4b406057edce88f692209b254dedb1841ff66cb63f4c2e905e7ee85d9df48c56fb225
 SHA512 
0db3deb1ca39e859a203c8aafdb2200aa613530ced9571235b848ab000d0b51fde2d2fe2cc6997cf933edbbf9c1bb53b185696d9fc3d3e46028f805fd8403474
 DIST google-chrome-beta_143.0.7499.40-1_amd64.deb 117949484 BLAKE2B 
9d61a2a0fea90cc3d1e5e233d3b179c5b6b410b6a06df418bea3a5b64b56dd187c09c707856254021eb32c9209da72998c7d3dac73ec3954a00700f63a172904
 SHA512 
0745c8f78cd5e694ab201ab154dad4dbe958580ba6cb6519c1f545b6ddd705c8baf60d4fc202ccaf234ad41feecff6897531b5913a81483a9e9de04d58bca478
+DIST google-chrome-beta_144.0.7559.3-1_amd64.deb 118880412 BLAKE2B 
d9766589df4d2487dd3fd093d3fdde21b9c1bd5635126a46d1013f8c3d7dcaa693ff12abb0dbf378c4f39985d7a91e6d9f311af79fe2e0174ffb6b420cf39fef
 SHA512 
11f9698b0c4ac6c742fc33a9c243b428a3a29638e0ece418555adff568467454a43ac5c54a947d28523fbaaed8e2220032b6f6e9bcd42346a430b828bb691762

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-144.0.7559.3.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-144.0.7559.3.ebuild
new file mode 100644
index 000000000000..7e7fc7f4ecc8
--- /dev/null
+++ b/www-client/google-chrome-beta/google-chrome-beta-144.0.7559.3.ebuild
@@ -0,0 +1,129 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="af 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 ur vi zh-CN zh-TW"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Google"
+HOMEPAGE="https://www.google.com/chrome/";
+
+if [[ ${PN} == google-chrome ]]; then
+       MY_PN=${PN}-stable
+else
+       MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb";
+S=${WORKDIR}
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="qt6 selinux"
+
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+       >=app-accessibility/at-spi2-core-2.46.0:2
+       app-misc/ca-certificates
+       dev-libs/expat
+       dev-libs/glib:2
+       dev-libs/nspr
+       >=dev-libs/nss-3.26
+       media-fonts/liberation-fonts
+       media-libs/alsa-lib
+       media-libs/mesa[gbm(+)]
+       net-misc/curl
+       net-print/cups
+       sys-apps/dbus
+       sys-libs/glibc
+       sys-libs/libcap
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
+       || (
+               x11-libs/gtk+:3[X]
+               gui-libs/gtk:4[X]
+       )
+       x11-libs/libdrm
+       >=x11-libs/libX11-1.5.0
+       x11-libs/libXcomposite
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXrandr
+       x11-libs/libxcb
+       x11-libs/libxkbcommon
+       x11-libs/libxshmfence
+       x11-libs/pango
+       x11-misc/xdg-utils
+       qt6? ( dev-qt/qtbase:6[gui,widgets] )
+       selinux? ( sec-policy/selinux-chromium )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
+CHROME_HOME="opt/google/chrome${PN#google-chrome}"
+
+pkg_nofetch() {
+       eerror "Please wait 24 hours and sync your tree before reporting a bug 
for google-chrome fetch failures."
+}
+
+pkg_pretend() {
+       # Protect against people using autounmask overzealously
+       use amd64 || die "google-chrome only works on amd64"
+}
+
+pkg_setup() {
+       chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+       :
+}
+
+src_install() {
+       dodir /
+       cd "${ED}" || die
+       unpacker
+
+       mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+       # Since M141 Google Chrome comes with its own bundled cron
+       # scripts which invoke `apt` directly. Useless on Gentoo!
+       rm -r etc/cron.daily || die "Failed to remove cron scripts"
+       rm -r "${CHROME_HOME}"/cron || die "Failed to remove cron scripts"
+
+       gzip -d usr/share/doc/${PF}/changelog.gz || die
+       gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+       if [[ -L usr/share/man/man1/google-chrome.1.gz ]]; then
+               rm usr/share/man/man1/google-chrome.1.gz || die
+               dosym ${MY_PN}.1 usr/share/man/man1/google-chrome.1
+       fi
+
+       pushd "${CHROME_HOME}/locales" > /dev/null || die
+       chromium_remove_language_paks
+       popd > /dev/null || die
+
+       rm "${CHROME_HOME}/libqt5_shim.so" || die
+       if ! use qt6; then
+               rm "${CHROME_HOME}/libqt6_shim.so" || die
+       fi
+
+       local suffix=
+       [[ ${PN} == google-chrome-beta ]] && suffix=_beta
+       [[ ${PN} == google-chrome-unstable ]] && suffix=_dev
+
+       local size
+       for size in 16 24 32 48 64 128 256 ; do
+               newicon -s ${size} 
"${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+       done
+
+       pax-mark m "${CHROME_HOME}/chrome"
+}

Reply via email to