[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Sep 2 08:47:35 UTC 2015
Date: Wednesday, September 2, 2015 @ 10:47:34
Author: spupykin
Revision: 139090
archrelease: copy trunk to community-any
Added:
firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 139089, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
firefox-adblock-plus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-02 08:47:24 UTC (rev 139089)
+++ PKGBUILD 2015-09-02 08:47:34 UTC (rev 139090)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.9
-pkgrel=1
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/"
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-noextract=("adblockplus-$pkgver.xpi")
-source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi")
-md5sums=('e53ca224ec1bfad22b97c50ff191c1d9')
-
-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/firefox/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 {} \;
-}
Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 139089, firefox-adblock-plus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-02 08:47:34 UTC (rev 139090)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.10
+pkgrel=1
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/"
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+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/firefox/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 {} \;
+}
More information about the arch-commits
mailing list