summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-06-29 19:51:25 +0200
committersL1pKn072017-06-29 19:51:25 +0200
commit52a43682104003041729db04ec77f2b497c93c69 (patch)
tree91e183ff8ff1c1ab1bc0445e5476649882326c38
parent291ab04200cbda7661090d88a4051d98b8fd4865 (diff)
downloadaur-52a43682104003041729db04ec77f2b497c93c69.tar.gz
Update to 61.0.3141.7
- Update chromium-launcher to v5 - Remove sandbox makedepend
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD20
2 files changed, 12 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bada8a4cad47..155e53c27e2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 27 14:17:45 UTC 2017
+# Thu Jun 29 17:50:14 UTC 2017
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 61.0.3135.4
+ pkgver = 61.0.3141.7
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -23,11 +23,9 @@ pkgbase = chromium-dev
makedepends = hwids
makedepends = nodejs
makedepends = wget
- makedepends = sandbox
depends = libxslt
depends = libxss
depends = minizip
- depends = perl-file-basedir
depends = nss
depends = pciutils
depends = re2
@@ -48,23 +46,21 @@ pkgbase = chromium-dev
optdepends = ttf-font: For some typography
optdepends = libappindicator-gtk3: Needed for show systray icon in the panel
options = !strip
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-61.0.3135.4.tar.xz
- source = git+https://github.com/foutrelis/chromium-launcher.git#tag=v3
- source = git+https://github.com/mattn/go-shellwords.git
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-61.0.3141.7.tar.xz
+ source = git+https://github.com/foutrelis/chromium-launcher.git#tag=v5
source = chromium-dev.svg
source = BUILD.gn
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-FORTIFY_SOURCE-r2.patch
- source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r10.patch
+ source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r11.patch
source = minizip.patch
source = vaapi_patch_r2.patch
source = chromium-widevine-r1.patch
- sha256sums = 9ffc9be0e30cdd8fce80b91195e32b9d148510f5fa10bed833e5f3d897181bf6
- sha256sums = SKIP
+ sha256sums = 3cc9039cb3db48bdd6e1ba74e600fa59c9b7b25fa29f66a6304e1674fde3b12d
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 07df380530299b0450045edd655f924f0e0442abccb05c2336ed2aea9d5ee044
sha256sums = fa3f703d599051135c5be24b81dfcb23190bb282db73121337ac76bc9638e8a5
- sha256sums = 648dae208ef1968ae686d42a2ad51909df21e6080e508c8b357410642cbbf35f
+ sha256sums = feeacc5ec4a2d16487c27cc8d68a8ae394f1e37e8bced04d956f0ac6b90204e9
sha256sums = 95ba939b9372e533ecbcc9ca034f3e9fc6621d3bddabb57c4d092ea69fa6c840
sha256sums = 4ec8b2df4859b9d26b8ea4afc205f563f59844c54a6659bb279776b93163a0ce
sha256sums = 0d537830944814fe0854f834b5dc41dc5fc2428f77b2ad61d4a5e76b0fe99880
diff --git a/PKGBUILD b/PKGBUILD
index b0f0cbdca321..c9f0aaf2b2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ _enable_vaapi=0 # Patch for VAAPI HW acceleration NOTE: don't work in some grap
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=61.0.3135.4
-_launcher_ver=3
+pkgver=61.0.3141.7
+_launcher_ver=5
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('i686' 'x86_64')
@@ -30,7 +30,6 @@ depends=(
'libxslt'
'libxss'
'minizip'
- 'perl-file-basedir'
'nss'
'pciutils'
're2'
@@ -59,7 +58,6 @@ makedepends=('libexif'
'hwids'
'nodejs'
'wget'
- 'sandbox'
)
optdepends=('libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users'
'libva-mesa-driver: HW video acceleration for Nouveau, R600 and RadeonSI users'
@@ -78,12 +76,11 @@ optdepends=('libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users
source=( #"https://gsdview.appspot.com/chromium-browser-official/chromium-${pkgver}.tar.xz"
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${pkgver}.tar.xz"
"git+https://github.com/foutrelis/chromium-launcher.git#tag=v${_launcher_ver}"
- 'git+https://github.com/mattn/go-shellwords.git'
'chromium-dev.svg'
'BUILD.gn'
# Patch form Gentoo
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-FORTIFY_SOURCE-r2.patch'
- 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r10.patch'
+ 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r11.patch'
# Misc Patches
'minizip.patch'
'vaapi_patch_r2.patch'
@@ -93,12 +90,11 @@ source=( #"https://gsdview.appspot.com/chromium-browser-official/chromium-${pkgv
sha256sums=( #"$(curl -sL https://gsdview.appspot.com/chromium-browser-official/chromium-55.0.2873.0.tar.xz.hashes | grep sha256 | cut -d ' ' -f3)"
"$(curl -sL https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${pkgver}.tar.xz.hashes | grep sha256 | cut -d ' ' -f3)"
'SKIP'
- 'SKIP'
'dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1'
'07df380530299b0450045edd655f924f0e0442abccb05c2336ed2aea9d5ee044'
# Patch form Gentoo
'fa3f703d599051135c5be24b81dfcb23190bb282db73121337ac76bc9638e8a5'
- '648dae208ef1968ae686d42a2ad51909df21e6080e508c8b357410642cbbf35f'
+ 'feeacc5ec4a2d16487c27cc8d68a8ae394f1e37e8bced04d956f0ac6b90204e9'
# Misc Patches
'95ba939b9372e533ecbcc9ca034f3e9fc6621d3bddabb57c4d092ea69fa6c840'
'4ec8b2df4859b9d26b8ea4afc205f563f59844c54a6659bb279776b93163a0ce'
@@ -374,10 +370,6 @@ prepare() {
ln -sf /usr/bin/python2 "${srcdir}/python-path/python"
export PATH="${srcdir}/python-path:$PATH"
- cd "${srcdir}/chromium-launcher"
- git config submodule.vendor/src/github.com/mattn/go-shellwords.url "file:///${srcdir}/go-shellwords"
- git submodule update --init
-
cd "${srcdir}/chromium-${pkgver}"
# Fix to save configuration in ~/.config/chromium-dev.
@@ -390,7 +382,7 @@ prepare() {
msg2 "Patching the sources"
# Patch sources from Gentoo.
patch -p1 -i "${srcdir}/chromium-FORTIFY_SOURCE-r2.patch"
- patch -p1 -i "${srcdir}/chromium-gn-bootstrap-r10.patch"
+ patch -p1 -i "${srcdir}/chromium-gn-bootstrap-r11.patch"
# Misc Patches:
if [ "${_enable_vaapi}" = 1 ]; then
@@ -493,9 +485,7 @@ build() {
msg2 "Build the Launcher"
make -C "chromium-launcher" \
- PREFIX=usr \
CHROMIUM_SUFFIX="-dev" \
- GTK=3
cd "chromium-${pkgver}"