Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages /
vivaldi
Commits:
27e5fccd by Ike Devolder at 2024-04-03T15:29:03+02:00
upgpkg: 6.6.3271.55-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = vivaldi
pkgdesc = An advanced browser made with the power user in mind.
pkgver = 6.6.3271.55
- pkgrel = 1
+ pkgrel = 2
url = https://vivaldi.com
arch = x86_64
license = custom
makedepends = w3m
- depends = gtk3
depends = libcups
depends = nss
depends = alsa-lib
@@ -17,6 +16,8 @@ pkgbase = vivaldi
depends = hicolor-icon-theme
optdepends = vivaldi-ffmpeg-codecs: playback of proprietary video/audio
optdepends = libnotify: native notifications
+ optdepends = gtk3: gtk3 integration
+ optdepends = qt6-base: qt6 integration
options = !strip
options = !zipman
source =
https://downloads.vivaldi.com/stable/vivaldi-stable-6.6.3271.55-1.x86_64.rpm
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,19 @@
pkgname=vivaldi
_rpmversion=6.6.3271.55-1
pkgver=6.6.3271.55
-pkgrel=1
+pkgrel=2
pkgdesc='An advanced browser made with the power user in mind.'
url="https://vivaldi.com"
options=(!strip !zipman)
license=('custom')
arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font'
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+depends=('libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 'desktop-file-utils'
'shared-mime-info' 'hicolor-icon-theme')
makedepends=('w3m')
optdepends=(
'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
'libnotify: native notifications'
+ 'gtk3: gtk3 integration'
+ 'qt6-base: qt6 integration'
)
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm"
'0001-add-support-for-user-flags.patch')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vivaldi/-/commit/27e5fccd0affc82a968f89fcd2fe64ead845fa15
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vivaldi/-/commit/27e5fccd0affc82a968f89fcd2fe64ead845fa15
You're receiving this email because of your account on gitlab.archlinux.org.