FS#63050 - [qt5-webkit] 5.212.0alpha3-1 failing to build

Attached to Project: Arch Linux
Opened by tinywrkb (tinywrkb) - Monday, 01 July 2019, 00:35 GMT
Last edited by Antonio Rojas (arojas) - Monday, 01 July 2019, 08:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

The package does not build.

diff --git a/repos/extra-x86_64/PKGBUILD b/repos/extra-x86_64/PKGBUILD
index b5cfd6d3..78fdf146 100644
--- a/repos/extra-x86_64/PKGBUILD
+++ b/repos/extra-x86_64/PKGBUILD
@@ -14,7 +14,7 @@ source=("https://github.com/qtwebkit/qtwebkit/releases/download/qtwebkit-$_pkgve
depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen woff2)
makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
optdepends=('gst-plugins-good: Webm codec support')
-sha256sums=('35b9af61546b5ced8e15160d873781a201f8e4207c3da511b034147f3c4b433c')
+sha256sums=('357eee582445574472e410ebece632d06fa0ec94358fc4345f2a713922df5e17')

prepare() {
mkdir -p build
@@ -23,7 +23,7 @@ prepare() {
build() {
cd build

- cmake .. \
+ cmake ../qtwebkit-${_pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPORT=Qt \
-DENABLE_TOOLS=OFF
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 01 July 2019, 08:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5-webkit 5.212.0alpha3-2

Loading...