opt/qtwebengine/Pkgfile

26 lines
649 B
Plaintext
Raw Normal View History

2016-10-05 14:24:35 +02:00
# Description: QtWebEngine for qt5.
# URL: http://www.qt.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: qt5 xorg-libxscrnsaver xorg-libxtst nss
2016-10-05 14:24:35 +02:00
name=qtwebengine
2017-01-09 02:32:54 +01:00
version=5.7.1
2016-10-05 14:24:35 +02:00
release=1
source=(http://download.qt.io/official_releases/qt/${version::3}/$version/submodules/$name-opensource-src-$version.tar.xz)
build() {
cd $name-opensource-src-$version
install -d build
cd build
qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs ..
make
make INSTALL_ROOT=$PKG install
find "$PKG/usr/lib" -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
}