summaryrefslogtreecommitdiff
path: root/qtwebkit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qtwebkit/Pkgfile')
-rw-r--r--qtwebkit/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/qtwebkit/Pkgfile b/qtwebkit/Pkgfile
index 009d79010..b8283c0f4 100644
--- a/qtwebkit/Pkgfile
+++ b/qtwebkit/Pkgfile
@@ -6,12 +6,15 @@
name=qtwebkit
version=5.9.0
-release=1
-source=(https://download.qt.io/community_releases/${version::3}/$version-final/$name-opensource-src-$version.tar.xz)
+release=2
+source=(https://download.qt.io/community_releases/${version::3}/$version-final/$name-opensource-src-$version.tar.xz
+ QTBUG-60532.patch)
build() {
cd $name-opensource-src-$version
+ patch -p1 -i $SRC/QTBUG-60532.patch
+
install -d build
cd build
qmake-qt5 ..

Generated by cgit