summaryrefslogtreecommitdiff
path: root/libre/qt5-webengine-dummy/PKGBUILD
blob: eab16ba3093c696a98056c7fefc6e8f1bc095151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: Luke R. <g4jc@openmailbox.org>

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
}