Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
11d14ef9
Commit
11d14ef9
authored
Apr 11, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play vivaldi: add support for snapshot install
parent
a32c8ab1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
2 deletions
+36
-2
vivaldi.sh
play.d/vivaldi.sh
+6
-1
vivaldi-snapshot.sh
repack.d/vivaldi-snapshot.sh
+28
-0
vivaldi-stable.sh
repack.d/vivaldi-stable.sh
+2
-1
No files found.
play.d/vivaldi.sh
View file @
11d14ef9
#!/bin/sh
PKGNAME
=
vivaldi-stable
DESCRIPTION
=
"Vivaldi browser from the official site"
BRANCH
=
stable
if
[
"
$2
"
=
"snapshot"
]
||
epm installed vivaldi-snapshot
;
then
BRANCH
=
snapshot
fi
PKGNAME
=
vivaldi-
$BRANCH
.
$(
dirname
$0
)
/common.sh
...
...
repack.d/vivaldi-snapshot.sh
0 → 100755
View file @
11d14ef9
#!/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"
repack.d/vivaldi-stable.sh
View file @
11d14ef9
...
...
@@ -7,9 +7,10 @@ PRODUCT=vivaldi
PRODUCTCUR
=
vivaldi-stable
PRODUCTDIR
=
/opt/vivaldi
.
$(
dirname
$0
)
/common-chromium-browser.sh
subst
'1iConflicts:vivaldi-snapshot'
$SPEC
set_alt_alternatives 65
copy_icons_to_share
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment