mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
highmem=1
|
||||||
|
|
||||||
pkgname=qt5-webengine
|
pkgname=qt5-webengine
|
||||||
_qtver=5.15.8
|
_basever=5.15.3
|
||||||
pkgver=${_qtver/-/}
|
pkgver=5.15.8
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
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')
|
makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
|
||||||
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
||||||
groups=('qt' 'qt5')
|
groups=('qt' 'qt5')
|
||||||
_pkgfqn=qtwebengine
|
_pkgfqn=${pkgname/5-/}
|
||||||
source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
|
source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
|
||||||
git+https://code.qt.io/qt/qtwebengine-chromium.git
|
git+https://code.qt.io/qt/qtwebengine-chromium.git
|
||||||
git+https://chromium.googlesource.com/catapult#commit=5eedfe23148a234211ba477f76fc2ea2e8529189
|
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
|
install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
|
||||||
|
|
||||||
# Fix cmake dependency versions
|
# 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