vivaldi-snapshot.sh 488 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=vivaldi
PRODUCTCUR=vivaldi-snapshot
PRODUCTDIR=/opt/vivaldi

. $(dirname $0)/common-chromium-browser.sh

subst '1iConflicts:vivaldi-stable' $SPEC

set_alt_alternatives 65

copy_icons_to_share

cleanup

add_bin_commands

use_system_xdg

install_deps

subst "1i%filter_from_requires /.opt.google.chrome.WidevineCdm/d" $SPEC

echo "You also can install chrome via epm play chrome to use WidevineCdm"