Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 6.2.3105.43
@ 2023-08-30 17:27 rafeyu
  2023-08-30 19:30 ` icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rafeyu @ 2023-08-30 17:27 UTC (permalink / raw)
  To: ml

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

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

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

vivaldi: update to 6.2.3105.43
<!-- 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/45824.patch is attached

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

From cab725e3cd0e4c5297a04b4147f91d93e3feba0e Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 31 Aug 2023 00:26:04 +0700
Subject: [PATCH] vivaldi: update to 6.2.3105.43

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 8ce57b2663953..0a6f39879923c 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.1.3035.302
+version=6.2.3105.43
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ 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=34f9a26ad9462bef06247c035f2399f89d4f48dece8fcb0029f9baaf5bac2351
+	checksum=003d11495cda9db6b71e4d7b7ca4304d8763ca9af77f3923e9043a29234fe11b
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=1d69c7b8b709ad5e3262dfe5d222e5d0dda9f6feebe51c10a1dd6cd28a79d99e
+	checksum=cfb066c9b458dcc8a3cb20d991db7da3dccf8d9118c10803365f6349de9dc867
 	;;
 armv7l)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=dc9e3db9f781875998e7e94b8ef780a4cc58a767ccb0b84524eac4993227f0cc
+	checksum=6e3c834ac969c767eb957994c74336c4a373b04696d0032280c740fb141aa0d2
 	;;
 *)
 	broken="No distfiles available for this target"

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

* Re: vivaldi: update to 6.2.3105.43
  2023-08-30 17:27 [PR PATCH] vivaldi: update to 6.2.3105.43 rafeyu
@ 2023-08-30 19:30 ` icp1994
  2023-08-31 11:57 ` [PR PATCH] [Updated] " rafeyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-08-30 19:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45824#issuecomment-1699722212

Comment:
Add [this](https://github.com/void-linux/void-packages/commit/55899259839eaaa5446d22f4ae21d444fdc2b7e5) if you don't want qt dependencies in your system.

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

* Re: [PR PATCH] [Updated] vivaldi: update to 6.2.3105.43
  2023-08-30 17:27 [PR PATCH] vivaldi: update to 6.2.3105.43 rafeyu
  2023-08-30 19:30 ` icp1994
@ 2023-08-31 11:57 ` rafeyu
  2023-08-31 11:58 ` rafeyu
  2023-08-31 13:03 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: rafeyu @ 2023-08-31 11:57 UTC (permalink / raw)
  To: ml

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

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

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

vivaldi: update to 6.2.3105.43
<!-- 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/45824.patch is attached

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

From 2ec6b0d0dcf1ae52a06ba9bb55ee3e5746201e6c Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 31 Aug 2023 00:26:04 +0700
Subject: [PATCH] vivaldi: update to 6.2.3105.43

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 8ce57b2663953..f82093793312f 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.1.3035.302
+version=6.2.3105.43
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -13,19 +13,19 @@ license="custom:Proprietary"
 homepage="https://vivaldi.com"
 repository=nonfree
 nostrip=yes
-skiprdeps="/opt/vivaldi/libqt5_shim.so"
+skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=34f9a26ad9462bef06247c035f2399f89d4f48dece8fcb0029f9baaf5bac2351
+	checksum=003d11495cda9db6b71e4d7b7ca4304d8763ca9af77f3923e9043a29234fe11b
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=1d69c7b8b709ad5e3262dfe5d222e5d0dda9f6feebe51c10a1dd6cd28a79d99e
+	checksum=cfb066c9b458dcc8a3cb20d991db7da3dccf8d9118c10803365f6349de9dc867
 	;;
 armv7l)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=dc9e3db9f781875998e7e94b8ef780a4cc58a767ccb0b84524eac4993227f0cc
+	checksum=6e3c834ac969c767eb957994c74336c4a373b04696d0032280c740fb141aa0d2
 	;;
 *)
 	broken="No distfiles available for this target"

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

* Re: vivaldi: update to 6.2.3105.43
  2023-08-30 17:27 [PR PATCH] vivaldi: update to 6.2.3105.43 rafeyu
  2023-08-30 19:30 ` icp1994
  2023-08-31 11:57 ` [PR PATCH] [Updated] " rafeyu
@ 2023-08-31 11:58 ` rafeyu
  2023-08-31 13:03 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: rafeyu @ 2023-08-31 11:58 UTC (permalink / raw)
  To: ml

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

New comment by rafeyu on void-packages repository

https://github.com/void-linux/void-packages/pull/45824#issuecomment-1700901889

Comment:
Done!

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

* Re: [PR PATCH] [Merged]: vivaldi: update to 6.2.3105.43
  2023-08-30 17:27 [PR PATCH] vivaldi: update to 6.2.3105.43 rafeyu
                   ` (2 preceding siblings ...)
  2023-08-31 11:58 ` rafeyu
@ 2023-08-31 13:03 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-31 13:03 UTC (permalink / raw)
  To: ml

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

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

vivaldi: update to 6.2.3105.43
https://github.com/void-linux/void-packages/pull/45824

Description:
<!-- 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
-->


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

end of thread, other threads:[~2023-08-31 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 17:27 [PR PATCH] vivaldi: update to 6.2.3105.43 rafeyu
2023-08-30 19:30 ` icp1994
2023-08-31 11:57 ` [PR PATCH] [Updated] " rafeyu
2023-08-31 11:58 ` rafeyu
2023-08-31 13:03 ` [PR PATCH] [Merged]: " classabbyamp

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