# Maintainer: Luke R. pkgname=qt5-webengine-dummy pkgver=1 pkgrel=1 arch=('any') url='https://wiki.parabola.nu/Blacklist' license=('PD') pkgdesc='Dummy package to remove non-free Chromium dependency while avoiding re-compilation of hundreds of otherwise libre packages.' provides=('qt5-webengine') conflicts=('qt5-webengine') groups=('qt' 'qt5') source=('qt5-webengine-dummy.install') sha512sums=('a9e5aceec019b355b8b7a0eec6af2c5876b99c50c5cdceed306ba89f59a5a9d1a12637a77c3be7abdbdc2a693d022cf30970fb85581917f58c7784adea2710a3') whirlpoolsums=('afb0e183c38e1ab7752afcabc03d1d5051ebe5952f99a225a7ed76ddde4dfc3b6ab8611185fcd22754db4456fce3f000c40cc9654f47f23a7a3d4164c5ccf798') package() { mkdir -p "$pkgdir"/usr/include/qt/QtWebEngine/ echo "QTWebengine contains non-free Chromium and was removed by your-privacy." > "$pkgdir"/usr/include/qt/QtWebEngine/README }