diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2017-03-06 22:05:25 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2017-03-06 22:05:25 -0500 |
commit | 73c8544355b95e94fd5c9c20a64a8439828a6a4c (patch) | |
tree | b29e32c62dec8743781423f5ede0c4ef7faa0ad0 /libre | |
parent | 6223049eb809584ec3b9a01580b4b41053f83c10 (diff) | |
download | abslibre-73c8544355b95e94fd5c9c20a64a8439828a6a4c.tar.gz abslibre-73c8544355b95e94fd5c9c20a64a8439828a6a4c.tar.bz2 abslibre-73c8544355b95e94fd5c9c20a64a8439828a6a4c.zip |
add qt5-webengine-dummy
Diffstat (limited to 'libre')
-rw-r--r-- | libre/qt5-webengine-dummy/PKGBUILD | 18 | ||||
-rw-r--r-- | libre/qt5-webengine-dummy/qt5-webengine-dummy.install | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/libre/qt5-webengine-dummy/PKGBUILD b/libre/qt5-webengine-dummy/PKGBUILD new file mode 100644 index 000000000..eab16ba30 --- /dev/null +++ b/libre/qt5-webengine-dummy/PKGBUILD @@ -0,0 +1,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 +} diff --git a/libre/qt5-webengine-dummy/qt5-webengine-dummy.install b/libre/qt5-webengine-dummy/qt5-webengine-dummy.install new file mode 100644 index 000000000..a78124cc3 --- /dev/null +++ b/libre/qt5-webengine-dummy/qt5-webengine-dummy.install @@ -0,0 +1,3 @@ +post_install() { + echo "Installing dummy package which removes qt5-webengine, since it contains non-free Chromium and is violation of your-freedom and your-privacy." +}
\ No newline at end of file |