|
@@ -3,9 +3,9 @@
|
|
|
# Derived from official Chromium and Inox PKGBUILDS and ungoogled-chromium buildkit
|
|
|
|
|
|
pkgname=ungoogled-chromium
|
|
|
-pkgver=77.0.3865.120
|
|
|
+pkgver=78.0.3904.97
|
|
|
_rev=1
|
|
|
-_archver=19c53c4ce8a6b674500cf94dacafde41ba98cbf0
|
|
|
+_archver=f2914b4d0e0a062da92f1434780dd168b12678db
|
|
|
pkgrel=${_rev}
|
|
|
_launcher_ver=6
|
|
|
pkgdesc="A lightweight approach to removing Google web service dependency"
|
|
@@ -30,10 +30,10 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
|
|
|
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
|
|
|
https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-$pkgrel.tar.gz
|
|
|
https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/${_archver}.tar.gz)
|
|
|
-sha256sums=('d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8'
|
|
|
+sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
|
|
|
'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
|
|
|
- '456eabbc889c7135ca0eecb2bf57a10915f424ebf8a65016636b5b47b2a13e37'
|
|
|
- 'c70c5d3e92d64fc40e2f81e53fcf62099159ad8972d65853afb3f27e966a544d')
|
|
|
+ 'dd89ed77066a6a3248932095e5c4557c699bf620b8ee1ccdf195bfc714bb6b43'
|
|
|
+ '781bc4f83298286c45fcc941484cbe23cf913a7149bf7233181922f8d58cd833')
|
|
|
|
|
|
# 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
|
|
@@ -48,7 +48,7 @@ declare -gA _system_libs=(
|
|
|
[libevent]=libevent
|
|
|
[libjpeg]=libjpeg
|
|
|
#[libpng]=libpng # https://crbug.com/752403#c10
|
|
|
- [libvpx]=libvpx
|
|
|
+ #[libvpx]=libvpx # https://github.com/webmproject/libvpx/commit/5a0242ba5c
|
|
|
[libwebp]=libwebp
|
|
|
[libxml]=libxml2
|
|
|
[libxslt]=libxslt
|
|
@@ -131,6 +131,10 @@ build() {
|
|
|
CXXFLAGS+=' -Wno-builtin-macro-redefined'
|
|
|
CPPFLAGS+=' -D__DATE__= -D__TIME__= -D__TIMESTAMP__='
|
|
|
|
|
|
+ # Do not warn about unknown warning options
|
|
|
+ CFLAGS+=' -Wno-unknown-warning-option'
|
|
|
+ CXXFLAGS+=' -Wno-unknown-warning-option'
|
|
|
+
|
|
|
msg2 'Configuring Chromium'
|
|
|
gn gen out/Default --script-executable=/usr/bin/python2 --fail-on-unused-args
|
|
|
msg2 'Building Chromium'
|