description="Graphical effects for use with Qt Quick 2" url="http://qt-project.org/" contributors="Pierre B, Rems" packager="tnut " makedepends=(qtbase qtdeclarative) name=qtgraphicaleffects version=5.15.2 _name="${name}-everywhere-src" source=(https://download.qt.io/official_releases/qt/${version:0:4}/$version/submodules/${_name}-${version}.tar.xz) build() { mkdir build cd build qmake ../${_name}-${version} make make INSTALL_ROOT=$PKG install # Drop QMAKE_PRL_BUILD_DIR because reference the build dir find "$PKG/usr/lib" -type f -name '*.prl' \ -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; }