commit:     480d61d4756f054ab7038c8fce91d465f28cf839
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 01:30:05 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 01:40:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480d61d4

www-client/microsoft-edge-dev: automated bump (144.0.3705.0)

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

 www-client/microsoft-edge-dev/Manifest             |   1 +
 .../microsoft-edge-dev-144.0.3705.0.ebuild         | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 85185c63ac13..461c845fd767 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_143.0.3650.3-1_amd64.deb 180067402 BLAKE2B 
f62e07c93a760009c1c98a8645879f1e5c66582f3ea3574a163aef1e2ae7ec69b78d46f20391712cc6d55f7c58a47252e5a9749592d6cb2078cc53715b9f92b2
 SHA512 
bdf3a37f6797c00c70f81578cfb26599568f04cb8736d31e4dc29d5df91756edd9251df6ad6deb3a33ca69dd9587b3e61146a6969332bbb80708de6fea932055
 DIST microsoft-edge-dev_144.0.3664.1-1_amd64.deb 182231694 BLAKE2B 
41bfef035f9024aeecf494afb328cb8afb6811d9f6cd7fbf8502f7a7f099cadfbee7b287bb29f76da83ed8b24f6638b73546f66d403cb6b333a659c7209babee
 SHA512 
72fc7907d7df0f811c45a9e24babae4267af00c31bf22c8e15258995b31880594123801e41353c891169ca4205ef102565620e414009067327d9c30f30951676
 DIST microsoft-edge-dev_144.0.3677.0-1_amd64.deb 182576626 BLAKE2B 
9b8539c7cc5a6a143934d8b9aea285837bca14d327cc047c44de4505562fecf5d443cd1c76453b3c53e5c90debb64838451dcacc8b9ff767f5e49a479cee8c52
 SHA512 
55e63dd96f60c03929f0b84ff618102db1bebb697d60ba882fe08267ed933dc72aa618e24f91b444035ea66a8c12526c1449c0d68073c71cacec9c34697b0960
+DIST microsoft-edge-dev_144.0.3705.0-1_amd64.deb 180545430 BLAKE2B 
735ede014ff0de3c166ab1358b34a952501f8c8d1911ee5268c045f78e0008b796de097348eef1486c90d10d79922ee955ad4435fc296577fe0b127fc658e722
 SHA512 
f9b8d604d6ef218c2a56b79cd4387157435dfc933c1239a9952d0ec94805bc6592c628db691411dea3e2b8dd94354263102b5a8015922497c52afa4c19700248

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-144.0.3705.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-144.0.3705.0.ebuild
new file mode 100644
index 000000000000..0c6aa4cb7bea
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-144.0.3705.0.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge";
+
+if [[ ${PN} == microsoft-edge ]]; then
+       MY_PN=${PN}-stable
+else
+       MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb";
+S=${WORKDIR}
+
+LICENSE="microsoft-edge"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt6"
+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
+       media-fonts/liberation-fonts
+       media-libs/alsa-lib
+       media-libs/mesa[gbm(+)]
+       net-misc/curl[ssl]
+       net-print/cups
+       sys-apps/dbus
+       sys-apps/util-linux
+       sys-libs/glibc
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
+       x11-libs/gtk+:3[X]
+       x11-libs/libdrm
+       x11-libs/libX11
+       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
+       mip? (
+               app-crypt/libsecret
+               || ( dev-libs/libxml2-compat:2/2 dev-libs/libxml2:2/2 )
+       )
+       qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+       eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+       # Protect against people using autounmask overzealously
+       use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+       chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+       :
+}
+
+src_install() {
+       dodir /
+       cd "${ED}" || die
+       unpacker
+
+       rm -f _gpgorigin || die
+
+       mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+       # Microsoft Edge 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 "${EDGE_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/${PN}.1.gz ]]; then
+               rm usr/share/man/man1/${PN}.1.gz || die
+               dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+       fi
+
+       local suffix=
+       [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+       [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+       local size
+       for size in 16 24 32 48 64 128 256 ; do
+               newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+       done
+
+       if ! use mip; then
+               rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+       fi
+
+       rm "${EDGE_HOME}/libqt5_shim.so" || die
+       if ! use qt6; then
+               rm "${EDGE_HOME}/libqt6_shim.so" || die
+       fi
+
+       pax-mark m "${EDGE_HOME}/msedge"
+}

Reply via email to