summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
-rw-r--r--harfbuzz-1.1.3-fixed.patch.gzbin0 -> 41786 bytes
-rw-r--r--harfbuzz-1.1.3.patch.gzbin42054 -> 0 bytes
-rw-r--r--mozconfig2
5 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf452ede6f1..b186cac87d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 23:44:42 UTC 2016
+# Mon Aug 1 21:47:07 UTC 2016
pkgbase = firefox-esr
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
- pkgver = 45.2.0
+ pkgver = 45.3.0
pkgrel = 1
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = i686
@@ -44,22 +44,22 @@ pkgbase = firefox-esr
conflicts = firefox
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/firefox/releases/45.2.0esr/source/firefox-45.2.0esr.source.tar.xz
+ source = https://ftp.mozilla.org/pub/firefox/releases/45.3.0esr/source/firefox-45.3.0esr.source.tar.xz
source = mozconfig
source = firefox.desktop
source = firefox-install-dir.patch
source = vendor.js
source = mozilla-1245076-1.patch
source = no-libnotify.patch
- source = harfbuzz-1.1.3.patch.gz
- sha256sums = 1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b
- sha256sums = ee8f508442147ad5afcd9c9e60d50d22659ad8c246d35ce8c97aa4463be3a9bc
+ source = harfbuzz-1.1.3-fixed.patch.gz
+ sha256sums = 922233c65c0aabd05371974c289495119c28d72fc7f8b06a22b58c5f70f8b8f7
+ sha256sums = 21ef71942681206c650862215543f35fd0ceaed362d93d6f9c30f7a24fb204b4
sha256sums = c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826
sha256sums = d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd
sha256sums = 4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4
sha256sums = 6e7cba25c52b246da183b8309e7b56208bd991d1a7adb40063c5702a6f3722ea
sha256sums = e4ebdd14096d177d264a7993dbd5df46463605ff45f783732c26d30b9caa53a7
- sha256sums = 3a61b517aedd54b25d2cfc96455cac0ec92033697f735885ecacbbf4b75f38a8
+ sha256sums = 899c19ee98b0eab3d98383d70220ab26c912eeec8b04c8dd37f05d0ab389e574
pkgname = firefox-esr
diff --git a/PKGBUILD b/PKGBUILD
index f1136245173d..34e9f1038735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-esr
-pkgver=45.2.0
+pkgver=45.3.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org, Extended Support Release"
arch=('i686' 'x86_64')
@@ -25,15 +25,15 @@ source=(https://ftp.mozilla.org/pub/firefox/releases/${pkgver}esr/source/firefox
mozconfig firefox.desktop firefox-install-dir.patch vendor.js
mozilla-1245076-1.patch
no-libnotify.patch
- harfbuzz-1.1.3.patch.gz)
-sha256sums=('1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b'
- 'ee8f508442147ad5afcd9c9e60d50d22659ad8c246d35ce8c97aa4463be3a9bc'
+ harfbuzz-1.1.3-fixed.patch.gz)
+sha256sums=('922233c65c0aabd05371974c289495119c28d72fc7f8b06a22b58c5f70f8b8f7'
+ '21ef71942681206c650862215543f35fd0ceaed362d93d6f9c30f7a24fb204b4'
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
'6e7cba25c52b246da183b8309e7b56208bd991d1a7adb40063c5702a6f3722ea'
'e4ebdd14096d177d264a7993dbd5df46463605ff45f783732c26d30b9caa53a7'
- '3a61b517aedd54b25d2cfc96455cac0ec92033697f735885ecacbbf4b75f38a8')
+ '899c19ee98b0eab3d98383d70220ab26c912eeec8b04c8dd37f05d0ab389e574')
validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -56,7 +56,7 @@ prepare() {
patch -Np1 -i ../no-libnotify.patch
# Harfbuzz patch to v1.1.3
- patch -Np1 -i ../harfbuzz-1.1.3.patch
+ patch -Np1 -i ../harfbuzz-1.1.3-fixed.patch
echo -n "$_google_api_key" >google-api-key
echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig
diff --git a/harfbuzz-1.1.3-fixed.patch.gz b/harfbuzz-1.1.3-fixed.patch.gz
new file mode 100644
index 000000000000..7b77351caa9d
--- /dev/null
+++ b/harfbuzz-1.1.3-fixed.patch.gz
Binary files differ
diff --git a/harfbuzz-1.1.3.patch.gz b/harfbuzz-1.1.3.patch.gz
deleted file mode 100644
index 321407fa9959..000000000000
--- a/harfbuzz-1.1.3.patch.gz
+++ /dev/null
Binary files differ
diff --git a/mozconfig b/mozconfig
index 3b239fd47f2d..9329c542afda 100644
--- a/mozconfig
+++ b/mozconfig
@@ -23,7 +23,7 @@ ac_add_options --enable-system-pixman
# Features
ac_add_options --enable-startup-notification
-ac_add_options --disable-gstreamer
+ac_add_options --enable-gstreamer=1.0
ac_add_options --disable-updater
ac_add_options --disable-crashreporter