[arch-commits] Commit in chromium/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Aug 12 23:22:53 UTC 2018
Date: Sunday, August 12, 2018 @ 23:22:52
Author: foutrelis
Revision: 331442
Switch to extra/gn instead of bootstrapping it
Modified:
chromium/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-12 23:15:44 UTC (rev 331441)
+++ PKGBUILD 2018-08-12 23:22:52 UTC (rev 331442)
@@ -16,7 +16,7 @@
'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld')
+ 'clang' 'lld' 'gn')
optdepends=('pepper-flash: support for Flash content'
'kdialog: needed for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
@@ -191,10 +191,7 @@
CPPFLAGS+=' -DNO_UNWIND_TABLES'
fi
- python2 tools/gn/bootstrap/bootstrap.py -s --no-clean
- out/Release/gn gen out/Release --args="${_flags[*]}" \
- --script-executable=/usr/bin/python2
-
+ gn gen out/Release --args="${_flags[*]}" --script-executable=/usr/bin/python2
ninja -C out/Release chrome chrome_sandbox chromedriver
}
More information about the arch-commits
mailing list