Browse Source

Update to version 78.0.3904.97-1

seppiofish 5 years ago
parent
commit
834844aa8e
2 changed files with 17 additions and 14 deletions
  1. 7 8
      .SRCINFO
  2. 10 6
      PKGBUILD

+ 7 - 8
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = ungoogled-chromium
 	pkgdesc = A lightweight approach to removing Google web service dependency
-	pkgver = 77.0.3865.120
+	pkgver = 78.0.3904.97
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -39,7 +39,6 @@ pkgbase = ungoogled-chromium
 	depends = libxml2
 	depends = fontconfig
 	depends = harfbuzz
-	depends = libvpx
 	depends = libjpeg
 	depends = re2
 	depends = libevent
@@ -60,14 +59,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-77.0.3865.120.tar.xz
+	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-78.0.3904.97.tar.xz
 	source = chromium-launcher-6.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v6.tar.gz
-	source = https://github.com/Eloston/ungoogled-chromium/archive/77.0.3865.120-1.tar.gz
-	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/19c53c4ce8a6b674500cf94dacafde41ba98cbf0.tar.gz
-	sha256sums = d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8
+	source = https://github.com/Eloston/ungoogled-chromium/archive/78.0.3904.97-1.tar.gz
+	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/f2914b4d0e0a062da92f1434780dd168b12678db.tar.gz
+	sha256sums = d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07
 	sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1
-	sha256sums = 456eabbc889c7135ca0eecb2bf57a10915f424ebf8a65016636b5b47b2a13e37
-	sha256sums = c70c5d3e92d64fc40e2f81e53fcf62099159ad8972d65853afb3f27e966a544d
+	sha256sums = dd89ed77066a6a3248932095e5c4557c699bf620b8ee1ccdf195bfc714bb6b43
+	sha256sums = 781bc4f83298286c45fcc941484cbe23cf913a7149bf7233181922f8d58cd833
 
 pkgname = ungoogled-chromium
 

+ 10 - 6
PKGBUILD

@@ -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'