summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-11-17 17:54:13 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2019-01-13 18:55:26 -0500
commit0c01b70e305777bb32190823c0bcecffeff2fc67 (patch)
tree15fbb150bdae0ecf20b1a47e4ca719a26300c39c
parent30e7f6c205c87344ed12840e9d00d346e123a381 (diff)
63.0.{1→3}
-rw-r--r--libre/iceweasel/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch35
-rw-r--r--libre/iceweasel/PKGBUILD14
2 files changed, 5 insertions, 44 deletions
diff --git a/libre/iceweasel/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch b/libre/iceweasel/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
deleted file mode 100644
index 6fd00ca1c..000000000
--- a/libre/iceweasel/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e2d8a02d878aa27687f907b64fd41344ad1b2468 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <emilio@crisal.io>
-Date: Tue, 30 Oct 2018 22:21:52 +0100
-Subject: [PATCH] Keep mozilla-release building with newer cbindgen versions.
-
----
- servo/components/style/cbindgen.toml | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/servo/components/style/cbindgen.toml b/servo/components/style/cbindgen.toml
-index 46162e43db5e..1df99ffc5160 100644
---- a/servo/components/style/cbindgen.toml
-+++ b/servo/components/style/cbindgen.toml
-@@ -23,11 +23,17 @@ derive_helper_methods = true
-
- [export]
- prefix = "Style"
- include = [
- "StyleAppearance",
- "StyleDisplay",
- "StyleDisplayMode",
- "StyleFillRule",
-- "StylePathCommand"
-+ "StylePathCommand",
-+
-+ "Appearance",
-+ "Display",
-+ "DisplayMode",
-+ "FillRule",
-+ "PathCommand"
- ]
- item_types = ["enums", "structs", "typedefs"]
---
-2.17.2
-
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 46ebac8ec..4f9505ebc 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -40,7 +40,7 @@
pkgname=iceweasel
replaces=('firefox')
epoch=1
-pkgver=63.0.1
+pkgver=63.0.3
pkgrel=1
pkgrel+=.par1
pkgdesc="Libre standalone web browser based on Mozilla Firefox"
@@ -49,18 +49,18 @@ arch+=(i686 armv7h)
license=(MPL GPL LGPL)
url="https://wiki.parabola.nu/$pkgname"
depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
- ffmpeg nss hunspell-en_US sqlite ttf-font libpulse libvpx icu)
+ ffmpeg nss ttf-font libpulse sqlite libvpx icu)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
python nodejs python2-psutil cbindgen)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
- 'speech-dispatcher: Text-to-Speech')
-options=(!emptydirs !makeflags !strip)
+ 'speech-dispatcher: Text-to-Speech'
+ 'hunspell-en_US: Spell checking, American English')
+options=(!emptydirs !makeflags)
_repo=https://hg.mozilla.org/mozilla-unified
source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
- 0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
$pkgname.desktop)
# Branding
@@ -70,7 +70,6 @@ source+=("git://git.parabola.nu/packages/iceweasel.git#commit=${_brandingver}"
libre.patch)
sha256sums=('SKIP'
- 'a1e523f830f28217e050991062358c91be254e21732a6391449a8c0e3e0de77f'
'ed350ef2f528b999a621f7080fa80948be6b351e67ce32529fb32bcf47bb21fa'
'SKIP'
'b695926b8a1f9560f0e11e0bad2ef42df6152d4f16f95af1027bc12c487c1ede')
@@ -79,9 +78,6 @@ prepare() {
mkdir mozbuild
cd mozilla-unified
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1503401
- patch -Np1 -i ../0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
-
cat >.mozconfig <<END
ac_add_options --enable-application=browser