diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2025-03-28 22:02:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-28 22:38:11 +0700 |
commit | 1d7b45bb8a80e49565ecc5b30d923cd9838efcc1 (patch) | |
tree | 547d716b3c9c03c1cde3fe28d742c3f6438aaecd | |
parent | b39ba0f2c3d86f459cb25b022fe0dbbe4d8631c4 (diff) |
network/vivaldi: Updated for version 7.3.3635.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/vivaldi/vivaldi.SlackBuild | 12 | ||||
-rw-r--r-- | network/vivaldi/vivaldi.info | 10 |
2 files changed, 7 insertions, 15 deletions
diff --git a/network/vivaldi/vivaldi.SlackBuild b/network/vivaldi/vivaldi.SlackBuild index 0d1d53abca..8ef8457776 100644 --- a/network/vivaldi/vivaldi.SlackBuild +++ b/network/vivaldi/vivaldi.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vivaldi -VERSION=${VERSION:-7.2.3621.67} +VERSION=${VERSION:-7.3.3635.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,18 +71,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # Create relative symlinks (first removing any potentially non-relative # ones). -rm -f $PKG/usr/bin/vivaldi* $PKG/opt/vivaldi/WidevineCdm +rm -f $PKG/usr/bin/vivaldi* ln -s ../../opt/vivaldi/vivaldi $PKG/usr/bin/vivaldi ln -s ../../opt/vivaldi/vivaldi $PKG/usr/bin/vivaldi-stable -# This following may appear as a broken/dangling symlink but it actually -# can be used by Vivaldi as a fallback source for Widevine in cases -# where, Google Chrome is also installed (it bundles Widevine at the -# linked location) and the components system in the browser -# (vivaldi://components) is non-functional. - -ln -s ../google/chrome/WidevineCdm $PKG/opt/vivaldi/WidevineCdm - for res in 16 22 24 32 48 64 128 256; do install -Dm644 "$PKG/opt/vivaldi/product_logo_${res}.png" \ "$PKG/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi.png" diff --git a/network/vivaldi/vivaldi.info b/network/vivaldi/vivaldi.info index 34fc5ce5c5..3c4dcb2dc4 100644 --- a/network/vivaldi/vivaldi.info +++ b/network/vivaldi/vivaldi.info @@ -1,12 +1,12 @@ PRGNAM="vivaldi" -VERSION="7.2.3621.67" +VERSION="7.3.3635.2" HOMEPAGE="https://vivaldi.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.vivaldi.com/stable/vivaldi-stable_7.2.3621.67-1_amd64.deb \ - https://update.vivaldi.com/update/1.0/relnotes/7.2.3621.67.html" -MD5SUM_x86_64="93b1ef26013eb7856cde84ae53cebeef \ - 21a716d709a47f4079804fcc999f5534" +DOWNLOAD_x86_64="https://downloads.vivaldi.com/stable/vivaldi-stable_7.3.3635.2-1_amd64.deb \ + https://update.vivaldi.com/update/1.0/relnotes/7.3.3635.2.html" +MD5SUM_x86_64="8f5c413b1f40c499a6d9ce41623bdd08 \ + e60a70e356408e2e579a0a04831e267c" REQUIRES="" MAINTAINER="Ruari Oedegaard" EMAIL="sbo@ruari.com" |