Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 4.0.2312.41.
@ 2021-07-20 19:29 mobinmob
  2021-07-20 19:30 ` mobinmob
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-07-20 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1662 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/32072

vivaldi: update to 4.0.2312.41.
Also:
- remove i686 support - the upstream is not updating it.

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] 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/32072.patch is attached

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

From 47cc2aeace83519c56203ab1f00dc9830cfc6854 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Jul 2021 22:28:04 +0300
Subject: [PATCH] vivaldi: update to 4.0.2312.41.

Also:
- remove i686 support - the upstream is not updating it.
---
 srcpkgs/vivaldi/template | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 640809e2fd74..377b0f008dbb 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,9 +1,9 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=3.8.2259.42
+version=4.0.2312.41
 revision=1
 _release=1
-archs="i686 x86_64"
+archs="x86_64"
 hostmakedepends="curl python3-html2text python3-setuptools"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Advanced browser made with the power user in mind"
@@ -16,19 +16,12 @@ repository=nonfree
 restricted=yes
 nostrip=yes
 
-if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
-	_debarch=amd64
-	checksum=cd6648b4a6b45069e7bc4955cc0464abca6bd9c5c70f7a63f3a162e9e002f80c
-else
-	_debarch=i386
-	checksum=68557d8723c3db7acea990524b4c3da895a2a1c150e547fc3bcb2c1590511675
-fi
-
-distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"
+distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
 _licenseUrl="https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/"
+checksum=70f552d36b520cbfe747b24902a968ad03c359ffa49882869a60f03ca6c131bc
 
 do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vivaldi-stable_${version}-${_release}_${_debarch}.deb
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vivaldi-stable_${version}-${_release}_amd64.deb
 	bsdtar xf data.tar.xz --exclude={./etc,./opt/vivaldi/cron}
 }
 

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

* Re: vivaldi: update to 4.0.2312.41.
  2021-07-20 19:29 [PR PATCH] vivaldi: update to 4.0.2312.41 mobinmob
@ 2021-07-20 19:30 ` mobinmob
  2021-07-20 19:35 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-07-20 19:30 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/32072#issuecomment-883640719

Comment:
The PR removes i686 support. It is not a updated (one major release behind).
There is a "armhf" deb package but I cannot test on arm7.

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

* Re: vivaldi: update to 4.0.2312.41.
  2021-07-20 19:29 [PR PATCH] vivaldi: update to 4.0.2312.41 mobinmob
  2021-07-20 19:30 ` mobinmob
@ 2021-07-20 19:35 ` ericonr
  2021-07-20 19:35 ` [PR PATCH] [Merged]: " ericonr
  2021-07-20 19:36 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-20 19:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32072#issuecomment-883643274

Comment:
I don't care to add more proprietary support, so this seems reasonable.

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

* Re: [PR PATCH] [Merged]: vivaldi: update to 4.0.2312.41.
  2021-07-20 19:29 [PR PATCH] vivaldi: update to 4.0.2312.41 mobinmob
  2021-07-20 19:30 ` mobinmob
  2021-07-20 19:35 ` ericonr
@ 2021-07-20 19:35 ` ericonr
  2021-07-20 19:36 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-20 19:35 UTC (permalink / raw)
  To: ml

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

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

vivaldi: update to 4.0.2312.41.
https://github.com/void-linux/void-packages/pull/32072

Description:
Also:
- remove i686 support - the upstream is not updating it.

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] 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] 5+ messages in thread

* Re: vivaldi: update to 4.0.2312.41.
  2021-07-20 19:29 [PR PATCH] vivaldi: update to 4.0.2312.41 mobinmob
                   ` (2 preceding siblings ...)
  2021-07-20 19:35 ` [PR PATCH] [Merged]: " ericonr
@ 2021-07-20 19:36 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-07-20 19:36 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/32072#issuecomment-883640719

Comment:
The PR removes i686 support. It is not updated (one major release behind).
There is a "armhf" deb package but I cannot test on arm7.

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

end of thread, other threads:[~2021-07-20 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 19:29 [PR PATCH] vivaldi: update to 4.0.2312.41 mobinmob
2021-07-20 19:30 ` mobinmob
2021-07-20 19:35 ` ericonr
2021-07-20 19:35 ` [PR PATCH] [Merged]: " ericonr
2021-07-20 19:36 ` mobinmob

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