Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 4.2.2406.48
@ 2021-09-22 14:26 rafeyu
  2021-09-25 14:29 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: rafeyu @ 2021-09-22 14:26 UTC (permalink / raw)
  To: ml

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

vivaldi: update to 4.2.2406.48
Added `xz` as dependency, so Vivaldi can install proprietary codecs to their directory with their `update-ffmpeg` script.

<!-- 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/33054.patch is attached

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

From 9d35aaac318079adc6b77564b6ef673568d8e11f Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Wed, 22 Sep 2021 21:14:08 +0700
Subject: [PATCH] vivaldi: update to 4.2.2406.48

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

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 3ceec7c1865e..69f15e66024f 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -1,11 +1,11 @@
 # Template file for 'vivaldi'
 pkgname=vivaldi
-version=4.2.2406.44
+version=4.2.2406.48
 revision=1
 _release=1
 archs="x86_64"
 hostmakedepends="curl python3-html2text python3-setuptools"
-depends="desktop-file-utils hicolor-icon-theme"
+depends="desktop-file-utils hicolor-icon-theme xz"
 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/
@@ -18,7 +18,7 @@ nostrip=yes
 
 distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
 _licenseUrl="https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/"
-checksum=8217ee525dfec81aef5d885f192c799e4808633ff598a719a672bc25fbc740bf
+checksum=97841156fac3b34a17692e9724aa34e3fb90658a6504c6eb5303d61ecff06867
 
 do_extract() {
 	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vivaldi-stable_${version}-${_release}_amd64.deb

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

* Re: [PR PATCH] [Merged]: vivaldi: update to 4.2.2406.48
  2021-09-22 14:26 [PR PATCH] vivaldi: update to 4.2.2406.48 rafeyu
@ 2021-09-25 14:29 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2021-09-25 14:29 UTC (permalink / raw)
  To: ml

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

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

vivaldi: update to 4.2.2406.48
https://github.com/void-linux/void-packages/pull/33054

Description:
Added `xz` as dependency, so Vivaldi can install proprietary codecs to their directory with their `update-ffmpeg` script.

<!-- 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] 2+ messages in thread

end of thread, other threads:[~2021-09-25 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 14:26 [PR PATCH] vivaldi: update to 4.2.2406.48 rafeyu
2021-09-25 14:29 ` [PR PATCH] [Merged]: " paper42

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