Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 3.0.1874.32.
@ 2020-04-25  3:37 mater11234
  2020-04-26  5:45 ` mater11234
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mater11234 @ 2020-04-25  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mater11234/void-packages vivaldi
https://github.com/void-linux/void-packages/pull/21321

vivaldi: update to 3.0.1874.32.


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

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

From df8771f1b0a83449f39964b29a70aaf81a8c9a0b Mon Sep 17 00:00:00 2001
From: mater11234 <mater11234@riseup.net>
Date: Fri, 24 Apr 2020 23:36:17 -0400
Subject: [PATCH] vivaldi: update to 3.0.1874.32.

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 7d24db01ed9..fa5ffe3a0dd 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,12 +1,12 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=2.11.1811.52
+version=3.0.1874.32
 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>"
+maintainer="mater11234 <mater11234@riseup.net>"
 # EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
 # Privacy Policy: https://vivaldi.com/privacy/browser/
 license="Proprietary"
@@ -17,10 +17,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=d785f743b416b8198acbbeba659397f26884e1db87d9bcac50f3f772e67b092f
+	checksum=172202083ae255a110f20362533b7c80e38148813bb69e94c0c0f9600999b9a9
 else
 	_debarch=i386
-	checksum=30abdc77b64182a389443243f54dd7fb73ff6a62195e404a46ca1488fb874d3f
+	checksum=5369fdea13dbc2ab0f1d0b7b2d6931de30673867de81dff6023ae86ff59c27c6
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

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

* Re: vivaldi: update to 3.0.1874.32.
  2020-04-25  3:37 [PR PATCH] vivaldi: update to 3.0.1874.32 mater11234
@ 2020-04-26  5:45 ` mater11234
  2020-04-26  6:50 ` mater11234
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mater11234 @ 2020-04-26  5:45 UTC (permalink / raw)
  To: ml

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

New comment by mater11234 on void-packages repository

https://github.com/void-linux/void-packages/pull/21321#issuecomment-619486629

Comment:
I have xlint'ed the template and nothing happens.

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

* Re: vivaldi: update to 3.0.1874.32.
  2020-04-25  3:37 [PR PATCH] vivaldi: update to 3.0.1874.32 mater11234
  2020-04-26  5:45 ` mater11234
@ 2020-04-26  6:50 ` mater11234
  2020-04-27 22:21 ` [PR PATCH] [Updated] " mater11234
  2020-04-30  4:28 ` [PR PATCH] [Closed]: [WIP] " mater11234
  3 siblings, 0 replies; 5+ messages in thread
From: mater11234 @ 2020-04-26  6:50 UTC (permalink / raw)
  To: ml

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

New comment by mater11234 on void-packages repository

https://github.com/void-linux/void-packages/pull/21321#issuecomment-619486629

Comment:
I have xlint'ed the template and nothing happens.

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

* Re: [PR PATCH] [Updated] vivaldi: update to 3.0.1874.32.
  2020-04-25  3:37 [PR PATCH] vivaldi: update to 3.0.1874.32 mater11234
  2020-04-26  5:45 ` mater11234
  2020-04-26  6:50 ` mater11234
@ 2020-04-27 22:21 ` mater11234
  2020-04-30  4:28 ` [PR PATCH] [Closed]: [WIP] " mater11234
  3 siblings, 0 replies; 5+ messages in thread
From: mater11234 @ 2020-04-27 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mater11234/void-packages vivaldi
https://github.com/void-linux/void-packages/pull/21321

vivaldi: update to 3.0.1874.32.


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

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

From 91672fac60b505db12cc94cbd45a550870b57359 Mon Sep 17 00:00:00 2001
From: mater11234 <mater11234@riseup.net>
Date: Fri, 24 Apr 2020 23:36:17 -0400
Subject: [PATCH] vivaldi: update to 3.0.1874.32.

	modified:   srcpkgs/vivaldi/template
---
 srcpkgs/vivaldi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 7d24db01ed9..4c6d1c50a8f 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,15 +1,15 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=2.11.1811.52
+version=3.0.1874.32
 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>"
+maintainer="mater11234 <mater11234@riseup.net>"
 # EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
 # Privacy Policy: https://vivaldi.com/privacy/browser/
-license="Proprietary"
+license="custom:vivaldi"
 homepage="https://vivaldi.com"
 repository=nonfree
 restricted=yes
@@ -17,10 +17,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=d785f743b416b8198acbbeba659397f26884e1db87d9bcac50f3f772e67b092f
+	checksum=172202083ae255a110f20362533b7c80e38148813bb69e94c0c0f9600999b9a9
 else
 	_debarch=i386
-	checksum=30abdc77b64182a389443243f54dd7fb73ff6a62195e404a46ca1488fb874d3f
+	checksum=5369fdea13dbc2ab0f1d0b7b2d6931de30673867de81dff6023ae86ff59c27c6
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

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

* Re: [PR PATCH] [Closed]: [WIP] vivaldi: update to 3.0.1874.32.
  2020-04-25  3:37 [PR PATCH] vivaldi: update to 3.0.1874.32 mater11234
                   ` (2 preceding siblings ...)
  2020-04-27 22:21 ` [PR PATCH] [Updated] " mater11234
@ 2020-04-30  4:28 ` mater11234
  3 siblings, 0 replies; 5+ messages in thread
From: mater11234 @ 2020-04-30  4:28 UTC (permalink / raw)
  To: ml

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

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

[WIP] vivaldi: update to 3.0.1874.32.
https://github.com/void-linux/void-packages/pull/21321

Description:


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

end of thread, other threads:[~2020-04-30  4:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25  3:37 [PR PATCH] vivaldi: update to 3.0.1874.32 mater11234
2020-04-26  5:45 ` mater11234
2020-04-26  6:50 ` mater11234
2020-04-27 22:21 ` [PR PATCH] [Updated] " mater11234
2020-04-30  4:28 ` [PR PATCH] [Closed]: [WIP] " mater11234

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