vivaldi-snapshot.sh 482 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=vivaldi
PRODUCTCUR=vivaldi-snapshot
8
PRODUCTDIR=/opt/$PRODUCTCUR
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

. $(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

26
filter_from_requires '\\/opt\\/google\\/chrome\\/WidevineCdm'
27 28

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