Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vivaldi: update to 5.7.2921.53
Date: Sun, 05 Mar 2023 09:16:14 +0100	[thread overview]
Message-ID: <20230305081614.jebyhjd2dqM6F369FukEzWRvLKxqVItI4SWqQnTdocg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42327@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/42327

vivaldi: update to 5.7.2921.53
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42327.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-42327.patch --]
[-- Type: text/x-diff, Size: 2718 bytes --]

From 0746fc413fae64ca4a5b3b6cb50e53a7d294063d Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 17 Feb 2023 18:07:26 +0700
Subject: [PATCH] vivaldi: update to 5.7.2921.60

skip libqt5_shim.so as runtime dependency
don't download EULA, link to it instead
---
 srcpkgs/vivaldi/files/EULA |  1 +
 srcpkgs/vivaldi/template   | 18 ++++++------------
 2 files changed, 7 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/vivaldi/files/EULA

diff --git a/srcpkgs/vivaldi/files/EULA b/srcpkgs/vivaldi/files/EULA
new file mode 100644
index 000000000000..1420da532915
--- /dev/null
+++ b/srcpkgs/vivaldi/files/EULA
@@ -0,0 +1 @@
+see https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 7be52434641a..1375f7d25fd4 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,33 +1,30 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=5.6.2867.62
+version=5.7.2921.60
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
-hostmakedepends="curl python3-html2text python3-setuptools"
 depends="desktop-file-utils hicolor-icon-theme xz"
 short_desc="Advanced browser made with the power user in mind"
 maintainer="Orphaned <orphan@voidlinux.org>"
-# EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
-# Privacy Policy: https://vivaldi.com/privacy/browser/
 license="custom:Proprietary"
 homepage="https://vivaldi.com"
-_licenseUrl="https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/"
 repository=nonfree
 restricted=yes
 nostrip=yes
+skiprdeps="/opt/vivaldi/libqt5_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=a79a2409dbc406eacbd5482a2cc06109de1c68f6e2380d5666b23d4c2e63ea88
+	checksum=85eb0eddb76b6e40b7963c4e3e7d6c0f78b03fd7498f796103637c230a816bf1
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=6894766d727c7456b253eeb8657ce243b5fa980e09e177c0e3ba30bb9f926921
+	checksum=ef888b3e9dd6976c57e0a24396ee7d38f3847b229807be0a992d6fc5b19fef4a
 	;;
 armv7l)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=9b01450c19785d54f9b060363d9de1245a3e578b214c46f9487d590de3aba942
+	checksum=6f42722f41cecfb443d896de9ebeb7e11e044792d751f589dec5e0477f1d7365
 	;;
 *)
 	broken="No distfiles available for this target"
@@ -58,8 +55,5 @@ do_install() {
 }
 
 post_install() {
-	curl ${_licenseUrl} \
-		| sed -n '/main id="main"/,/\/main/p' \
-			| html2text > EULA.md
-	vlicense EULA.md
+	vlicense ${FILESDIR}/EULA
 }

  parent reply	other threads:[~2023-03-05  8:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 11:09 [PR PATCH] " rafeyu
2023-02-17 13:05 ` icp1994
2023-02-18  9:17 ` rafeyu
2023-02-19  4:21 ` classabbyamp
2023-02-19 14:49 ` [PR PATCH] [Updated] " rafeyu
2023-03-05  8:16 ` classabbyamp
2023-03-05  8:16 ` classabbyamp [this message]
2023-03-05  8:18 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230305081614.jebyhjd2dqM6F369FukEzWRvLKxqVItI4SWqQnTdocg@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).