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

PRODUCT=vivaldi
7
PRODUCTCUR=vivaldi-stable
8
PRODUCTDIR=/opt/vivaldi
9

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

12 13
subst '1iConflicts:vivaldi-snapshot' $SPEC

14
set_alt_alternatives 65
15

16
copy_icons_to_share
17

18
cleanup
19

20 21 22 23
add_bin_commands

use_system_xdg

24
install_deps
25 26

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

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