summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-18 03:39:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-18 03:39:25 -0300
commitf655b484b1eb16d5de8cfdc5ead5500d19d1adf9 (patch)
treebbd21d77800a5a349613fc7189acdafe43361ffc /libre/iceweasel
parent8e794642ce799ddfbc355e46fd347525cbfc5b72 (diff)
downloadabslibre-f655b484b1eb16d5de8cfdc5ead5500d19d1adf9.tar.gz
abslibre-f655b484b1eb16d5de8cfdc5ead5500d19d1adf9.tar.bz2
abslibre-f655b484b1eb16d5de8cfdc5ead5500d19d1adf9.zip
iceweasel-1:52.0.1.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 710ab7a54..fd1ba76b2 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -20,7 +20,7 @@ _pgo=false
_debname=firefox
_brandingver=52.0
_brandingrel=1
-_debver=52.0
+_debver=52.0.1
_debrel=deb1
_debrepo=http://ftp.debian.org/debian/pool/main/
_parabolarepo=https://repo.parabola.nu/other/iceweasel
@@ -30,7 +30,7 @@ _pkgname=firefox
pkgname=iceweasel
epoch=1
pkgver=$_debver.$_debrel
-pkgrel=2
+pkgrel=1
pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox."
arch=(i686 x86_64 armv7h)
license=(MPL GPL LGPL)
@@ -38,14 +38,13 @@ depends=(alsa-lib dbus-glib ffmpeg gtk2 gtk3 hunspell icu=58.2 libevent libvpx l
makedepends=(autoconf2.13 diffutils gconf imagemagick imake inetutils libidl2 libpulse librsvg-stable libxslt mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip)
makedepends_i686=(cargo)
makedepends_x86_64=("${makedepends_i686[@]}")
-options=(!emptydirs !makeflags debug)
+options=(!emptydirs !makeflags !strip debug)
if $_pgo; then
makedepends+=(xorg-server-xvfb)
options+=(!ccache)
fi
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
- 'upower: Battery API'
'speech-dispatcher: Text-to-Speech')
url="https://wiki.parabola.nu/$pkgname"
replaces=("$pkgname-libre" "$_pkgname")
@@ -66,8 +65,8 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.xz"
enable-object-directory-paths.patch
mozilla-1253216.patch
mozilla-build-arm.patch)
-sha256sums=('a49b05242af57e498f437695193d4b6ee8e98dba973afa4eda56a3901dd69313'
- '32588244213a64db90a6675d60018db5a039f66fd42f761596a1b9314c3d258c'
+sha256sums=('b861b3337797c457cf8e6c47e8bf2ca7a81d8b428c8baaddf99fd1e93329f5ed'
+ 'bae1518514775595d3797f2009413061af78ec5dc855e16173828c4beac11b92'
'5579b0b3222bc62e9791f3a28348dc0977411b6f03d0a7c95b8467ab77b6ea17'
'SKIP'
'963cd7abcb9e7479a5bbd1dcc78846878e51cfef29c0e6063464023a84368209'
@@ -169,9 +168,6 @@ build() {
# Hardening
LDFLAGS+=" -Wl,-z,now"
- # GCC 6
- CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-schedule-insns2"
-
export PATH="$srcdir/path:$PATH"
if $_pgo; then