# Maintainer: André Silva # Contributor: Luke R. pkgname=qt5-webengine-dummy pkgver=1 arch=('any') url='https://wiki.parabola.nu/Blacklist' license=('CC0') 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') makedepends=('your-freedom') groups=('qt' 'qt5') install=qt5-webengine-dummy.install package() { echo "QTWebengine contains non-free Chromium and was removed by your-privacy." >> "$pkgdir"/usr/include/qt/QtWebEngine/README }