commit: 89c04226611b31d4d7c71ba8965e34b619c9c99e Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Fri Mar 6 00:35:37 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Fri Mar 6 07:34:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c04226
www-client/microsoft-edge-beta: automated bump (146.0.3856.33) Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/microsoft-edge-beta/Manifest | 1 + .../microsoft-edge-beta-146.0.3856.33.ebuild | 122 +++++++++++++++++++++ 2 files changed, 123 insertions(+) diff --git a/www-client/microsoft-edge-beta/Manifest b/www-client/microsoft-edge-beta/Manifest index 74be5aba4002..dea56774fc6a 100644 --- a/www-client/microsoft-edge-beta/Manifest +++ b/www-client/microsoft-edge-beta/Manifest @@ -1,3 +1,4 @@ DIST microsoft-edge-beta_145.0.3800.58-1_amd64.deb 180765958 BLAKE2B baba141ed1c29e8443fbec0061a93ee16bd6b480a65689cb32c6e7f7bc41bd09a95796009f8565bc3deb6811f9ee931abbe4be37818313b014ebe89b9802c1f9 SHA512 5dbe6725f533c724ee9b868a5e48304e325a2bd843973266c7d5256abc403d4fc691871f6ae00cf3849960da1464753a26327c943dc4738087b9ce60886112dc DIST microsoft-edge-beta_146.0.3856.13-1_amd64.deb 187732202 BLAKE2B a0c8ccadf2a436dcbe486784fb1ea83132ccd3361d1f114f2074d248929a9d735f01f4aec9e9b24655bc8e2e80b013fc3673ffcfa5bfc5ffed731d45ed6ab6ea SHA512 2dbe26dc42c84419aae246432a281b774f318736f4db73619cebd1c3dce86cbeab3fe33cfa77bf1a0c3ae20fffdaf50b5618272c9212b5db0e05ddad2e51fad6 DIST microsoft-edge-beta_146.0.3856.20-1_amd64.deb 187682578 BLAKE2B daf071d698d711c9bbf978843a3003b2bbfca0358882b12ae3331b581fbb57a8c4142b7b0f7778b82ff284a585690277189b9b6264e1099c2e69f59a6d91fc1d SHA512 5490930fdf484d45e4e4b6809782bcdbc8dabbd191c10152d531d0e86a04cb8caeafcb8bc907bd38032aaa4cdeb13e9973ab26e0c2c92dc0dac40b40bd3c278f +DIST microsoft-edge-beta_146.0.3856.33-1_amd64.deb 187720626 BLAKE2B 3d0344e40597db04cdc215177e1cffc5353f66cec7d279937402b44086bd813cd085e01536054ae8c5a45d49f42d1cc7ba190560d8b740e8b17f34ab2326fc2d SHA512 ce60fdd089cf66a5741828719c33e8a2e3b84356ca4184eb560dd72901356aba9bf0c62064ca40472bc8c83edde5077991f89d5d593317b10099e650f7bd6cb0 diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.33.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.33.ebuild new file mode 100644 index 000000000000..273ddc9f6768 --- /dev/null +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.33.ebuild @@ -0,0 +1,122 @@ +# Copyright 2011-2026 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 size + for size in 16 24 32 48 64 128 256 ; do + newicon -s ${size} "${EDGE_HOME}/product_logo_${size}.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" +}
