mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
vivaldi: update to 5.6.2867.50, build for aarch64 & armv7l
This commit is contained in:
parent
04ecbce586
commit
3878ce149c
1 changed files with 19 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'vivaldi'
|
# Template file for 'vivaldi'
|
||||||
pkgname=vivaldi
|
pkgname=vivaldi
|
||||||
version=5.6.2867.36
|
version=5.6.2867.50
|
||||||
revision=1
|
revision=1
|
||||||
_release=1
|
_release=1
|
||||||
archs="x86_64"
|
archs="x86_64 aarch64 armv7l"
|
||||||
hostmakedepends="curl python3-html2text python3-setuptools"
|
hostmakedepends="curl python3-html2text python3-setuptools"
|
||||||
depends="desktop-file-utils hicolor-icon-theme xz"
|
depends="desktop-file-utils hicolor-icon-theme xz"
|
||||||
short_desc="Advanced browser made with the power user in mind"
|
short_desc="Advanced browser made with the power user in mind"
|
||||||
|
@ -12,12 +12,27 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
# Privacy Policy: https://vivaldi.com/privacy/browser/
|
# Privacy Policy: https://vivaldi.com/privacy/browser/
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://vivaldi.com"
|
homepage="https://vivaldi.com"
|
||||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
|
|
||||||
_licenseUrl="https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/"
|
_licenseUrl="https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/"
|
||||||
checksum=7535e9a519ff6e5f87615ceacab2815dbd9801ac34951264c007ae91a96fddae
|
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64)
|
||||||
|
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
|
||||||
|
checksum=8a26bfbbd442c49e0430f18d5103b3a23c8d8552e5c184c6ba16bff7ff10f882
|
||||||
|
;;
|
||||||
|
aarch64)
|
||||||
|
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
|
||||||
|
checksum=aec448206a36d05344b62d38e406fda81afa7abb6b81396df1513037134a11a7
|
||||||
|
;;
|
||||||
|
armv7l)
|
||||||
|
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
|
||||||
|
checksum=4868815e36f0b9a011e7f24a3408f40903a575fb11724f7a7993d505cf669cbd
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
broken="No distfiles available for this target"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -r etc opt/vivaldi/cron
|
rm -r etc opt/vivaldi/cron
|
||||||
|
|
Loading…
Add table
Reference in a new issue