summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2018-11-03 09:01:31 -0300
committerFreemor <freemor@freemor.ca>2018-11-03 09:01:31 -0300
commitc4549f6a79197a8b565a7653bdcb405db57405c4 (patch)
treebbf1ed98ebe82b9b5859852b9f4b6b586da3a7fc /libre/iceweasel
parent2aefa8c31a800986069c198bcc45c25094be7e7f (diff)
Moving the working [libre-testing/iceweasel] here, rebuilt against icu 63.1
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index f1e8ecf7a..635568990 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -42,7 +42,7 @@ replaces=('firefox')
epoch=1
pkgver=61.0.2
pkgrel=1
-pkgrel+=.parabola3
+pkgrel+=.parabola4
pkgdesc="Libre standalone web browser based on Mozilla Firefox"
arch=(x86_64)
arch+=(i686 armv7h)
@@ -65,6 +65,7 @@ sha256sums=('SKIP'
'dabd5a0b8023e8ca13f6ae5fcb9e6c29531fc952bc781b4aa25c8a598187768e'
'SKIP'
'f2ebd5054b81a0f0f642b523a545145bdd5939e70b79c8129415cd1646cc6d74'
+ '070f9e1a8513ab66903f2f19d6fa9d13c9a2d975921a21821a6e76cd8fec53c6'
'b695926b8a1f9560f0e11e0bad2ef42df6152d4f16f95af1027bc12c487c1ede')
# Branding
@@ -73,6 +74,7 @@ _brandingrel=1
makedepends+=(mozilla-searchplugins quilt libxslt imagemagick)
source+=(https://repo.parabola.nu/other/iceweasel/${pkgname}_${_brandingver}-${_brandingrel}.branding.tar.xz{,.sig}
0001-branding-Fix-for-v60-v61.patch
+ 0002-Fix-triplet-two-parts.patch
libre.patch)
validpgpkeys+=('BFA8008A8265677063B11BF47171986E4B745536') # Andreas Grapentin
@@ -122,6 +124,8 @@ END
END
fi # end [[ $CARCH = arm* ]]
+ patch -Np1 -i "$srcdir/0002-Fix-triplet-two-parts.patch"
+
## Rebranding
local brandingdir="$srcdir/$pkgname-$_brandingver"
pushd "$brandingdir"