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-adblock-plus/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 libre/icecat-adblock-plus/PKGBUILD (limited to 'libre/icecat-adblock-plus/PKGBUILD') diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD deleted file mode 100644 index e70fa1cb3..000000000 --- a/libre/icecat-adblock-plus/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 139089 2015-09-02 08:47:24Z spupykin $ -# Maintainer (Arch): Sergej Pupykin - -pkgname=icecat-adblock-plus -pkgver=2.6.10 -pkgrel=1 -pkgdesc="Extension for icecat which block ads and banners" -arch=('any') -url="http://adblockplus.org/" -license=('GPL') -groups=('icecat-addons') -depends=("icecat") -makedepends=('unzip') -noextract=("adblockplus-$pkgver.xpi") -source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi") -md5sums=('df5f71f73ace992fc3504a6c46849b59') - -package() { - cd $srcdir - unzip adblockplus-$pkgver.xpi - local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) - local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/${emid} - [ -n ${emid} ] || return 1 - install -d $dstdir - cp -R * $dstdir - rm $dstdir/*.xpi - find $pkgdir -type d -exec chmod 0755 {} \; - find $pkgdir -type f -exec chmod 0644 {} \; -} -- cgit v1.2.3-54-g00ecf