summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Update-bindgen.patch.xzbin0 -> 139904 bytes
-rw-r--r--0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xzbin0 -> 43160 bytes
-rw-r--r--PKGBUILD18
4 files changed, 22 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ecc22fabff1..49bbfeb225c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 12 20:30:31 UTC 2019
+# Tue Dec 3 19:03:15 UTC 2019
pkgbase = firefox-kde-opensuse
pkgdesc = Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
pkgver = 70.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox
arch = i686
arch = x86_64
@@ -79,6 +79,8 @@ pkgbase = firefox-kde-opensuse
source = pgo.patch
source = 7002_system_av1_support.patch
source = 0001-Use-remoting-name-for-GDK-application-names.patch
+ source = 0001-Update-bindgen.patch.xz
+ source = 0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz
md5sums = SKIP
md5sums = f758e064e1463b90878790124f398197
md5sums = a26a061efb4def6572d5b319d657f1d6
@@ -96,6 +98,8 @@ pkgbase = firefox-kde-opensuse
md5sums = f867ae41a722630cc5567e2dcc51676d
md5sums = d87270bfe02ea30e2fde3fcae5daf18d
md5sums = 0ffabb81dd8a5fe98bb8afe47d6541d3
+ md5sums = 0c91cd2a5abc6474dd24912bea80bf23
+ md5sums = 35b553936e674cd8538fd97d6414b046
pkgname = firefox-kde-opensuse
diff --git a/0001-Update-bindgen.patch.xz b/0001-Update-bindgen.patch.xz
new file mode 100644
index 000000000000..335985781b8a
--- /dev/null
+++ b/0001-Update-bindgen.patch.xz
Binary files differ
diff --git a/0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz b/0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz
new file mode 100644
index 000000000000..9d4caa2c7119
--- /dev/null
+++ b/0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index e16d6710fa65..1c75a4e9db86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _pgo=true
_pkgname=firefox
pkgname=$_pkgname-kde-opensuse
pkgver=70.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -76,6 +76,10 @@ source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
7002_system_av1_support.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
0001-Use-remoting-name-for-GDK-application-names.patch
+ # Update Bindgen to fix building with rust 1.39
+ 0001-Update-bindgen.patch.xz
+ # Fix building with python 3.8
+ 0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz
)
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -123,6 +127,14 @@ prepare() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
patch -Np1 -i "$srcdir"/0001-Use-remoting-name-for-GDK-application-names.patch
+
+ # Update Bindgen to fix building with rust 1.39
+ xzcat "$srcdir"/0001-Update-bindgen.patch.xz | patch -Np1
+
+ # Fix building with python 3.8
+ xzcat "$srcdir"/\
+0002-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch.xz | \
+ patch -Np1
if [[ $_pgo ]] ; then
# add missing rule for pgo builds
@@ -235,4 +247,6 @@ md5sums=('SKIP'
'8d0c0ebc805e4e52a3cb2c0dc64ea2de'
'f867ae41a722630cc5567e2dcc51676d'
'd87270bfe02ea30e2fde3fcae5daf18d'
- '0ffabb81dd8a5fe98bb8afe47d6541d3')
+ '0ffabb81dd8a5fe98bb8afe47d6541d3'
+ '0c91cd2a5abc6474dd24912bea80bf23'
+ '35b553936e674cd8538fd97d6414b046')