extra/qt6-webengine to 6.4.2-2

This commit is contained in:
Kevin Mihelich 2023-02-12 16:51:44 +00:00
parent 0803fe6770
commit be79ed5214

View file

@ -12,7 +12,7 @@ highmem=1
pkgname=qt6-webengine
_qtver=6.4.2
pkgver=${_qtver/-/}
pkgrel=1
pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -22,7 +22,6 @@ depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile
makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy git)
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
groups=(qt6)
#options=(debug) - hangs on stripping
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
0001-ARM-toolchain-fixes.patch
@ -53,7 +52,6 @@ build() {
-DQT_FEATURE_webengine_proprietary_codecs=ON \
-DQT_FEATURE_webengine_kerberos=ON \
-DQT_FEATURE_webengine_webrtc_pipewire=ON
# -DQT_FEATURE_webengine_full_debug_info=ON
cmake --build build
}