opt/qtwebkit/Pkgfile

28 lines
617 B
Plaintext

# Description: QtWebKit for qt5.
# URL: https://www.qt.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tsaop, leeroy at cock dot li
# Depends on: qt5 ruby icu
name=qtwebkit
version=5.9.0
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 ..
make
make INSTALL_ROOT=$PKG install
find "$PKG/usr/lib" -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
}