diff options
-rw-r--r-- | network/microsoft-edge/README | 7 | ||||
-rw-r--r-- | network/microsoft-edge/doinst.sh | 6 | ||||
-rw-r--r-- | network/microsoft-edge/microsoft-edge.SlackBuild | 9 | ||||
-rw-r--r-- | network/microsoft-edge/microsoft-edge.info | 10 |
4 files changed, 17 insertions, 15 deletions
diff --git a/network/microsoft-edge/README b/network/microsoft-edge/README index 4643e8a054cd8..9d498ac692d68 100644 --- a/network/microsoft-edge/README +++ b/network/microsoft-edge/README @@ -5,3 +5,10 @@ platforms as a fork of Google's Chromium open-source project: Android and iOS, macOS, older Windows versions (Windows 7, Windows Server 2008 R2 and later), and most recently Linux. + +NOTE: Starting with version 118 and above, Microsoft Edge requires +/etc/machine-id in order to run. +If you cannot normally run the program, You need to run the following +command as root to fix the issue: + +ln -s /var/lib/dbus/machine-id /etc/machine-id diff --git a/network/microsoft-edge/doinst.sh b/network/microsoft-edge/doinst.sh index aea0f894eb32b..9a8ded3c60349 100644 --- a/network/microsoft-edge/doinst.sh +++ b/network/microsoft-edge/doinst.sh @@ -5,9 +5,3 @@ fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi diff --git a/network/microsoft-edge/microsoft-edge.SlackBuild b/network/microsoft-edge/microsoft-edge.SlackBuild index 74965061bd251..e0b4f71f57d06 100644 --- a/network/microsoft-edge/microsoft-edge.SlackBuild +++ b/network/microsoft-edge/microsoft-edge.SlackBuild @@ -2,8 +2,9 @@ # # Slackware build script for microsoft-edge. # -# Copyright 2023 Andrew Payne <phalange@komputermatrix.com> # Copyright 2021 Reza Talebi, Shahin Shahr, Iran. +# Copyright 2023 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2024 Reza Talebi, Shahin Shahr, Iran. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=microsoft-edge BRANCH=stable -VERSION=${VERSION:-117.0.2045.55} +VERSION=${VERSION:-127.0.2651.86} BUILD=${BUILD:-1} DEBBUILD=${DEBBUILD:-1} TAG=${TAG:-_SBo} @@ -67,13 +68,13 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-${VERSION} mkdir -p $PRGNAM-${VERSION} -ar x $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${DEBBUILD}_${BIT}.deb --output $PRGNAM-$VERSION +ar xv $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${DEBBUILD}_${BIT}.deb --output $PRGNAM-$VERSION cd $PRGNAM-$VERSION rm {control.tar.xz,debian-binary,_gpgorigin} xz -d data.tar.xz -tar --extract -f data.tar +tar xvf data.tar # remove what won't work rm -rf etc diff --git a/network/microsoft-edge/microsoft-edge.info b/network/microsoft-edge/microsoft-edge.info index d62cdcdd45583..9d71ffa1278e0 100644 --- a/network/microsoft-edge/microsoft-edge.info +++ b/network/microsoft-edge/microsoft-edge.info @@ -1,10 +1,10 @@ PRGNAM="microsoft-edge" -VERSION="117.0.2045.55" +VERSION="127.0.2651.86" HOMEPAGE="https://www.microsoft.com/edge" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_117.0.2045.55-1_amd64.deb" -MD5SUM_x86_64="79326169c59d70280515bc8fd8448fa9" +DOWNLOAD_x86_64="https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_127.0.2651.86-1_amd64.deb" +MD5SUM_x86_64="2124dd34f46cd71c395bec567be93e88" REQUIRES="" -MAINTAINER="Andrew Payne" -EMAIL="phalange@komputermatrix.com" +MAINTAINER="Reza Talebi" +EMAIL="reza.talebi.73@outlook.com" |