2017-03-23 13:28:19 +01:00
|
|
|
|
# Description: Mozilla.org'dan bağımsız web tarayıcısı
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.mozilla.com/firefox/
|
2017-05-16 01:59:01 +02:00
|
|
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Depends on: autoconf2 libbluray pulseaudio gconf yasm sqlite libvpx libevent nss alsa-lib gtk2 gtk3 xorg-app zip unzip gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-libav
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=firefox
|
2017-05-16 01:59:01 +02:00
|
|
|
|
version=49.0.2
|
|
|
|
|
release=2
|
2017-05-16 00:44:22 +02:00
|
|
|
|
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$version/source/firefox-$version.source.tar.xz
|
2017-05-16 01:59:01 +02:00
|
|
|
|
http://download-origin.cdn.mozilla.net/pub/firefox/releases/$version/linux-x86_64/xpi/tr.xpi)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
build() {
|
2016-11-09 23:59:54 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd $SRC
|
|
|
|
|
ARCH=`uname -m`
|
|
|
|
|
|
2017-05-16 00:44:22 +02:00
|
|
|
|
#for lang in tr
|
|
|
|
|
#do
|
2017-05-16 01:59:01 +02:00
|
|
|
|
#wget http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$version/linux-$ARCH/xpi/$lang.xpi
|
2017-05-16 00:44:22 +02:00
|
|
|
|
#done
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
cat > mozconfig << "EOF"
|
2016-11-09 23:59:54 +01:00
|
|
|
|
# If you have a multicore machine, all cores will be used by default.
|
|
|
|
|
# If desired, you can reduce the number of cores used, e.g. to 1, by
|
|
|
|
|
# uncommenting the next line and setting a valid number of CPU cores.
|
2017-05-16 01:59:01 +02:00
|
|
|
|
#mk_add_options MOZ_MAKE_FLAGS="-j1"
|
2016-11-09 23:59:54 +01:00
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
# If you have installed DBus-Glib comment out this line:
|
2016-11-09 23:59:54 +01:00
|
|
|
|
ac_add_options --disable-dbus
|
|
|
|
|
|
|
|
|
|
# If you have installed dbus-glib, and you have installed (or will install)
|
|
|
|
|
# wireless-tools, and you wish to use geolocation web services, comment out
|
|
|
|
|
# this line
|
|
|
|
|
ac_add_options --disable-necko-wifi
|
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
# Uncomment this option if you wish to build with gtk+-2
|
|
|
|
|
#ac_add_options --enable-default-toolkit=cairo-gtk2
|
|
|
|
|
|
2016-11-09 23:59:54 +01:00
|
|
|
|
# Uncomment these lines if you have installed optional dependencies:
|
|
|
|
|
#ac_add_options --enable-system-hunspell
|
|
|
|
|
#ac_add_options --enable-startup-notification
|
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
# Comment out following option if you have PulseAudio installed
|
2016-11-09 23:59:54 +01:00
|
|
|
|
#ac_add_options --disable-pulseaudio
|
|
|
|
|
|
|
|
|
|
# If you have installed GConf, comment out this line
|
|
|
|
|
ac_add_options --disable-gconf
|
|
|
|
|
|
|
|
|
|
# Comment out following options if you have not installed
|
|
|
|
|
# recommended dependencies:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
|
ac_add_options --with-system-nss
|
|
|
|
|
ac_add_options --with-system-icu
|
2016-11-09 23:59:54 +01:00
|
|
|
|
|
|
|
|
|
# If you are going to apply the patch for system graphite
|
|
|
|
|
# and system harfbuzz, uncomment these lines:
|
|
|
|
|
#ac_add_options --with-system-graphite2
|
|
|
|
|
#ac_add_options --with-system-harfbuzz
|
|
|
|
|
|
|
|
|
|
# Stripping is now enabled by default.
|
|
|
|
|
# Uncomment these lines if you need to run a debugger:
|
|
|
|
|
#ac_add_options --disable-strip
|
|
|
|
|
#ac_add_options --disable-install-strip
|
|
|
|
|
|
|
|
|
|
# The BLFS editors recommend not changing anything below this line:
|
|
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
|
ac_add_options --enable-application=browser
|
|
|
|
|
|
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
ac_add_options --enable-optimize
|
|
|
|
|
|
2016-11-09 23:59:54 +01:00
|
|
|
|
ac_add_options --enable-gio
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ac_add_options --enable-official-branding
|
2016-11-09 23:59:54 +01:00
|
|
|
|
ac_add_options --enable-safe-browsing
|
|
|
|
|
ac_add_options --enable-url-classifier
|
|
|
|
|
|
|
|
|
|
# From firefox-40, using system cairo causes firefox to crash
|
|
|
|
|
# frequently when it is doing background rendering in a tab.
|
|
|
|
|
#ac_add_options --enable-system-cairo
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ac_add_options --enable-system-ffi
|
|
|
|
|
ac_add_options --enable-system-pixman
|
2016-11-09 23:59:54 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ac_add_options --with-pthreads
|
2016-11-09 23:59:54 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
|
ac_add_options --with-system-png
|
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
|
|
|
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
|
|
|
|
|
EOF
|
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true
|
|
|
|
|
|
2016-11-09 23:59:54 +01:00
|
|
|
|
export CFLAGS=$CFLAGS_HOLD
|
|
|
|
|
export CXXFLAGS_HOLD=$CXXFLAGS
|
|
|
|
|
export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
|
|
|
|
export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
SHELL=/bin/sh make -f client.mk
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
mkdir -pv $PKG/usr/{bin,lib{,/mozilla/plugins}}
|
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
SHELL=/bin/sh make -f client.mk DESTDIR=$PKG install INSTALL_SDK=
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-05-16 01:59:01 +02:00
|
|
|
|
chown -R 0:0 $PKG/usr/lib/firefox-$version
|
|
|
|
|
ln -sf ../lib/firefox-$version/firefox $PKG/usr/bin
|
|
|
|
|
ln -sf ../mozilla/plugins $PKG/usr/lib/firefox-$version
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
# Need for gnash
|
|
|
|
|
mkdir -p $PKG/usr/include/npapi
|
|
|
|
|
cp -v dom/plugins/base/*.h $PKG/usr/include/npapi
|
|
|
|
|
|
2017-01-31 01:37:09 +01:00
|
|
|
|
# Launcher
|
2016-02-24 01:27:23 +01:00
|
|
|
|
mkdir -pv $PKG/usr/share/applications &&
|
|
|
|
|
cat > $PKG/usr/share/applications/firefox.desktop << "EOF" &&
|
|
|
|
|
[Desktop Entry]
|
|
|
|
|
Encoding=UTF-8
|
|
|
|
|
Type=Application
|
|
|
|
|
Name=Firefox
|
2016-11-09 23:59:54 +01:00
|
|
|
|
Comment=Mozilla Firefox
|
2016-02-24 01:27:23 +01:00
|
|
|
|
Icon=firefox
|
|
|
|
|
Exec=firefox
|
|
|
|
|
Categories=Network;GTK;Application;Browser;WebBrowser;
|
|
|
|
|
StartupNotify=true
|
|
|
|
|
Terminal=false
|
|
|
|
|
EOF
|
|
|
|
|
mkdir -pv $PKG/usr/share/pixmaps
|
|
|
|
|
ln -sf /usr/lib/firefox-$version/browser/icons/mozicon128.png $PKG/usr/share/pixmaps/firefox.png
|
|
|
|
|
|
|
|
|
|
|
2016-11-09 23:59:54 +01:00
|
|
|
|
for lang in tr
|
2017-01-31 01:37:09 +01:00
|
|
|
|
do
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -Dm644 $SRC/$lang.xpi \
|
|
|
|
|
$PKG/usr/lib/firefox-$version/browser/extensions/langpack-$lang@firefox.mozilla.org.xpi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
cat > $PKG/usr/lib/firefox-$version/defaults/pref/vendor.js << "EOF"
|
|
|
|
|
// Use LANG environment variable to choose locale
|
|
|
|
|
pref("intl.locale.matchOS", true);
|
|
|
|
|
|
|
|
|
|
// Disable default browser checking.
|
|
|
|
|
pref("browser.shell.checkDefaultBrowser", false);
|
|
|
|
|
|
|
|
|
|
// Don't disable our bundled extensions in the application directory
|
|
|
|
|
pref("extensions.autoDisableScopes", 11);
|
|
|
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
|
EOF
|
|
|
|
|
}
|