mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-webengine to 6.7.2-3
This commit is contained in:
parent
d5e8ea3065
commit
3520f499fa
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = qt6-webengine
|
pkgbase = qt6-webengine
|
||||||
pkgdesc = Provides support for web applications using the Chromium browser project
|
pkgdesc = Provides support for web applications using the Chromium browser project
|
||||||
pkgver = 6.7.2
|
pkgver = 6.7.2
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
groups = qt6
|
groups = qt6
|
||||||
|
@ -61,6 +61,7 @@ pkgbase = qt6-webengine
|
||||||
depends = qt6-declarative
|
depends = qt6-declarative
|
||||||
depends = qt6-positioning
|
depends = qt6-positioning
|
||||||
depends = qt6-webchannel
|
depends = qt6-webchannel
|
||||||
|
depends = re2
|
||||||
depends = snappy
|
depends = snappy
|
||||||
depends = ttf-font
|
depends = ttf-font
|
||||||
depends = zlib
|
depends = zlib
|
||||||
|
|
|
@ -10,7 +10,7 @@ highmem=1
|
||||||
|
|
||||||
pkgname=qt6-webengine
|
pkgname=qt6-webengine
|
||||||
pkgver=6.7.2
|
pkgver=6.7.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL3 LGPL3 FDL custom)
|
||||||
|
@ -55,11 +55,12 @@ depends=(alsa-lib
|
||||||
qt6-declarative
|
qt6-declarative
|
||||||
qt6-positioning
|
qt6-positioning
|
||||||
qt6-webchannel
|
qt6-webchannel
|
||||||
|
re2
|
||||||
snappy
|
snappy
|
||||||
ttf-font
|
ttf-font
|
||||||
zlib)
|
zlib)
|
||||||
# system libvpx disabled since https://codereview.qt-project.org/c/qt/qtwebengine/+/454908
|
# system libvpx disabled since https://codereview.qt-project.org/c/qt/qtwebengine/+/454908
|
||||||
# libvpx pciutils re2
|
# libvpx pciutils
|
||||||
makedepends=(cmake
|
makedepends=(cmake
|
||||||
git
|
git
|
||||||
gperf
|
gperf
|
||||||
|
|
Loading…
Reference in a new issue