Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 2.8.1664.40
@ 2019-09-27 13:12 voidlinux-github
  2019-09-27 14:38 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-27 13:12 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages vivaldi
https://github.com/void-linux/void-packages/pull/14764

vivaldi: update to 2.8.1664.40


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

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

From 24da9ef0441621798f734eba4bf0b6eada76aca2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 27 Sep 2019 16:10:56 +0300
Subject: [PATCH] vivaldi: update to 2.8.1664.40

---
 srcpkgs/vivaldi/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 863257d0be8..4b89cc5ab17 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,12 +1,14 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=2.7.1628.33
+version=2.8.1664.40
 revision=1
 _release=1
 archs="i686 x86_64"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Advanced browser made with the power user in mind"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
+# EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
+# Privacy Policy: https://vivaldi.com/privacy/browser/
 license="Proprietary"
 homepage="https://vivaldi.com"
 repository=nonfree
@@ -15,10 +17,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=6464f5c3895672223d74461c762469fc38098e51ec0b527f7dbd348f3b63a5ce
+	checksum=5d17bda4ca21aeaa24b7cbf6a137cba60979016a5f45c86737a6309ff2b8671f
 else
 	_debarch=i386
-	checksum=bb50712ae0d8e28fe6b8181e3666b0287030ee1b440b72c3ba3a3c928814e196
+	checksum=4c84a069eefb86802192a064e252b5eb239581040a0ac28db1f1bd0a49ebe3c5
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: vivaldi: update to 2.8.1664.40
  2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
@ 2019-09-27 14:38 ` voidlinux-github
  2019-09-27 16:08 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-27 14:38 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14764#issuecomment-535967598

Comment:
```
Linting srcpkgs/vivaldi/template...
srcpkgs/vivaldi/template:12: use SPDX id for 'Proprietary' license or see Manual.md
```
EULA text is not available as a seperate file in the package AFAICT. Ι included links to the EULA and privacy policy in the template. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: vivaldi: update to 2.8.1664.40
  2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
  2019-09-27 14:38 ` voidlinux-github
@ 2019-09-27 16:08 ` voidlinux-github
  2019-09-27 16:19 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-27 16:08 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/14764#issuecomment-536002304

Comment:
So either package it as LICENSE separately or use 'Proprietary'?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: vivaldi: update to 2.8.1664.40
  2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
  2019-09-27 14:38 ` voidlinux-github
  2019-09-27 16:08 ` voidlinux-github
@ 2019-09-27 16:19 ` voidlinux-github
  2019-09-27 16:21 ` voidlinux-github
  2019-09-30 18:15 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-27 16:19 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14764#issuecomment-536006340

Comment:
The template uses Proprietary .

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: vivaldi: update to 2.8.1664.40
  2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-27 16:19 ` voidlinux-github
@ 2019-09-27 16:21 ` voidlinux-github
  2019-09-30 18:15 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-27 16:21 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14764#issuecomment-536006340

Comment:
The template uses Proprietary.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: vivaldi: update to 2.8.1664.40
  2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-27 16:21 ` voidlinux-github
@ 2019-09-30 18:15 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-30 18:15 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

vivaldi: update to 2.8.1664.40
https://github.com/void-linux/void-packages/pull/14764

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-30 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 13:12 [PR PATCH] vivaldi: update to 2.8.1664.40 voidlinux-github
2019-09-27 14:38 ` voidlinux-github
2019-09-27 16:08 ` voidlinux-github
2019-09-27 16:19 ` voidlinux-github
2019-09-27 16:21 ` voidlinux-github
2019-09-30 18:15 ` [PR PATCH] [Merged]: " voidlinux-github

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).