mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5-webengine to 5.15.15-2
This commit is contained in:
parent
4d91495f7f
commit
ab6d8aa9c4
2 changed files with 53 additions and 3 deletions
50
extra/qt5-webengine/.SRCINFO
Normal file
50
extra/qt5-webengine/.SRCINFO
Normal file
|
@ -0,0 +1,50 @@
|
|||
pkgbase = qt5-webengine
|
||||
pkgdesc = Provides support for web applications using the Chromium browser project
|
||||
pkgver = 5.15.15
|
||||
pkgrel = 2
|
||||
url = https://www.qt.io
|
||||
arch = x86_64
|
||||
groups = qt5
|
||||
license = LGPL3
|
||||
license = LGPL2.1
|
||||
license = BSD
|
||||
makedepends = git
|
||||
makedepends = python
|
||||
makedepends = gperf
|
||||
makedepends = jsoncpp
|
||||
makedepends = ninja
|
||||
makedepends = qt5-tools
|
||||
makedepends = poppler
|
||||
makedepends = pipewire
|
||||
makedepends = nodejs
|
||||
depends = qt5-webchannel
|
||||
depends = qt5-location
|
||||
depends = libxcomposite
|
||||
depends = libxrandr
|
||||
depends = pciutils
|
||||
depends = libxss
|
||||
depends = libxkbfile
|
||||
depends = libevent
|
||||
depends = snappy
|
||||
depends = nss
|
||||
depends = libxslt
|
||||
depends = minizip
|
||||
depends = ffmpeg
|
||||
depends = libvpx
|
||||
depends = libxtst
|
||||
depends = ttf-font
|
||||
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
||||
source = git+https://code.qt.io/qt/qtwebengine.git#tag=v5.15.15-lts
|
||||
source = git+https://code.qt.io/qt/qtwebengine-chromium.git
|
||||
source = qt5-webengine-python3.patch
|
||||
source = qt5-webengine-chromium-python3.patch
|
||||
source = qt5-webengine-ffmpeg5.patch
|
||||
source = qt5-webengine-pipewire-0.3.patch
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 0ad5d1660886f7bbf5108b071bf5d7bbbabf1cd1258ce9d4587a01dec4a1aa89
|
||||
sha256sums = d8beb3d65a1aaf927285e6f055a9d1facd0f9c3fd851f91ba568389fb3137399
|
||||
sha256sums = c50d3019626183e753c53a997dc8a55938847543aa3178d4c51f377be741c693
|
||||
sha256sums = 5e3a3c4711d964d5152a04059a2b5c1d14bb13dd29bce370120f60e85b476b6f
|
||||
|
||||
pkgname = qt5-webengine
|
|
@ -11,9 +11,9 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=qt5-webengine
|
||||
_basever=5.15.9
|
||||
_basever=5.15.11
|
||||
pkgver=5.15.15
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url='https://www.qt.io'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
|
@ -22,7 +22,7 @@ depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils'
|
|||
'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 'libvpx' 'libxtst' 'ttf-font')
|
||||
makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
|
||||
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
||||
groups=('qt' 'qt5')
|
||||
groups=('qt5')
|
||||
_pkgfqn=${pkgname/5-/}
|
||||
source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
|
||||
git+https://code.qt.io/qt/qtwebengine-chromium.git
|
||||
|
|
Loading…
Reference in a new issue