2012-06-11 04:16:02 +00:00
|
|
|
# $Id: PKGBUILD 160354 2012-06-01 12:58:14Z dreisner $
|
|
|
|
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
|
|
|
|
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
|
|
|
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
|
|
|
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
|
|
|
|
|
|
|
|
# Building for x86_64 requires lib32-glibc & lib32-zlib from [multilib]. These
|
|
|
|
# libraries are linked from the NaCl toolchain, and are only needed during
|
|
|
|
# build time.
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2012-06-28 01:32:41 +00:00
|
|
|
# - removed NaCl, not for ARM
|
2012-06-11 04:16:02 +00:00
|
|
|
# - adjusted gyp flags for v7h
|
2013-06-21 16:51:19 +00:00
|
|
|
# - patch to fix webrtc code for non-android ARM
|
2013-08-21 23:56:35 +00:00
|
|
|
# - patch (hack) to fix skia
|
2014-01-16 21:55:06 +00:00
|
|
|
# - makeflags to -j3, seems to barf higher
|
2013-06-04 05:14:12 +00:00
|
|
|
#
|
|
|
|
# moonman <moonman [dot] ca [at] gmail [dot] com>
|
|
|
|
# -added armv6 support
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2014-02-04 14:05:37 +00:00
|
|
|
buildarch=4
|
2012-06-11 04:16:02 +00:00
|
|
|
|
|
|
|
pkgname=chromium
|
2015-04-02 12:23:07 +00:00
|
|
|
pkgver=41.0.2272.118
|
2015-04-09 20:21:33 +00:00
|
|
|
pkgrel=2
|
2012-06-11 04:16:02 +00:00
|
|
|
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
2013-06-04 05:14:12 +00:00
|
|
|
arch=('armv6h' 'armv7h')
|
2012-06-11 04:16:02 +00:00
|
|
|
url="http://www.chromium.org/"
|
|
|
|
license=('BSD')
|
2014-10-08 22:04:56 +00:00
|
|
|
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
|
2014-07-17 14:58:23 +00:00
|
|
|
'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
|
2014-05-21 01:25:43 +00:00
|
|
|
'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz'
|
2014-04-14 21:28:52 +00:00
|
|
|
'desktop-file-utils' 'hicolor-icon-theme')
|
2012-06-11 04:16:02 +00:00
|
|
|
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
|
2014-05-21 01:25:43 +00:00
|
|
|
'elfutils' 'subversion' 'ninja')
|
2014-04-11 16:38:23 +00:00
|
|
|
optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
|
|
|
|
'gnome-keyring: for storing passwords in GNOME keyring'
|
|
|
|
'libgnome-keyring: for storing passwords in GNOME keyring'
|
2014-04-25 11:09:10 +00:00
|
|
|
'kdeutils-kwalletmanager: for storing passwords in KWallet')
|
2012-06-11 04:16:02 +00:00
|
|
|
provides=('chromium-browser')
|
|
|
|
conflicts=('chromium-browser')
|
|
|
|
backup=('etc/chromium/default')
|
|
|
|
install=chromium.install
|
2014-01-28 14:27:46 +00:00
|
|
|
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
|
2012-06-11 04:16:02 +00:00
|
|
|
chromium.desktop
|
|
|
|
chromium.default
|
|
|
|
chromium.sh
|
2013-08-21 03:36:38 +00:00
|
|
|
arm-webrtc-fix.patch
|
2014-04-11 16:38:23 +00:00
|
|
|
chromium-arm-r0.patch
|
2013-10-19 02:41:43 +00:00
|
|
|
skia.patch
|
2015-01-25 10:43:08 +00:00
|
|
|
v6-ffmpeg.patch
|
|
|
|
chromium-webkit-buffer-overflow.patch)
|
2015-04-02 12:23:07 +00:00
|
|
|
sha256sums=('c043d2eca41acaabd4f7068a5d9a21835dac2ca7705dd865d376c8a732ec8c3c'
|
2012-08-04 17:46:31 +00:00
|
|
|
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
|
2012-06-11 04:16:02 +00:00
|
|
|
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
|
2015-02-20 13:14:29 +00:00
|
|
|
'db3a2ea59c64f5aa4618a385b9db0ac488e900664126af578676b5f09939f9f6'
|
2014-01-16 21:55:06 +00:00
|
|
|
'9db0f01517c52e3236ff52e8a664840542a19144a54923ae6aabea3dcfa92c52'
|
2014-05-21 01:25:43 +00:00
|
|
|
'df4be49770d508b772f98eda9fc5f37fa71d4c0459437e12f7f3db5892aa1611'
|
2014-04-11 16:38:23 +00:00
|
|
|
'd53c0af6636611ee190083361d100cbbdc18515d94f59c2750da121022554226'
|
2015-01-25 10:43:08 +00:00
|
|
|
'3fbabcbd512494b529e0a0e17560735887acf2291a74653750f9b29f5d45774d'
|
|
|
|
'870ca4516a0a5407b1e2da822a1ca4f201349c8699877f6bd248cd8e08e7f2f1')
|
2013-06-17 21:45:13 +00:00
|
|
|
|
|
|
|
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
2013-06-17 23:26:13 +00:00
|
|
|
# Note: These are for Arch Linux use ONLY. For your own distribution, please
|
|
|
|
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
|
|
|
|
# more information.
|
|
|
|
# - Arch Linux ARM has obtained permission to use the Arch Linux keys.
|
|
|
|
_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
|
|
|
|
_google_default_client_id=413772536636.apps.googleusercontent.com
|
|
|
|
_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
|
2013-06-17 21:45:13 +00:00
|
|
|
|
2013-05-22 01:11:23 +00:00
|
|
|
prepare() {
|
2014-01-28 14:27:46 +00:00
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2014-04-11 16:38:23 +00:00
|
|
|
# Temp fix for skia
|
|
|
|
patch -Np0 -i "$srcdir/skia.patch"
|
2014-02-20 14:11:21 +00:00
|
|
|
|
2013-06-21 16:51:19 +00:00
|
|
|
# Fix WebRTC for ARM
|
2014-01-16 21:55:06 +00:00
|
|
|
patch -Np0 -i "$srcdir/arm-webrtc-fix.patch"
|
2013-02-24 22:14:41 +00:00
|
|
|
|
2014-09-13 22:19:20 +00:00
|
|
|
# Fix icu build on ARM
|
2014-04-11 16:38:23 +00:00
|
|
|
patch -Np0 -i ../chromium-arm-r0.patch
|
2013-08-21 03:36:38 +00:00
|
|
|
|
2014-10-08 22:04:56 +00:00
|
|
|
# Remove bundled ICU; its header files appear to get picked up instead of
|
|
|
|
# the system ones, leading to errors during the final link stage
|
|
|
|
# https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
|
|
|
|
find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
|
2014-09-13 22:19:20 +00:00
|
|
|
|
2015-01-25 10:43:08 +00:00
|
|
|
# Fix a buffer overflow in blink::HarfBuzzShaper::resolveCandidateRuns()
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=445075#c10
|
|
|
|
patch -d third_party/WebKit -Np1 <../chromium-webkit-buffer-overflow.patch
|
|
|
|
|
2014-04-11 16:38:23 +00:00
|
|
|
MAKEFLAGS=-j4
|
2013-07-10 03:29:42 +00:00
|
|
|
|
2012-06-11 04:16:02 +00:00
|
|
|
# Use Python 2
|
2014-11-20 01:12:38 +00:00
|
|
|
find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
|
2013-06-04 05:14:12 +00:00
|
|
|
|
2012-06-11 04:16:02 +00:00
|
|
|
# There are still a lot of relative calls which need a workaround
|
|
|
|
mkdir "$srcdir/python2-path"
|
|
|
|
ln -s /usr/bin/python2 "$srcdir/python2-path/python"
|
2013-05-22 01:11:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2014-01-28 14:27:46 +00:00
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2013-05-22 01:11:23 +00:00
|
|
|
export PATH="$srcdir/python2-path:$PATH"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2015-01-26 04:19:50 +00:00
|
|
|
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
|
|
|
|
|
2012-06-11 04:16:02 +00:00
|
|
|
# CFLAGS are passed through release_extra_cflags below
|
|
|
|
export -n CFLAGS CXXFLAGS
|
|
|
|
|
2013-06-04 05:14:12 +00:00
|
|
|
if [ "$CARCH" == "armv6h" ]; then
|
|
|
|
arch_specific_flags="
|
|
|
|
-Darmv7=0 \
|
|
|
|
-Darmv6=1 \
|
|
|
|
-Darm_fpu=vfp \
|
|
|
|
-Darm_thumb=0 \
|
|
|
|
-Dv8_can_use_vfp_instructions=false \
|
|
|
|
-Dv8_can_use_vfp2_instructions=true"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$CARCH" == "armv7h" ]; then
|
|
|
|
arch_specific_flags="
|
|
|
|
-Darmv7=1 \
|
2015-01-26 04:19:50 +00:00
|
|
|
-Darm_fpu=neon"
|
2013-06-04 05:14:12 +00:00
|
|
|
fi
|
|
|
|
|
2013-06-18 14:54:36 +00:00
|
|
|
local _chromium_conf=(
|
2013-06-18 15:38:11 +00:00
|
|
|
-Dgoogle_api_key=$_google_api_key
|
|
|
|
-Dgoogle_default_client_id=$_google_default_client_id
|
|
|
|
-Dgoogle_default_client_secret=$_google_default_client_secret
|
|
|
|
-Dwerror=
|
2014-10-12 00:37:45 +00:00
|
|
|
-Dclang=0
|
|
|
|
-Dclang_use_chrome_plugins=0
|
2014-01-13 17:43:34 +00:00
|
|
|
-Dpython_ver=2.7
|
2013-06-18 15:38:11 +00:00
|
|
|
-Dlinux_link_gsettings=1
|
|
|
|
-Dlinux_link_libpci=1
|
|
|
|
-Dlinux_link_libspeechd=1
|
|
|
|
-Dlinux_link_pulseaudio=1
|
|
|
|
-Dlinux_strip_binary=1
|
2014-07-17 14:58:23 +00:00
|
|
|
-Dlinux_use_bundled_binutils=0
|
|
|
|
-Dlinux_use_bundled_gold=0
|
2013-06-18 15:38:11 +00:00
|
|
|
-Dlinux_use_gold_flags=0
|
2014-10-08 22:04:56 +00:00
|
|
|
-Dicu_use_data_file_flag=0
|
2013-06-18 15:38:11 +00:00
|
|
|
-Drelease_extra_cflags="$CFLAGS -DUSE_EABI_HARDFLOAT"
|
|
|
|
-Dlibspeechd_h_prefix=speech-dispatcher/
|
|
|
|
-Dffmpeg_branding=Chrome
|
|
|
|
-Dproprietary_codecs=1
|
|
|
|
-Duse_system_bzip2=1
|
|
|
|
-Duse_system_flac=1
|
2014-04-14 21:28:52 +00:00
|
|
|
-Duse_system_protobuf=0
|
2013-10-19 02:41:43 +00:00
|
|
|
-Duse_system_ffmpeg=0
|
2013-06-18 15:38:11 +00:00
|
|
|
-Duse_system_harfbuzz=1
|
2014-10-08 22:04:56 +00:00
|
|
|
-Duse_system_icu=1
|
2013-06-18 15:38:11 +00:00
|
|
|
-Duse_system_libevent=1
|
|
|
|
-Duse_system_libjpeg=1
|
|
|
|
-Duse_system_libpng=1
|
|
|
|
-Duse_system_libxml=0
|
|
|
|
-Duse_system_snappy=1
|
2014-04-11 16:38:23 +00:00
|
|
|
-Duse_system_ssl=1
|
2013-06-18 15:38:11 +00:00
|
|
|
-Duse_system_xdg_utils=1
|
|
|
|
-Duse_system_yasm=1
|
|
|
|
-Duse_system_zlib=0
|
2014-07-17 14:59:46 +00:00
|
|
|
-Dusb_ids_path=/usr/share/hwdata/usb.ids
|
2013-06-18 15:38:11 +00:00
|
|
|
-Duse_gconf=0
|
2014-05-21 01:25:43 +00:00
|
|
|
-Ddisable_fatal_linker_warnings=1
|
2013-06-18 15:38:11 +00:00
|
|
|
-Ddisable_glibc=1
|
|
|
|
-Ddisable_sse2=1
|
|
|
|
-Dtarget_arch=arm
|
2015-01-26 04:19:50 +00:00
|
|
|
-Darm_neon=1
|
2013-08-21 02:37:51 +00:00
|
|
|
-Dlogging_like_official_build=1
|
2013-06-18 15:38:11 +00:00
|
|
|
-Ddisable_nacl=1
|
2014-11-20 01:12:38 +00:00
|
|
|
-Ddisable_pnacl=1
|
2013-06-18 15:38:11 +00:00
|
|
|
-Dv8_use_arm_eabi_hardfloat=true
|
|
|
|
-Darm_float_abi=hard
|
2013-06-21 16:51:19 +00:00
|
|
|
-Dsysroot=
|
2013-06-18 14:54:36 +00:00
|
|
|
${arch_specific_flags})
|
|
|
|
|
2014-04-11 16:38:23 +00:00
|
|
|
# Re-configure bundled ffmpeg.
|
2014-08-27 07:11:34 +00:00
|
|
|
pushd third_party/ffmpeg > /dev/null || exit 1
|
|
|
|
python2 chromium/scripts/build_ffmpeg.py linux arm --config-only || exit 1
|
|
|
|
chromium/scripts/copy_config.sh || exit 1
|
|
|
|
popd > /dev/null || exit 1
|
2014-04-11 16:38:23 +00:00
|
|
|
|
2013-06-18 14:54:36 +00:00
|
|
|
build/linux/unbundle/replace_gyp_files.py "${_chromium_conf[@]}"
|
2014-05-21 01:25:43 +00:00
|
|
|
build/gyp_chromium --depth=. "${_chromium_conf[@]}"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2014-05-21 01:25:43 +00:00
|
|
|
ninja -C out/Release chrome chrome_sandbox
|
2012-06-11 04:16:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2014-01-28 14:27:46 +00:00
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
|
|
|
install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
|
|
|
|
|
|
|
|
install -Dm4755 -o root -g root out/Release/chrome_sandbox \
|
2013-10-03 00:00:54 +00:00
|
|
|
"$pkgdir/usr/lib/chromium/chrome-sandbox"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
2015-03-04 14:57:19 +00:00
|
|
|
cp out/Release/{*.pak,*.bin,libffmpegsumo.so,libpdf.so} \
|
|
|
|
"$pkgdir/usr/lib/chromium/"
|
|
|
|
|
2014-08-27 04:03:25 +00:00
|
|
|
strip $STRIP_SHARED "$pkgdir/usr/lib/chromium/libffmpegsumo.so" \
|
|
|
|
"$pkgdir/usr/lib/chromium/libpdf.so"
|
|
|
|
|
2012-06-11 04:16:02 +00:00
|
|
|
# Allow users to override command-line options
|
|
|
|
install -Dm644 "$srcdir/chromium.default" "$pkgdir/etc/chromium/default"
|
|
|
|
|
2014-10-08 22:04:56 +00:00
|
|
|
cp -a out/Release/locales "$pkgdir/usr/lib/chromium/"
|
2012-06-11 04:16:02 +00:00
|
|
|
|
|
|
|
install -Dm644 out/Release/chrome.1 "$pkgdir/usr/share/man/man1/chromium.1"
|
|
|
|
|
|
|
|
install -Dm644 "$srcdir/chromium.desktop" \
|
|
|
|
"$pkgdir/usr/share/applications/chromium.desktop"
|
|
|
|
|
2012-08-04 17:46:31 +00:00
|
|
|
for size in 22 24 48 64 128 256; do
|
2012-06-11 04:16:02 +00:00
|
|
|
install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
|
|
|
|
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
|
|
|
|
done
|
|
|
|
|
2012-08-04 17:46:31 +00:00
|
|
|
for size in 16 32; do
|
|
|
|
install -Dm644 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" \
|
|
|
|
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
|
|
|
|
done
|
|
|
|
|
2012-06-11 04:16:02 +00:00
|
|
|
install -D "$srcdir/chromium.sh" "$pkgdir/usr/bin/chromium"
|
|
|
|
|
|
|
|
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
|
|
|
|
}
|