From e8907fab6658afc6681f1a40e28f058fa87f4575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 24 Oct 2016 06:31:07 -0300 Subject: icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html --- libre/icecat-ublock-origin/PKGBUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libre/icecat-ublock-origin/PKGBUILD (limited to 'libre/icecat-ublock-origin') diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD deleted file mode 100644 index 702b62cda..000000000 --- a/libre/icecat-ublock-origin/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer (Arch): Daniel M. Capella -# Maintainer: André Silva - -pkgname=icecat-ublock-origin -pkgver=1.9.12 -pkgrel=1 -pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.' -url=https://github.com/gorhill/uBlock -arch=('any') -license=('GPL3') -depends=('icecat') -provides=('icecat-adblock-plus') -conflicts=('icecat-adblock-plus') -replaces=('icecat-adblock-plus') -groups=('icecat-addons') -source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-tb+an+fx+sm.xpi") -noextract=("${source##*/}") -sha512sums=('0901bb47317888dc7823b5d7841ff089ce757fab3fef895e34ea5138b38ca5190e5055dae569022ae6350dd69de36739235df5d46c2aaef3cf0c6675b656c9ec') - -package() { - install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.2