2008-10-09 01:28:54 +02:00
|
|
|
# Template build file for 'firefox'.
|
|
|
|
pkgname=firefox
|
2014-04-28 23:31:21 +02:00
|
|
|
version=29.0
|
2014-04-30 09:49:01 +02:00
|
|
|
revision=2
|
2011-11-05 12:33:37 +01:00
|
|
|
wrksrc=mozilla-release
|
2008-10-09 01:28:54 +02:00
|
|
|
short_desc="Lightweight gecko-based web browser"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-08-07 09:40:16 +02:00
|
|
|
homepage="https://www.mozilla.org/firefox/"
|
2011-11-05 12:33:37 +01:00
|
|
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
2012-06-06 21:19:58 +02:00
|
|
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
2014-04-28 23:31:21 +02:00
|
|
|
checksum=64402a1f1359f3ea30767a94977ae823ac25b39c6d54f9fe6db444ed127db892
|
2013-02-08 10:11:53 +01:00
|
|
|
|
2014-04-02 16:56:11 +02:00
|
|
|
lib32disabled=yes
|
|
|
|
|
2014-04-30 09:49:01 +02:00
|
|
|
hostmakedepends="which unzip zip pkg-config perl python yasm"
|
2014-04-28 23:31:21 +02:00
|
|
|
makedepends="nss-devel>=3.16 libjpeg-turbo-devel libpng-devel>=1.6
|
2014-02-04 18:28:03 +01:00
|
|
|
pixman-devel sqlite-devel gst-plugins-base-devel gtk+-devel
|
2014-03-18 22:16:29 +01:00
|
|
|
libevent-devel libnotify-devel libvpx-devel>1.3.0 libXrender-devel
|
2013-05-14 22:25:44 +02:00
|
|
|
startup-notification-devel dbus-glib-devel alsa-lib-devel
|
2014-04-30 09:49:01 +02:00
|
|
|
hunspell-devel>=1.3.2 libSM-devel libXScrnSaver-devel libXt-devel"
|
|
|
|
depends="nss>=3.16 desktop-file-utils hicolor-icon-theme"
|
2012-10-09 14:28:39 +02:00
|
|
|
|
2014-04-30 09:49:01 +02:00
|
|
|
# Package build options
|
|
|
|
build_options="pulseaudio"
|
|
|
|
build_options_default="pulseaudio"
|
|
|
|
desc_option_pulseaudio="Enable support for the PulseAudio sound server"
|
|
|
|
|
|
|
|
if [ "$build_option_pulseaudio" ]; then
|
|
|
|
makedepends+=" pulseaudio-devel alsa-plugins-pulseaudio"
|
|
|
|
depends+=" alsa-plugins-pulseaudio"
|
|
|
|
fi
|
|
|
|
|
|
|
|
pre_configure() {
|
2014-02-14 09:50:13 +01:00
|
|
|
# Google API key (see http://www.chromium.org/developers/how-tos/api-keys)
|
|
|
|
# Note: This is for Void Linux use ONLY.
|
|
|
|
_google_api_key="AIzaSyCIFdBA7eQP43R6kXRwTq7j6Mvj1ITze90"
|
2014-04-30 09:49:01 +02:00
|
|
|
echo -n "$_google_api_key" > google-api-key
|
|
|
|
[ ! -d xbps-build ] && mkdir -p xbps-build
|
|
|
|
}
|
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
|
|
|
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
|
|
|
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nspr -I${XBPS_CROSS_BASE}/usr/include/nss"
|
|
|
|
export CXXFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nspr -I${XBPS_CROSS_BASE}/usr/include/nss"
|
|
|
|
|
|
|
|
cross_args+=" --target=$XBPS_CROSS_TRIPLET"
|
|
|
|
export ac_cv_sqlite_secure_delete=yes
|
|
|
|
export ac_cv_sqlite_threadsafe=yes
|
|
|
|
export ac_cv_sqlite_enable_fts3=yes
|
|
|
|
export ac_cv_sqlite_enable_unlock_notify=yes
|
|
|
|
export ac_cv_prog_hostcxx_works=1
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_pulseaudio" ]; then
|
|
|
|
args="--enable-pulseaudio"
|
|
|
|
else
|
|
|
|
args="--disable-pulseaudio"
|
|
|
|
fi
|
2014-02-14 09:50:13 +01:00
|
|
|
|
2014-04-30 09:49:01 +02:00
|
|
|
cd xbps-build
|
|
|
|
SHELL=/bin/bash ../configure --prefix=/usr --libdir=/usr/lib \
|
|
|
|
--with-system-nspr --with-system-nss --with-system-bz2 \
|
|
|
|
--with-system-jpeg --with-system-zlib --without-system-png \
|
|
|
|
--with-system-libevent --with-system-libvpx --enable-system-cairo \
|
|
|
|
--enable-system-pixman --enable-system-hunspell --enable-system-sqlite \
|
|
|
|
--enable-system-ffi --enable-startup-notification --enable-gio \
|
|
|
|
--with-pthreads --enable-official-branding --enable-safe-browsing \
|
|
|
|
--enable-skia --disable-debug --disable-gnomevfs --disable-gconf \
|
|
|
|
--disable-crashreporter --disable-updater --disable-tests \
|
|
|
|
--disable-mochitest --disable-installer --disable-elf-hack \
|
|
|
|
--with-nspr-prefix=${XBPS_CROSS_BASE}/usr \
|
|
|
|
--with-nss-prefix=${XBPS_CROSS_BASE}/usr ${args} ${cross_args} \
|
|
|
|
--with-google-api-keyfile="${wrksrc}/google-api-key"
|
2013-11-01 11:53:59 +01:00
|
|
|
}
|
2012-01-31 22:14:23 +01:00
|
|
|
|
2013-11-01 11:53:59 +01:00
|
|
|
do_build() {
|
2014-04-30 09:49:01 +02:00
|
|
|
cd xbps-build
|
2014-04-30 10:29:37 +02:00
|
|
|
SHELL=/bin/bash make ${makejobs} MOZ_MAKE_FLAGS="${makejobs}"
|
2011-11-05 12:33:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
2014-04-30 09:49:01 +02:00
|
|
|
cd xbps-build
|
|
|
|
make DESTDIR=${DESTDIR} install
|
2011-11-05 12:33:37 +01:00
|
|
|
|
2013-05-14 23:49:04 +02:00
|
|
|
vinstall ${FILESDIR}/vendor.js 644 usr/lib/firefox/browser/defaults/preferences
|
2011-11-05 12:33:37 +01:00
|
|
|
vinstall ${FILESDIR}/firefox.desktop 644 usr/share/applications
|
2013-05-14 23:49:04 +02:00
|
|
|
|
2011-11-05 12:33:37 +01:00
|
|
|
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
|
2014-04-30 11:53:26 +02:00
|
|
|
vinstall ${wrksrc}/browser/branding/official/default${i%x*}.png 644 \
|
2011-11-05 12:33:37 +01:00
|
|
|
usr/share/icons/hicolor/${i}/apps firefox.png
|
|
|
|
done
|
|
|
|
|
2013-05-14 23:49:04 +02:00
|
|
|
# Use system-provided dictionaries
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/firefox/{dictionaries,hyphenation}
|
|
|
|
ln -s /usr/share/hunspell ${DESTDIR}/usr/lib/firefox/dictionaries
|
2013-05-14 23:49:23 +02:00
|
|
|
ln -s /usr/share/hyphen ${DESTDIR}/usr/lib/firefox/hyphenation
|
2013-05-14 23:49:04 +02:00
|
|
|
|
2011-11-05 12:33:37 +01:00
|
|
|
# We don't want the development stuff
|
2011-11-06 22:26:59 +01:00
|
|
|
rm -rf ${DESTDIR}/usr/{include,lib/firefox-devel,share/idl}
|
2009-12-21 23:08:02 +01:00
|
|
|
|
2011-11-05 12:33:37 +01:00
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
|
2011-11-06 22:26:59 +01:00
|
|
|
ln -sf firefox ${DESTDIR}/usr/lib/firefox/firefox-bin
|
2009-12-21 23:08:02 +01:00
|
|
|
}
|