summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sandbox-linux-build.patch11
3 files changed, 18 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff57a888c66..441bce085da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 02:24:55 UTC 2017
+# Tue Apr 25 02:46:38 UTC 2017
pkgbase = iridium
pkgdesc = a free, open, and libre browser modification of the Chromium code base
pkgver = 58.0
@@ -52,11 +52,13 @@ pkgbase = iridium
source = https://downloads.iridiumbrowser.de/source/iridium-browser-58.0.tar.xz
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
source = chromium.desktop
+ source = sandbox-linux-build.patch
source = chromium-system-ffmpeg-r4.patch
source = chromium-widevine.patch
sha256sums = ec59bf66b1d686c85172c7b9dade6bbda10600df25b17f86a1847d29d8bb9d62
sha256sums = 8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28
sha256sums = 028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9
+ sha256sums = 2ab5114225c3dd686025090098baefc02edfb0fc0cca3dbd5a289881e6169f26
sha256sums = e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986
sha256sums = d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808
diff --git a/PKGBUILD b/PKGBUILD
index e7c8725e829f..d5ee8439da43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,11 +46,13 @@ options=('!strip')
source=(https://downloads.iridiumbrowser.de/source/iridium-browser-${pkgver}.tar.xz
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
chromium.desktop
+ sandbox-linux-build.patch
chromium-system-ffmpeg-r4.patch
chromium-widevine.patch)
sha256sums=('ec59bf66b1d686c85172c7b9dade6bbda10600df25b17f86a1847d29d8bb9d62'
'8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
+ '2ab5114225c3dd686025090098baefc02edfb0fc0cca3dbd5a289881e6169f26'
'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
@@ -71,6 +73,8 @@ prepare() {
sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
patch -Np1
+ patch -Np1 -i ../sandbox-linux-build.patch
+
# Fixes from Gentoo
patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
diff --git a/sandbox-linux-build.patch b/sandbox-linux-build.patch
new file mode 100644
index 000000000000..51f4be046f5d
--- /dev/null
+++ b/sandbox-linux-build.patch
@@ -0,0 +1,11 @@
+--- sandbox/linux/BUILD.gn.orig 2017-04-25 02:44:30.018952498 +0000
++++ sandbox/linux/BUILD.gn 2017-04-25 02:45:03.731526441 +0000
+@@ -278,7 +278,7 @@
+
+ cflags = [
+ # For ULLONG_MAX
+- "-std=gnu99 -fPIE",
++ "-std=gnu99", "-fPIE",
+
+ # These files have a suspicious comparison.
+ # TODO fix this and re-enable this warning.