summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-26 12:11:39 +0200
committerSeppia <seppia@seppia.net>2018-06-26 12:11:39 +0200
commit9389cd64050d7b0136e30fffcb0e339de8569df0 (patch)
tree34f1660ee6f811ddb66859237d4e75537016c30f
parent4519f9cc49197de12359930ee0e077bff056ce90 (diff)
downloadungoogled-chromium-9389cd64050d7b0136e30fffcb0e339de8569df0.tar.gz
ungoogled-chromium-9389cd64050d7b0136e30fffcb0e339de8569df0.tar.bz2
ungoogled-chromium-9389cd64050d7b0136e30fffcb0e339de8569df0.zip
Update to version 67.0.3396.87
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD25
2 files changed, 16 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4d0ce..c4191dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ungoogled-chromium
pkgdesc = Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency
- pkgver = 66.0.3359.181
+ pkgver = 67.0.3396.87
pkgrel = 1
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
@@ -56,14 +56,14 @@ pkgbase = ungoogled-chromium
optdepends = libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs
provides = chromium
conflicts = chromium
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-66.0.3359.181.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-67.0.3396.87.tar.xz
source = chromium-launcher-6.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v6.tar.gz
- source = chromium-66.0.3359.181.txt::https://chromium.googlesource.com/chromium/src/+/66.0.3359.181?format=TEXT
- source = https://github.com/Eloston/ungoogled-chromium/archive/66.0.3359.181-1.tar.gz
- sha256sums = 37e6673741b365a25a837217b08f77b24b4f5fc4ad88c8581be6a5dae9a9e919
+ source = chromium-67.0.3396.87.txt::https://chromium.googlesource.com/chromium/src/+/67.0.3396.87?format=TEXT
+ source = https://github.com/Eloston/ungoogled-chromium/archive/67.0.3396.87-1.tar.gz
+ sha256sums = 5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d
sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1
- sha256sums = 221d0f17951e88d4d315f3160919380237b88587c4b295d619229a05b79927f1
- sha256sums = fb928bdaa60521d34ad7f33b92d2bfe5a18103048efe6b886a17144f9cd8074a
+ sha256sums = f8aafb24bc8ef679e16ad4ad0ff4022e4fceb102d38788953ab95f7a3858febb
+ sha256sums = 3c589087e163aa67a899b7f21b9a658ffed5e5944127b97028f183d677a81233
pkgname = ungoogled-chromium
diff --git a/PKGBUILD b/PKGBUILD
index efd6fd2..e1518f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Derived from official Chromium and Inox PKGBUILDS and ungoogled-chromium buildkit
pkgname=ungoogled-chromium
-pkgver=66.0.3359.181
+pkgver=67.0.3396.87
pkgrel=1
_launcher_ver=6
pkgdesc="Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency"
@@ -27,11 +27,11 @@ conflicts=('chromium')
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src/+/$pkgver?format=TEXT
- 'https://github.com/Eloston/ungoogled-chromium/archive/66.0.3359.181-1.tar.gz')
-sha256sums=('37e6673741b365a25a837217b08f77b24b4f5fc4ad88c8581be6a5dae9a9e919'
+ 'https://github.com/Eloston/ungoogled-chromium/archive/67.0.3396.87-1.tar.gz')
+sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
- '221d0f17951e88d4d315f3160919380237b88587c4b295d619229a05b79927f1'
- 'fb928bdaa60521d34ad7f33b92d2bfe5a18103048efe6b886a17144f9cd8074a')
+ 'f8aafb24bc8ef679e16ad4ad0ff4022e4fceb102d38788953ab95f7a3858febb'
+ '3c589087e163aa67a899b7f21b9a658ffed5e5944127b97028f183d677a81233')
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
# Keys are the names in the above script; values are the dependencies in Arch
@@ -77,15 +77,6 @@ prepare() {
cd "$srcdir/chromium-$pkgver"
msg2 'Applying build patches'
- # https://crbug.com/710701
- local _chrome_build_hash=$(base64 -d ../chromium-$pkgver.txt |
- grep -Po '^parent \K[0-9a-f]{40}$')
- if [[ -z $_chrome_build_hash ]]; then
- error "Unable to find Chrome build hash."
- return 1
- fi
- echo "LASTCHANGE=$_chrome_build_hash-" >build/util/LASTCHANGE
-
# Apply patches
env QUILT_PATCHES="$_user_bundle/patches" quilt push -a
@@ -101,6 +92,7 @@ prepare() {
\! -path "*third_party/$_lib/chromium/*" \
\! -path "*third_party/$_lib/google/*" \
\! -path './base/third_party/icu/*' \
+ \! -path './third_party/crashpad/crashpad/third_party/zlib/zlib_crashpad.h' \
\! -path './third_party/pdfium/third_party/freetype/include/pstables.h' \
\! -path './third_party/yasm/run_yasm.py' \
\! -regex '.*\.\(gn\|gni\|isolate\)' \
@@ -172,6 +164,7 @@ build() {
'use_allocator="none"'
'use_cups=true'
'use_custom_libcxx=false'
+ 'use_gio=true'
'use_gnome_keyring=false'
'use_gold=true'
'use_gtk3=true'
@@ -204,7 +197,7 @@ build() {
--script-executable=/usr/bin/python2 --fail-on-unused-args
msg2 'Building Chromium'
- ninja -C out/Default chrome chrome_sandbox chromedriver widevinecdmadapter
+ ninja -C out/Default chrome chrome_sandbox chromedriver
}
package() {
@@ -232,7 +225,7 @@ package() {
cp \
out/Default/{chrome_{100,200}_percent,resources}.pak \
- out/Default/{*.bin,chromedriver,libwidevinecdmadapter.so} \
+ out/Default/{*.bin,chromedriver} \
"$pkgdir/usr/lib/chromium/"
install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Default/locales/*.pak