summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-12-12 07:14:13 +0100
committerFabioLolix2023-12-12 07:14:13 +0100
commitf4dd8b9981c255be6a2ed5f7e2bb6a11f0898c07 (patch)
tree762e682fd7a66f7a9ef3ebd811fc48e0a7836e14
parent0b3d43a95b212b4a98b6dd73557d883a5444d4a6 (diff)
downloadaur-qt5-webkit-git.tar.gz
disable XSLT to build again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48d162434454..b1a1d008ad21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-webkit-git
pkgdesc = Classes for a WebKit2 based implementation and a new QML API
pkgver = 5.212.0.alpha4.r13.gac8ebc6c3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/qtwebkit/qtwebkit
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index fbc81fd5e036..3073a081f6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qt5-webkit-git
pkgver=5.212.0.alpha4.r13.gac8ebc6c3
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url='https://github.com/qtwebkit/qtwebkit'
license=(GPL3 LGPL3 FDL custom)
@@ -36,10 +36,11 @@ prepare() {
}
build() {
- cmake -B build -S qt5-webkit \
+ cmake -B build -S qt5-webkit -Wno-dev \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
-DPORT=Qt \
+ -DENABLE_XSLT=OFF \
-DENABLE_TOOLS=OFF
cmake --build build
}