mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qt5-webengine to 5.15.8-10
This commit is contained in:
parent
9e9ba2ead1
commit
d89d977a8d
1 changed files with 5 additions and 5 deletions
|
@ -9,9 +9,9 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=qt5-webengine
|
||||
_qtver=5.15.8
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=9
|
||||
_basever=5.15.3
|
||||
pkgver=5.15.8
|
||||
pkgrel=10
|
||||
arch=('x86_64')
|
||||
url='https://www.qt.io'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
|
@ -21,7 +21,7 @@ depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils'
|
|||
makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
|
||||
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
||||
groups=('qt' 'qt5')
|
||||
_pkgfqn=qtwebengine
|
||||
_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
|
||||
git+https://chromium.googlesource.com/catapult#commit=5eedfe23148a234211ba477f76fc2ea2e8529189
|
||||
|
@ -96,5 +96,5 @@ package() {
|
|||
install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
|
||||
|
||||
# Fix cmake dependency versions
|
||||
sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake
|
||||
sed -e "s|$pkgver\ |$_basever |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue