wok annotate firefox/receipt @ rev 9382

Up: firefox to 4.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 25 22:56:16 2011 +0000 (2011-03-25)
parents c3a511cabf2b
children 505eee76b73b
rev   line source
pankso@45 1 # SliTaz package receipt.
pankso@45 2
pankso@45 3 PACKAGE="firefox"
slaxemulator@9382 4 VERSION="4.0"
pankso@197 5 CATEGORY="network"
pankso@45 6 SHORT_DESC="User friendly, secure and fast web browser."
pankso@45 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@9382 8 DEPENDS="gtk+ sqlite dbus mesa libglu-mesa dbus-glib glib jpeg xorg-libX11 xorg-libXdamage alsa-lib xorg-libXt libfirefox libnotify"
slaxemulator@9382 9 BUILD_DEPENDS="gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev \
gokhlayeh@7979 10 dbus-dev dbus-glib-dev alsa-lib alsa-lib-dev libnotify-dev wireless_tools-dev perl \
slaxemulator@9382 11 python yasm"
pankso@4079 12 TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
pankso@45 13 WEB_SITE="http://www.mozilla.org/"
pankso@4079 14 WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL"
pascal@1431 15 CONFIG_FILES="/etc/firefox"
jozee@4936 16 TAGS="browser"
pankso@45 17
pankso@45 18 # Rules to configure and make the package.
pankso@45 19 #
pankso@45 20 # A long compile time... dont forget to build libidl before and check the
pankso@45 21 # .mozconfig file from the stuff and the stuff/README document.
pankso@45 22 #
pankso@45 23 compile_rules()
pankso@45 24 {
slaxemulator@9382 25 cp -a $stuff/firefox.mozconfig $src/.mozconfig
pankso@45 26 cd $src
pascal@4509 27 sed -i 's/xtype/type/' toolkit/mozapps/installer/packager.mk
pascal@2486 28 ./configure $CONFIGURE_ARGS &&
pascal@5777 29 make -j 4 &&
pascal@9120 30 make DESTDIR=$PWD/_pkg install &&
pascal@9120 31 cp -a xpcom/typelib $PWD/_pkg
pankso@45 32 }
pankso@45 33
pankso@45 34 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@45 35 genpkg_rules()
pankso@45 36 {
slaxemulator@9382 37 i=$src
slaxemulator@9382 38 mkdir -p $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile/chrome $fs/usr/share $fs/etc
pankso@45 39 cp -a $_pkg/usr/bin $fs/usr
pankso@922 40 cp -a $_pkg/usr/lib/$PACKAGE-$VERSION $fs/usr/lib
pankso@45 41
pankso@2748 42 # Home page, bookmarks file and branding.
slaxemulator@9382 43 cp -a $stuff/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION
slaxemulator@9382 44 cp -a $stuff/bookmarks.html \
pankso@2748 45 $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile
slaxemulator@9382 46 cp -a $stuff/firefox-branding.js \
slaxemulator@9382 47 $fs/usr/lib/$PACKAGE-$VERSION/defaults/pref/firefox.js
pankso@45 48
pankso@45 49 # User preference.
slaxemulator@9382 50 cp -a $stuff/prefs.js $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile
slaxemulator@9382 51 cp -a $stuff/userChrome.css \
pankso@922 52 $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile/chrome
pankso@45 53
pankso@45 54 # Move default config to /etc/firefox (/usr maybe read-only)
pascal@1431 55 for i in defaults browserconfig.properties ; do
pascal@1431 56 mv -f $fs/usr/lib/$PACKAGE-$VERSION/$i $fs/etc/$PACKAGE
pascal@1431 57 done
slaxemulator@9382 58
slaxemulator@9382 59
pascal@1723 60 ln -s /etc/$PACKAGE/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION
pascal@1724 61 ln -s /etc/$PACKAGE $fs/usr/lib/$PACKAGE-$VERSION/defaults
pankso@3818 62
pankso@921 63 # EULA is accepted by SliTaz project.
pankso@921 64 sed -i s:'pref("browser.EULA.3.accepted", false);':'pref("browser.EULA.3.accepted", true);': \
pankso@921 65 $fs/etc/firefox/pref/firefox.js
pankso@840 66
pankso@45 67 # Locale fr
lufeng369@7486 68 # tar xjf stuff/langpack-fr@firefox.mozilla.org.tar.bz2 \
lufeng369@7486 69 # -C $fs/usr/lib/$PACKAGE-$VERSION/extensions
pankso@3818 70 #sed -i "s/maxVersion>3.0../maxVersion>$VERSION/" \
pankso@3818 71 # $fs/usr/lib/$PACKAGE-$VERSION/extensions/langpack*/install.rdf
pankso@3818 72
pankso@629 73 # Search Plugin (by: oddball)
slaxemulator@9382 74 cp -a $stuff/searchplugins $fs/usr/lib/firefox-$VERSION/
pankso@629 75 chown -R root.root $fs
pankso@840 76
pankso@45 77 # Remove unnecessary files.
pankso@922 78 rm -rf $fs/usr/lib/$PACKAGE-$VERSION/dictionaries/*
pankso@922 79 rm -rf $fs/usr/lib/$PACKAGE-$VERSION/icons
jozee@5038 80 # split firefox libs
jozee@5038 81 rm -rf $fs/usr/lib/$PACKAGE-$VERSION/*.so
jozee@5038 82 #retain big firefox libs
slaxemulator@9382 83 cp $_pkg/usr/lib/$PACKAGE-$VERSION/libxul.so \
jozee@5038 84 $fs/usr/lib/$PACKAGE-$VERSION
jozee@5038 85
pankso@45 86 }
pankso@45 87
pankso@45 88 # Pre - Post install command to set default locale.
pankso@45 89 pre_install()
pankso@45 90 {
pankso@45 91 local root
pankso@45 92 root=$1
pascal@1702 93 # Get old plugins
pascal@1702 94 mkdir /tmp/firefox-plugins-$$
pascal@1702 95 cp -a $root/usr/lib/firefox-*/plugins/* /tmp/firefox-plugins-$$ 2> /dev/null
pankso@2748 96 # Remove old libs and configs
jozee@5038 97 rm -rf $root/usr/lib/firefox-*/plugins
jozee@5038 98 rm -rf $root/usr/lib/firefox-*/dictionaries
pankso@2748 99 rm -rf $root/etc/firefox
pankso@45 100 }
pankso@45 101 post_install()
pankso@45 102 {
pankso@45 103 local root
pankso@45 104 root=$1
pankso@1018 105 if grep -q "fr_*" $root/etc/locale.conf 2>/dev/null; then
pankso@629 106 sed -i 's/en-US/fr/' \
pankso@840 107 $root/etc/firefox/pref/firefox-l10n.js
pankso@45 108 fi
pascal@1702 109 for i in /tmp/firefox-plugins-$$/* ; do
pascal@1702 110 [ -e $i ] || continue
pascal@1702 111 [ -e /usr/lib/firefox-*/plugins/$(basename $i) ] && continue
pascal@1702 112 cp -a $i /usr/lib/firefox-*/plugins/
pascal@1702 113 done
pascal@1702 114 rm -rf /tmp/firefox-plugins-$$
pankso@45 115 }
jozee@5038 116