summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2017-04-25 10:25:19 +0800
committerIru Cai2017-04-25 10:25:19 +0800
commit6f1b7fb358d6c6e0298ca5fb835cf346c5833ce0 (patch)
tree7e4938257454303dc6ea3ba2aa66ed05d193f7d9
parent39a7df895a30926ee8a048b0f886ffbdb6b40ec5 (diff)
downloadaur-6f1b7fb358d6c6e0298ca5fb835cf346c5833ce0.tar.gz
do not need chromium-gn-bootstrap-r2.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rw-r--r--chromium-gn-bootstrap-r2.patch13
3 files changed, 1 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eaab29ebeb8..3ff57a888c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 23:15:51 UTC 2017
+# Tue Apr 25 02:24:55 UTC 2017
pkgbase = iridium
pkgdesc = a free, open, and libre browser modification of the Chromium code base
pkgver = 58.0
@@ -53,13 +53,11 @@ pkgbase = iridium
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
source = chromium.desktop
source = chromium-system-ffmpeg-r4.patch
- source = chromium-gn-bootstrap-r2.patch
source = chromium-widevine.patch
sha256sums = ec59bf66b1d686c85172c7b9dade6bbda10600df25b17f86a1847d29d8bb9d62
sha256sums = 8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28
sha256sums = 028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9
sha256sums = e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986
- sha256sums = 64d743c78183c302c42d1f289863e34c74832fca57443833e46a0a3157e2b5de
sha256sums = d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808
pkgname = iridium
diff --git a/PKGBUILD b/PKGBUILD
index 9466f236935d..e7c8725e829f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,13 +47,11 @@ source=(https://downloads.iridiumbrowser.de/source/iridium-browser-${pkgver}.tar
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
chromium.desktop
chromium-system-ffmpeg-r4.patch
- chromium-gn-bootstrap-r2.patch
chromium-widevine.patch)
sha256sums=('ec59bf66b1d686c85172c7b9dade6bbda10600df25b17f86a1847d29d8bb9d62'
'8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
- '64d743c78183c302c42d1f289863e34c74832fca57443833e46a0a3157e2b5de'
'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -75,7 +73,6 @@ prepare() {
# Fixes from Gentoo
patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
- patch -Np1 -i ../chromium-gn-bootstrap-r2.patch
# Use Python 2
find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
diff --git a/chromium-gn-bootstrap-r2.patch b/chromium-gn-bootstrap-r2.patch
deleted file mode 100644
index 76287e1a56ec..000000000000
--- a/chromium-gn-bootstrap-r2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: tools/gn/bootstrap/bootstrap.py
-diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
-index 38cfb117d29c3895291379f00d8dc8c8b0727474..679170e610f8292bcbeb76508fd247d322a69c79 100755
---- a/tools/gn/bootstrap/bootstrap.py
-+++ b/tools/gn/bootstrap/bootstrap.py
-@@ -385,6 +385,7 @@ def write_gn_ninja(path, root_gen_dir, options):
- 'base/base_switches.cc',
- 'base/build_time.cc',
- 'base/callback_internal.cc',
-+ 'base/callback_helpers.cc',
- 'base/command_line.cc',
- 'base/debug/activity_tracker.cc',
- 'base/debug/alias.cc',