summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-14 21:43:35 +0200
committersl1pkn072015-06-14 21:43:35 +0200
commit91cba5c79097adfe7d093579d9116374be20ecc4 (patch)
tree05f89d7f680ee5c6fdf69f8f57ebfebf8d6e971e
parentf7a27e08b2e0c9b16a964bbeb25e804290002479 (diff)
downloadaur-91cba5c79097adfe7d093579d9116374be20ecc4.tar.gz
Update to 45.0.2427.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--chromium-dev.install12
3 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc16b541dea..515eac5c99d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 45.0.2421.0
+ pkgver = 45.0.2427.7
pkgrel = 1
url = http://www.chromium.org/
install = chromium-dev.install
@@ -50,12 +50,12 @@ pkgbase = chromium-dev
optdepends = libappindicator-gtk2: Needed for show systray icon in the panel in plasma-next (KF5)
options = !strip
backup = etc/chromium-dev/default
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-45.0.2421.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-45.0.2427.7.tar.xz
source = chromium-launcher-2.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v2.tar.gz
source = chromium-dev.desktop
source = chromium-dev.xml
source = chromium-system-jinja-r8.patch
- md5sums = 39e0a13ab25986bbd7ef36c346c20a48
+ md5sums = b48f9b458abafc855c165152e8b0b20a
md5sums = 4a11383122605d265da047075e625fb8
md5sums = 3e52a42d8b6f351e3f3ba606284f8121
md5sums = 55b67a36271788851b8c9548c1980a12
diff --git a/PKGBUILD b/PKGBUILD
index dc812fb205d9..06693558c428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _use_pax=0 # If set 1 to change PaX permisions in executables NOTE:
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=45.0.2421.0
+pkgver=45.0.2427.7
_launcher_ver=2
pkgrel=1
pkgdesc='The open-source project behind Google Chrome (Dev Channel)'
@@ -34,7 +34,6 @@ optdepends=('chromium-pepper-flash-dev: PPAPI Flash Player (Dev Channel)'
'kdialog-frameworks-git: Needed for file dialogs in KF5'
'kwalletmanager-git: Needed for storing passwords in KWallet in KF5'
'libappindicator-gtk2: Needed for show systray icon in the panel in plasma-next (KF5)')
-install=chromium-dev.install
backup=('etc/chromium-dev/default')
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"
@@ -60,9 +59,7 @@ md5sums=("$(curl -sL https://gsdview.appspot.com/chromium-browser-official/?mark
)
options=('!strip')
-if [ "${CARCH}" = "x86_64" ]; then
- warning "To build in x86_64 systems, need to have activated the repository [multilib]. If not , the build will fail"
-fi
+install=chromium-dev.install
################################################
## -- Don't touch anything below this line -- ##
@@ -225,7 +222,6 @@ _necesary=('base/third_party/dmg_fp'
'third_party/zlib/google'
'url/third_party/mozilla'
'v8/src/third_party/fdlibm'
- 'v8/src/third_party/vtune'
'v8/src/third_party/valgrind'
)
@@ -421,7 +417,7 @@ build() {
export CXXFLAGS="${CXXFLAGS} -Wno-unknown-warning-option"
elif [ "${_use_bundled_clang}" = "1" ]; then
msg2 "Setup and build bundled Clang"
- sh tools/clang/scripts/update.sh --force-local-build --without-android
+ python2 tools/clang/scripts/update.py --force-local-build --without-android
if [ "${_use_ccache}" = "0" ]; then
export CC="${_bundled_clang_path}/clang -Qunused-arguments"
export CXX="${_bundled_clang_path}/clang++ -Qunused-arguments"
diff --git a/chromium-dev.install b/chromium-dev.install
index cf1e77aaf05e..8544bdf64fcf 100644
--- a/chromium-dev.install
+++ b/chromium-dev.install
@@ -6,16 +6,16 @@ green="${bold}$(tput setaf 2)"
_instructions() {
printf "${yellow}==>${all_off} ${bold}ATENTION:${all_off}
-${green}==>${all_off} ${bold}This Chromium package no longer supports custom flags passed via the'
+${green}==>${all_off} ${bold}This Chromium package no longer supports custom flags passed via the
'/etc/chromium/default' file (or any other files under /etc/chromium/).${all_off}
- ${blue}->${all_off} The new '${bold}/usr/bin/chromium-dev${all_off}' launcher script will automatically detect'
+ ${blue}->${all_off} The new '${bold}/usr/bin/chromium-dev${all_off}' launcher script will automatically detect
Pepper Flash (if installed) and pass the correct flags to Chromium.'
- If you need to pass extra command-line arguments to Chromium, you'
- can put them in a '${bold}chromium-dev-flags.conf${all_off}' file under '${bold}\x24HOME/.config/${all_off}'
- (or ${bold}\x24XDG_CONFIG_HOME${all_off}). Arguments are split on whitespace and shell'
- quoting rules apply but no further parsing is performed.'\n"
+ ${blue}->${all_off} If you need to pass extra command-line arguments to Chromium, you
+ can put them in a '${bold}chromium-dev-flags.conf${all_off}' file under '${bold}\x24HOME/.config/${all_off}
+ (or ${bold}\x24XDG_CONFIG_HOME${all_off}). Arguments are split on whitespace and shell
+ quoting rules apply but no further parsing is performed.\n"
}
post_install() {