From d35188e4ff943883232f9e0266d2f1ed132f07c2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 4 Oct 2015 18:56:27 -0300 Subject: ice{cat,weasel}-ublock-origin: add new packages to [libre] to replace ice{cat,weasel}-adblock-plus packages --- libre/icecat-ublock-origin/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libre/icecat-ublock-origin/PKGBUILD (limited to 'libre/icecat-ublock-origin/PKGBUILD') diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD new file mode 100644 index 000000000..d757acf37 --- /dev/null +++ b/libre/icecat-ublock-origin/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: André Silva + +pkgname=icecat-ublock-origin +pkgver=1.1.1 +pkgrel=1 +pkgdesc="Extension fork of the Adblock Plus for IceCat which block ads and banners, but without 'acceptable ads' feature" +arch=('any') +url="https://github.com/gorhill/uBlock" +license=('GPL3') +groups=('icecat-addons') +depends=("icecat") +makedepends=('unzip') +provides=('icecat-adblock-plus') +conflicts=('icecat-adblock-plus') +replaces=('icecat-adblock-plus') +source=("https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") +md5sums=('9f907a1d2e845cd34acfb5a669c013ac') + +package() { + # extension + _dest="$pkgdir/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net" + find . -type d -exec install -d {} $_dest/{} \; + find . -type f -exec install -Dm644 {} $_dest/{} \; + + # license + install -Dm644 LICENSE.txt \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} -- cgit v1.2.3