summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-11-16 23:57:05 +0100
committerXZS2016-11-16 23:57:05 +0100
commit62ed849acd741cce64188fe5a8126d998896b2e6 (patch)
tree2b5479270fab51b4a348466f8204367a2dfc0993 /PKGBUILD
parentba03b75cfa688f49a612a7642fd85c6d35271afa (diff)
downloadaur-62ed849acd741cce64188fe5a8126d998896b2e6.tar.gz
leave contents as they are
Firefox requires Add-Ons to have a valid signatures without the possibility to overwrite from version 48 on. Reducing the installed size by removing files unneeded on a Linux system is impossible without changing the signature. So to not break compatibility with stock Firefox, the package contents will remain untouched.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index affc47912d79..33cfb315f181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mozilla-extension-gnotifier
pkgver=1.9.7
-pkgrel=2
+pkgrel=3
pkgdesc='Add-on for Firefox and Thunderbird. Replaces built-in notifications with the OS native notifications. It'
arch=('any')
license=('GPL3')
@@ -44,11 +44,6 @@ query-version() {
xmllint .version --xpath \
"//application[appID='$2']/$1_version/text()"
}
-
-build() {
- rm -r resources lib/{windows,osx}.js
-}
-
eval "package_$pkgname()" '{
prepare_target
cp --no-preserve=ownership,mode -r . "$destdir/$id"