diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index 8a3906af1..381470987 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -8,6 +8,7 @@ # - enabled opengl es2, mesa makedepend for headers # - added Raspberry Pi patches for armv6h # - icu makedepend so qtwebkit can build +# - drop webengine package and skip in configure # Arno Rehn <arno@arnorehn.de> # - fix Raspberry Pi EGL/GLESv2 build @@ -32,7 +33,6 @@ pkgname=('qt5-base' 'qt5-translations' 'qt5-wayland' 'qt5-webchannel' - 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' @@ -144,7 +144,8 @@ build() { -no-sse4.2 \ -no-avx \ -no-avx2 \ - -opengl es2 + -opengl es2 \ + -skip webengine make @@ -542,17 +543,6 @@ package_qt5-webchannel() { "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt } -package_qt5-webengine() { - pkgdesc='Provides support for web applications using the Chromium browser project' - depends=('qt5-declarative' 'nss' 'libxtst' 'libxcursor' 'libxrandr' 'alsa-lib' 'libxcomposite') - license=('LGPL') - - cd ${_pkgfqn}/qtwebengine - make INSTALL_ROOT="${pkgdir}" install - - rm -rf "${pkgdir}"/usr/share/doc -} - package_qt5-websockets() { pkgdesc='Provides WebSocket communication compliant with RFC 6455' depends=('qt5-declarative')