PKGBUILDs/extra/chromium/PKGBUILD

213 lines
7.2 KiB
Bash
Raw Normal View History

# $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
# - adjusted gyp flags for v7h
2013-06-18 15:38:11 +00:00
# - use system ffmpeg, added ffmpeg to depends
2013-06-21 16:51:19 +00:00
# - patch to fix webrtc code for non-android ARM
# - patch to fix using system ffmpeg
2013-08-21 23:56:35 +00:00
# - patch (hack) to fix skia
2013-06-04 05:14:12 +00:00
#
# moonman <moonman [dot] ca [at] gmail [dot] com>
# -added armv6 support
2013-06-04 05:14:12 +00:00
buildarch=20
2013-03-13 00:08:54 +00:00
highmem=1
pkgname=chromium
2013-09-19 00:49:26 +00:00
pkgver=29.0.1547.76
2013-08-21 02:37:51 +00:00
pkgrel=1
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')
url="http://www.chromium.org/"
license=('BSD')
2013-06-18 14:54:36 +00:00
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
'libgcrypt' 'ttf-font' 'udev' 'dbus' 'flac' 'opus' 'libwebp' 'snappy'
'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
2013-06-18 15:38:11 +00:00
'desktop-file-utils' 'hicolor-icon-theme' 'ffmpeg')
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
2012-06-28 01:32:41 +00:00
'elfutils' 'subversion')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
provides=('chromium-browser')
conflicts=('chromium-browser')
backup=('etc/chromium/default')
install=chromium.install
2013-08-02 14:41:27 +00:00
source=(https://gsdview.appspot.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
#https://dev.archlinux.org/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
chromium.desktop
chromium.default
chromium.sh
2013-07-10 03:29:42 +00:00
chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
arm-webrtc-fix.patch
2013-08-21 23:56:35 +00:00
chromium-system-ffmpeg-r7.patch
skia.patch)
2013-09-19 00:49:26 +00:00
sha256sums=('61db2740f6eb7f95aeadf20d5e34a5c6759e9e8d08b88f5c960e041cfc502888'
2012-08-04 17:46:31 +00:00
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
2013-07-10 03:29:42 +00:00
'7c2e448c30677999f524f9513c2f998f3cb15bc6084692cad9c3f310aa813530'
'222ec0db5d40b02e4ebbde8a1f1c5de3f0579e51836be87be138c44f8487d0ce'
2013-08-21 23:56:35 +00:00
'4093f87f16f8dc4dd846a88d5b6faf91bed2542308c6a11fef93400c94dbf192'
'8a68654df274de9fd93d0d16dc18ba556cac7b08e69b4abc33538ec265822321')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# 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-05-22 01:11:23 +00:00
prepare() {
cd "$srcdir/$pkgname-$pkgver"
2013-06-21 16:51:19 +00:00
# Fix WebRTC for ARM
patch -Np2 -i "$srcdir/arm-webrtc-fix.patch"
# Fix using system ffmpeg
patch -Np1 -i "$srcdir/chromium-system-ffmpeg-r7.patch"
2013-08-21 23:56:35 +00:00
# Temp fix for skia
patch -Np0 -i "$srcdir/skia.patch"
2013-07-10 03:29:42 +00:00
# Fix deadlock related to the GPU sandbox when tcmalloc isn't used
# https://code.google.com/p/chromium/issues/detail?id=255063
# https://bugs.gentoo.org/show_bug.cgi?id=471198#c23
patch -Np1 -i "$srcdir/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch"
# Use Python 2
find . -type f -exec sed -i -r \
-e 's|/usr/bin/python$|&2|g' \
-e 's|(/usr/bin/python2)\.4$|\1|g' \
{} +
2013-06-04 05:14:12 +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() {
cd "$srcdir/$pkgname-$pkgver"
2013-05-22 01:11:23 +00:00
export PATH="$srcdir/python2-path:$PATH"
# CFLAGS are passed through release_extra_cflags below
export -n CFLAGS CXXFLAGS
2013-04-10 00:24:19 +00:00
# Silence "locally defined but not used" warnings in Chromium and WebKit
CFLAGS+=' -Wno-unused-local-typedefs'
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 \
-Darm_fpu=vfpv3-d16"
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=
-Dlinux_link_gsettings=1
-Dlinux_link_libpci=1
-Dlinux_link_libspeechd=1
-Dlinux_link_pulseaudio=1
-Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox
-Dlinux_strip_binary=1
-Dlinux_use_gold_binary=0
-Dlinux_use_gold_flags=0
-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
-Duse_system_ffmpeg=1
-Duse_system_harfbuzz=1
-Duse_system_icu=1
-Duse_system_libevent=1
-Duse_system_libjpeg=1
-Duse_system_libpng=1
-Duse_system_libwebp=1
-Duse_system_libxml=0
-Duse_system_opus=1
-Duse_system_snappy=1
-Duse_system_ssl=0
-Duse_system_xdg_utils=1
-Duse_system_yasm=1
-Duse_system_zlib=0
-Duse_gconf=0
-Ddisable_glibc=1
-Ddisable_newlib_untar=1
-Ddisable_sse2=1
-Dtarget_arch=arm
-Darm_neon=0
-Dlinux_use_tcmalloc=0
2013-08-21 02:37:51 +00:00
-Dlogging_like_official_build=1
2013-06-18 15:38:11 +00:00
-Ddisable_nacl=1
-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})
build/linux/unbundle/replace_gyp_files.py "${_chromium_conf[@]}"
2013-08-21 02:37:51 +00:00
build/gyp_chromium -f make --depth=. "${_chromium_conf[@]}"
make chrome chrome_sandbox BUILDTYPE=Release
}
package() {
2013-05-22 01:11:23 +00:00
cd "$srcdir/$pkgname-$pkgver"
install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
install -Dm4755 -o root -g root out/Release/chrome_sandbox \
"$pkgdir/usr/lib/chromium/chromium-sandbox"
2013-06-04 05:14:12 +00:00
cp out/Release/*.pak \
"$pkgdir/usr/lib/chromium/"
# Allow users to override command-line options
install -Dm644 "$srcdir/chromium.default" "$pkgdir/etc/chromium/default"
2012-08-04 17:46:31 +00:00
cp -a out/Release/locales "$pkgdir/usr/lib/chromium/"
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
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
install -D "$srcdir/chromium.sh" "$pkgdir/usr/bin/chromium"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
}