summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperlex2015-08-16 16:55:55 +0200
committersuperlex2015-08-16 16:55:55 +0200
commit0085355e4a3955cb88998aed3448f5a8688f961e (patch)
tree3383ecbff62031bfc24564cd461e0230a8e44cee
parent4dd70553b7bde95026d617eb099e058e33d2ecc5 (diff)
downloadaur-0085355e4a3955cb88998aed3448f5a8688f961e.tar.gz
Release 2, fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd66f636428..70dc0b80fadb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iceweasel
pkgdesc = Debian Browser based on Mozilla Firefox
pkgver = 40.0.deb1
- pkgrel = 1
+ pkgrel = 2
url = https://packages.debian.org/experimental/iceweasel
install = iceweasel.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e80674931950..2f43a8bc0c97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ _debrepo=http://ftp.debian.org/debian/pool/main/i/
pkgname=iceweasel
pkgver=$_debver.deb$_debrel
-pkgrel=1
+pkgrel=2
pkgdesc="Debian Browser based on Mozilla Firefox"
arch=('i686' 'x86_64')
license=('GPL' 'MPL' 'LGPL')
@@ -164,15 +164,15 @@ package() {
# According to debian choices, we prefer to use /etc/icewasel/searchplugins
install -d "$pkgdir/etc/${pkgname}/searchplugins/common"
- install -d "$pkgdir/etc/${pkgname}/searchplugins/locale"
# Add common web searchplugins
# install -Dm644 "$srcdir/$DEBIAN_BUILD/debian/duckduckgo.xml" "$pkgdir/etc/${pkgname}/searchplugins/common/duckduckgo.xml"
install -Dm644 "$srcdir/$DEBIAN_BUILD/debian/debsearch.xml" "$pkgdir/etc/${pkgname}/searchplugins/common/debsearch.xml"
# Add web searchplugins for default locale (en-US)
- cp -R "$pkgdir/usr/lib/$pkgname/browser/searchplugins" "$pkgdir/etc/${pkgname}/searchplugins/locale/en-US"
-
- rm -rv "$pkgdir/usr/lib/$pkgname/browser/searchplugins"
+ # WORNING!! It seems they aren't included anymore
+ # install -d "$pkgdir/etc/${pkgname}/searchplugins/locale"
+ # cp -R "$pkgdir/usr/lib/$pkgname/browser/searchplugins" "$pkgdir/etc/${pkgname}/searchplugins/locale/en-US"
+ # rm -rv "$pkgdir/usr/lib/$pkgname/browser/searchplugins"
}