summaryrefslogtreecommitdiff
path: root/libre/icecat-adblock-plus/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-04 18:56:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-04 18:56:27 -0300
commitd35188e4ff943883232f9e0266d2f1ed132f07c2 (patch)
tree7051146351eb30ceeea4e7bf2be3d0607749e1c0 /libre/icecat-adblock-plus/PKGBUILD
parent0e943a9183aa674aaca3df1ead6ea9dbe083b933 (diff)
ice{cat,weasel}-ublock-origin: add new packages to [libre] to replace ice{cat,weasel}-adblock-plus packages
Diffstat (limited to 'libre/icecat-adblock-plus/PKGBUILD')
-rw-r--r--libre/icecat-adblock-plus/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
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 <pupykin.s+arch@gmail.com>
-
-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 {} \;
-}