Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Vivaldi: update to 3.8.2259.37
@ 2021-04-29 13:12 rafeyu
  2021-04-29 13:18 ` rafeyu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rafeyu @ 2021-04-29 13:12 UTC (permalink / raw)
  To: ml

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

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

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

Vivaldi: update to 3.8.2259.37
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30579.patch is attached

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

From efa1401bf82ca6ef6d2c2499eb40a8027dee9d1e Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 15 Apr 2021 23:14:10 +0700
Subject: [PATCH 1/3] vivaldi: update to 3.7.2218.55

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 3ea0ec4e7192..674a01eaeade 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,6 +1,6 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=3.7.2218.52
+version=3.7.2218.55
 revision=1
 _release=1
 archs="i686 x86_64"
@@ -18,10 +18,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=f131f182bc6dd6e735a83ffaa4ff2a3cca90184daa26e0996d1cb64ed765ab2a
+	checksum=0f0ef65c5c99311f4d26a82bf0264b3f965dc43f4a61797be1cf699bd499f186
 else
 	_debarch=i386
-	checksum=6f93e285e1cd48103fbdc3266e1188556ed2a98b08f7c6420eeb07c05c559a08
+	checksum=12d74766883ac835edbae111ab38481bd107dc8dcb528342f44f82802d9a72b8
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

From 2dc79f03ffc7c6aedb428942a72a79a5df32fd9d Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Mon, 26 Apr 2021 00:19:42 +0700
Subject: [PATCH 2/3] vivaldi: update to 3.7.2218.58

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 674a01eaeade..cadb5839f41b 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,6 +1,6 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=3.7.2218.55
+version=3.7.2218.58
 revision=1
 _release=1
 archs="i686 x86_64"
@@ -18,10 +18,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=0f0ef65c5c99311f4d26a82bf0264b3f965dc43f4a61797be1cf699bd499f186
+	checksum=be7d753540d7c1c89fb15fd50ab2d69e9107ec50f8399844be41034576b512df
 else
 	_debarch=i386
-	checksum=12d74766883ac835edbae111ab38481bd107dc8dcb528342f44f82802d9a72b8
+	checksum=9d18d11927f2574c1d7888acf29e6df43ce0044cddce3c6e8278b6301896b34e
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

From 60b36d0f6650a485c3d7fda504a8ee2080ef0e5c Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 29 Apr 2021 20:12:09 +0700
Subject: [PATCH 3/3] vivaldi: update to 3.8.2259.37

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index cadb5839f41b..978bd5dd7e02 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,6 +1,6 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=3.7.2218.58
+version=3.8.2259.37
 revision=1
 _release=1
 archs="i686 x86_64"
@@ -18,10 +18,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=be7d753540d7c1c89fb15fd50ab2d69e9107ec50f8399844be41034576b512df
+	checksum=47047ff8e2dfec6f3c21ed7fbd84e0a3188b84e670169ee1da5e5053e550f1d2
 else
 	_debarch=i386
-	checksum=9d18d11927f2574c1d7888acf29e6df43ce0044cddce3c6e8278b6301896b34e
+	checksum=2bc02df168cac09e0ae1d2084395e0236a9b6dd270cd4c4d4079e898a2c58b81
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

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

* Re: Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
@ 2021-04-29 13:18 ` rafeyu
  2021-04-29 13:18 ` rafeyu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rafeyu @ 2021-04-29 13:18 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/30579#issuecomment-829230189

Comment:
I'm sorry, I don't know if my 2 previous commits (which I didn't open as PR) added here

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

* Re: Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
  2021-04-29 13:18 ` rafeyu
@ 2021-04-29 13:18 ` rafeyu
  2021-04-29 14:48 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rafeyu @ 2021-04-29 13:18 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/30579#issuecomment-829230189

Comment:
I'm sorry, I don't know if my 2 previous commits (which I didn't open as PR before) added here

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

* Re: Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
  2021-04-29 13:18 ` rafeyu
  2021-04-29 13:18 ` rafeyu
@ 2021-04-29 14:48 ` ericonr
  2021-04-29 16:10 ` [PR PATCH] [Updated] " rafeyu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-29 14:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30579#issuecomment-829301562

Comment:
You can see them here https://github.com/void-linux/void-packages/pull/30579/commits

Please squash them together using `git-rebase` :)

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

* Re: [PR PATCH] [Updated] Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
                   ` (2 preceding siblings ...)
  2021-04-29 14:48 ` ericonr
@ 2021-04-29 16:10 ` rafeyu
  2021-04-29 16:11 ` rafeyu
  2021-04-29 16:16 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: rafeyu @ 2021-04-29 16:10 UTC (permalink / raw)
  To: ml

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

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

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

Vivaldi: update to 3.8.2259.37
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30579.patch is attached

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

From 32d1ec10fd6f35274773cc1ff9fd6b85e6a3dae7 Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 29 Apr 2021 23:12:00 +0700
Subject: [PATCH] vivaldi: update to 3.8.2259.37

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 3ea0ec4e7192..978bd5dd7e02 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,6 +1,6 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=3.7.2218.52
+version=3.8.2259.37
 revision=1
 _release=1
 archs="i686 x86_64"
@@ -18,10 +18,10 @@ nostrip=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_debarch=amd64
-	checksum=f131f182bc6dd6e735a83ffaa4ff2a3cca90184daa26e0996d1cb64ed765ab2a
+	checksum=47047ff8e2dfec6f3c21ed7fbd84e0a3188b84e670169ee1da5e5053e550f1d2
 else
 	_debarch=i386
-	checksum=6f93e285e1cd48103fbdc3266e1188556ed2a98b08f7c6420eeb07c05c559a08
+	checksum=2bc02df168cac09e0ae1d2084395e0236a9b6dd270cd4c4d4079e898a2c58b81
 fi
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

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

* Re: Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
                   ` (3 preceding siblings ...)
  2021-04-29 16:10 ` [PR PATCH] [Updated] " rafeyu
@ 2021-04-29 16:11 ` rafeyu
  2021-04-29 16:16 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: rafeyu @ 2021-04-29 16:11 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/30579#issuecomment-829372870

Comment:
@ericonr done!

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

* Re: [PR PATCH] [Merged]: Vivaldi: update to 3.8.2259.37
  2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
                   ` (4 preceding siblings ...)
  2021-04-29 16:11 ` rafeyu
@ 2021-04-29 16:16 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-29 16:16 UTC (permalink / raw)
  To: ml

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

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

Vivaldi: update to 3.8.2259.37
https://github.com/void-linux/void-packages/pull/30579

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-04-29 16:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 13:12 [PR PATCH] Vivaldi: update to 3.8.2259.37 rafeyu
2021-04-29 13:18 ` rafeyu
2021-04-29 13:18 ` rafeyu
2021-04-29 14:48 ` ericonr
2021-04-29 16:10 ` [PR PATCH] [Updated] " rafeyu
2021-04-29 16:11 ` rafeyu
2021-04-29 16:16 ` [PR PATCH] [Merged]: " ericonr

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