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

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')
install=qt5-webengine-dummy.install

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
}