wok-next rev 20693

firefox-official: combine, update to 59.0.3.
Updating to 60.0.1 leaves me without sound in YouTube and SoundCloud.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 23 00:32:00 2018 +0300 (2018-05-23)
parents 270a4c4a846d
children 6338dc73c183
files firefox-official-de/receipt firefox-official-de/stuff/firefox-official.desktop firefox-official-es/receipt firefox-official-es/stuff/firefox-official.desktop firefox-official-fr/receipt firefox-official-fr/stuff/firefox-official.desktop firefox-official-it/receipt firefox-official-it/stuff/firefox-official.desktop firefox-official-pt-BR/receipt firefox-official-pt-BR/stuff/firefox-official.desktop firefox-official-ru/receipt firefox-official-ru/stuff/firefox-official.desktop firefox-official-uk/receipt firefox-official-uk/stuff/firefox-official.desktop firefox-official/receipt
line diff
     1.1 --- a/firefox-official-de/receipt	Tue May 22 09:48:44 2018 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,59 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="firefox-official-de"
     1.7 -lang="de"
     1.8 -VERSION="50.0.2"
     1.9 -CATEGORY="network"
    1.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (German language)"
    1.11 -MAINTAINER="al.bobylev@gmail.com"
    1.12 -LICENSE="MPL2"
    1.13 -WEB_SITE="http://www.mozilla.org/firefox"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    1.16 -TAGS="web-browser"
    1.17 -PROVIDE="firefox-official browser-html5"
    1.18 -HOST_ARCH="i486"
    1.19 -
    1.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	# Installation path
    1.26 -	fx='/opt/mozilla/firefox'
    1.27 -
    1.28 -	mkdir -p \
    1.29 -		$install$fx \
    1.30 -		$install/usr/bin \
    1.31 -		$install/usr/share/applications \
    1.32 -		$install/usr/share/icons/hicolor/128x128/apps
    1.33 -
    1.34 -	# Copy everything
    1.35 -	cp -a $src/* $install$fx
    1.36 -
    1.37 -	# Executable
    1.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
    1.39 -
    1.40 -	# Icons
    1.41 -	ln -s $fx/browser/icons/mozicon128.png \
    1.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    1.43 -	for size in 16 32 48; do
    1.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    1.45 -		mkdir -p $icon_folder
    1.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
    1.47 -			$icon_folder/firefox-official.png
    1.48 -	done
    1.49 -
    1.50 -	# Allow user updates (save user's and our traffic)
    1.51 -	chmod -R a+w $install$fx
    1.52 -
    1.53 -	# Desktop shortcut
    1.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    1.55 -}
    1.56 -
    1.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.58 -genpkg_rules()
    1.59 -{
    1.60 -	cp -a $install/* $fs
    1.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
    1.62 -}
     2.1 --- a/firefox-official-de/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,89 +0,0 @@
     2.4 -[Desktop Entry]
     2.5 -Type=Application
     2.6 -Name=Firefox Web Browser (official)
     2.7 -Name[cs]=Prohlížeč WWW Firefox (official)
     2.8 -Name[da]=Firefox - internetsurfning (official)
     2.9 -Name[de]=Firefox Webbrowser (official)
    2.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
    2.11 -Name[es]=Navegador Web Firefox (official)
    2.12 -Name[fi]=Firefox, WWW-selain (official)
    2.13 -Name[fr]=Navigateur Web Firefox (officiel)
    2.14 -Name[hr]=Firefox Web preglednik (official)
    2.15 -Name[hu]=Firefox webböngésző (official)
    2.16 -Name[id]=Web Browser Firefox (official)
    2.17 -Name[it]=Browser web Firefox (official)
    2.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
    2.19 -Name[nb]=Firefox nettleser (official)
    2.20 -Name[nl]=Firefox Webbrowser (official)
    2.21 -Name[nn]=Firefox nettlesar (official)
    2.22 -Name[pl]=Przeglądarka WWW Firefox (official)
    2.23 -Name[pt]=Navegador Web Firefox (official)
    2.24 -Name[pt_BR]=Navegador Web Firefox (official)
    2.25 -Name[ro]=Navigatorul Firefox (official)
    2.26 -Name[ru]=Браузер Firefox (официальный)
    2.27 -Name[sl]=Spletni brskalnik Firefox (official)
    2.28 -Name[sv]=Webbläsaren Firefox (official)
    2.29 -Name[tr]=Firefox Web Tarayıcı (official)
    2.30 -Name[uk]=Переглядач web Firefox (official)
    2.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
    2.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
    2.33 -GenericName=Web Browser
    2.34 -GenericName[ar]=متصفّح الانترنت
    2.35 -GenericName[cs]=Prohlížeč WWW
    2.36 -GenericName[da]=Internetsurfning
    2.37 -GenericName[de]=Webbrowser
    2.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
    2.39 -GenericName[es]=Navegador web
    2.40 -GenericName[fi]=WWW-selain
    2.41 -GenericName[fr]=Navigateur Web
    2.42 -GenericName[hr]=Web preglednik
    2.43 -GenericName[hu]=Webböngésző
    2.44 -GenericName[id]=Browser Web
    2.45 -GenericName[it]=Browser web
    2.46 -GenericName[ja]=ウェブ・ブラウザ
    2.47 -GenericName[nb]=Nettleser
    2.48 -GenericName[nl]=Web-browser
    2.49 -GenericName[nn]=Nettlesar
    2.50 -GenericName[pl]=Przeglądarka WWW
    2.51 -GenericName[pt]=Navegador Web
    2.52 -GenericName[pt_BR]=Navegador Web
    2.53 -GenericName[ro]=Navigator Internet
    2.54 -GenericName[ru]=Веб-браузер
    2.55 -GenericName[sl]=Spletni brskalnik
    2.56 -GenericName[sv]=Webbläsare
    2.57 -GenericName[tr]=Web Tarayıcı
    2.58 -GenericName[uk]=Переглядач веб-сторінок
    2.59 -GenericName[zh_CN]=Web 浏览器
    2.60 -GenericName[zh_TW]=網頁瀏覽器
    2.61 -Comment=Browse the web
    2.62 -Comment[ar]=تصفح الانترنت
    2.63 -Comment[cs]=Prohlížet WWW
    2.64 -Comment[da]=Surf på internettet
    2.65 -Comment[de]=Im Web surfen
    2.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
    2.67 -Comment[es]=Navegar por la web
    2.68 -Comment[fi]=Selaa WWW:tä
    2.69 -Comment[fr]=Naviguer sur Internet
    2.70 -Comment[hr]=Pregledaj Web
    2.71 -Comment[hu]=A világháló böngészése
    2.72 -Comment[id]=Jelajah web
    2.73 -Comment[it]=Esplora il web
    2.74 -Comment[ja]=ウェブを閲覧します
    2.75 -Comment[nb]=Surf på nettet
    2.76 -Comment[nl]=Websurfen
    2.77 -Comment[nn]=Surf på nettet
    2.78 -Comment[pl]=Przeglądanie stron WWW
    2.79 -Comment[pt]=Navegar na web
    2.80 -Comment[pt_BR]=Navegar na web
    2.81 -Comment[ro]=Navigare Internet
    2.82 -Comment[ru]=Просмотр интернета
    2.83 -Comment[sl]=Brskaj po spletu
    2.84 -Comment[sv]=Surfa på nätet
    2.85 -Comment[tr]=Web'e Gözat
    2.86 -Comment[uk]=Перегляд веб-сторінок
    2.87 -Comment[zh_CN]=浏览 Web
    2.88 -Comment[zh_TW]=瀏覽網頁
    2.89 -Exec=firefox-official %u
    2.90 -Icon=firefox-official
    2.91 -Categories=GTK;Network;WebBrowser;
    2.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
     3.1 --- a/firefox-official-es/receipt	Tue May 22 09:48:44 2018 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,59 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="firefox-official-es"
     3.7 -lang="es-ES"
     3.8 -VERSION="50.0.2"
     3.9 -CATEGORY="network"
    3.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (Spanish language)"
    3.11 -MAINTAINER="al.bobylev@gmail.com"
    3.12 -LICENSE="MPL2"
    3.13 -WEB_SITE="http://www.mozilla.org/firefox"
    3.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    3.16 -TAGS="web-browser"
    3.17 -PROVIDE="firefox-official browser-html5"
    3.18 -HOST_ARCH="i486"
    3.19 -
    3.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
    3.21 -
    3.22 -# Rules to configure and make the package.
    3.23 -compile_rules()
    3.24 -{
    3.25 -	# Installation path
    3.26 -	fx='/opt/mozilla/firefox'
    3.27 -
    3.28 -	mkdir -p \
    3.29 -		$install$fx \
    3.30 -		$install/usr/bin \
    3.31 -		$install/usr/share/applications \
    3.32 -		$install/usr/share/icons/hicolor/128x128/apps
    3.33 -
    3.34 -	# Copy everything
    3.35 -	cp -a $src/* $install$fx
    3.36 -
    3.37 -	# Executable
    3.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
    3.39 -
    3.40 -	# Icons
    3.41 -	ln -s $fx/browser/icons/mozicon128.png \
    3.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    3.43 -	for size in 16 32 48; do
    3.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    3.45 -		mkdir -p $icon_folder
    3.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
    3.47 -			$icon_folder/firefox-official.png
    3.48 -	done
    3.49 -
    3.50 -	# Allow user updates (save user's and our traffic)
    3.51 -	chmod -R a+w $install$fx
    3.52 -
    3.53 -	# Desktop shortcut
    3.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    3.55 -}
    3.56 -
    3.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.58 -genpkg_rules()
    3.59 -{
    3.60 -	cp -a $install/* $fs
    3.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
    3.62 -}
     4.1 --- a/firefox-official-es/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,89 +0,0 @@
     4.4 -[Desktop Entry]
     4.5 -Type=Application
     4.6 -Name=Firefox Web Browser (official)
     4.7 -Name[cs]=Prohlížeč WWW Firefox (official)
     4.8 -Name[da]=Firefox - internetsurfning (official)
     4.9 -Name[de]=Firefox Webbrowser (official)
    4.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
    4.11 -Name[es]=Navegador Web Firefox (official)
    4.12 -Name[fi]=Firefox, WWW-selain (official)
    4.13 -Name[fr]=Navigateur Web Firefox (officiel)
    4.14 -Name[hr]=Firefox Web preglednik (official)
    4.15 -Name[hu]=Firefox webböngésző (official)
    4.16 -Name[id]=Web Browser Firefox (official)
    4.17 -Name[it]=Browser web Firefox (official)
    4.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
    4.19 -Name[nb]=Firefox nettleser (official)
    4.20 -Name[nl]=Firefox Webbrowser (official)
    4.21 -Name[nn]=Firefox nettlesar (official)
    4.22 -Name[pl]=Przeglądarka WWW Firefox (official)
    4.23 -Name[pt]=Navegador Web Firefox (official)
    4.24 -Name[pt_BR]=Navegador Web Firefox (official)
    4.25 -Name[ro]=Navigatorul Firefox (official)
    4.26 -Name[ru]=Браузер Firefox (официальный)
    4.27 -Name[sl]=Spletni brskalnik Firefox (official)
    4.28 -Name[sv]=Webbläsaren Firefox (official)
    4.29 -Name[tr]=Firefox Web Tarayıcı (official)
    4.30 -Name[uk]=Переглядач web Firefox (official)
    4.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
    4.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
    4.33 -GenericName=Web Browser
    4.34 -GenericName[ar]=متصفّح الانترنت
    4.35 -GenericName[cs]=Prohlížeč WWW
    4.36 -GenericName[da]=Internetsurfning
    4.37 -GenericName[de]=Webbrowser
    4.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
    4.39 -GenericName[es]=Navegador web
    4.40 -GenericName[fi]=WWW-selain
    4.41 -GenericName[fr]=Navigateur Web
    4.42 -GenericName[hr]=Web preglednik
    4.43 -GenericName[hu]=Webböngésző
    4.44 -GenericName[id]=Browser Web
    4.45 -GenericName[it]=Browser web
    4.46 -GenericName[ja]=ウェブ・ブラウザ
    4.47 -GenericName[nb]=Nettleser
    4.48 -GenericName[nl]=Web-browser
    4.49 -GenericName[nn]=Nettlesar
    4.50 -GenericName[pl]=Przeglądarka WWW
    4.51 -GenericName[pt]=Navegador Web
    4.52 -GenericName[pt_BR]=Navegador Web
    4.53 -GenericName[ro]=Navigator Internet
    4.54 -GenericName[ru]=Веб-браузер
    4.55 -GenericName[sl]=Spletni brskalnik
    4.56 -GenericName[sv]=Webbläsare
    4.57 -GenericName[tr]=Web Tarayıcı
    4.58 -GenericName[uk]=Переглядач веб-сторінок
    4.59 -GenericName[zh_CN]=Web 浏览器
    4.60 -GenericName[zh_TW]=網頁瀏覽器
    4.61 -Comment=Browse the web
    4.62 -Comment[ar]=تصفح الانترنت
    4.63 -Comment[cs]=Prohlížet WWW
    4.64 -Comment[da]=Surf på internettet
    4.65 -Comment[de]=Im Web surfen
    4.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
    4.67 -Comment[es]=Navegar por la web
    4.68 -Comment[fi]=Selaa WWW:tä
    4.69 -Comment[fr]=Naviguer sur Internet
    4.70 -Comment[hr]=Pregledaj Web
    4.71 -Comment[hu]=A világháló böngészése
    4.72 -Comment[id]=Jelajah web
    4.73 -Comment[it]=Esplora il web
    4.74 -Comment[ja]=ウェブを閲覧します
    4.75 -Comment[nb]=Surf på nettet
    4.76 -Comment[nl]=Websurfen
    4.77 -Comment[nn]=Surf på nettet
    4.78 -Comment[pl]=Przeglądanie stron WWW
    4.79 -Comment[pt]=Navegar na web
    4.80 -Comment[pt_BR]=Navegar na web
    4.81 -Comment[ro]=Navigare Internet
    4.82 -Comment[ru]=Просмотр интернета
    4.83 -Comment[sl]=Brskaj po spletu
    4.84 -Comment[sv]=Surfa på nätet
    4.85 -Comment[tr]=Web'e Gözat
    4.86 -Comment[uk]=Перегляд веб-сторінок
    4.87 -Comment[zh_CN]=浏览 Web
    4.88 -Comment[zh_TW]=瀏覽網頁
    4.89 -Exec=firefox-official %u
    4.90 -Icon=firefox-official
    4.91 -Categories=GTK;Network;WebBrowser;
    4.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
     5.1 --- a/firefox-official-fr/receipt	Tue May 22 09:48:44 2018 +0000
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,59 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="firefox-official-fr"
     5.7 -lang="fr"
     5.8 -VERSION="50.0.2"
     5.9 -CATEGORY="network"
    5.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (French language)"
    5.11 -MAINTAINER="al.bobylev@gmail.com"
    5.12 -LICENSE="MPL2"
    5.13 -WEB_SITE="http://www.mozilla.org/firefox"
    5.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    5.16 -TAGS="web-browser"
    5.17 -PROVIDE="firefox-official browser-html5"
    5.18 -HOST_ARCH="i486"
    5.19 -
    5.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
    5.21 -
    5.22 -# Rules to configure and make the package.
    5.23 -compile_rules()
    5.24 -{
    5.25 -	# Installation path
    5.26 -	fx='/opt/mozilla/firefox'
    5.27 -
    5.28 -	mkdir -p \
    5.29 -		$install$fx \
    5.30 -		$install/usr/bin \
    5.31 -		$install/usr/share/applications \
    5.32 -		$install/usr/share/icons/hicolor/128x128/apps
    5.33 -
    5.34 -	# Copy everything
    5.35 -	cp -a $src/* $install$fx
    5.36 -
    5.37 -	# Executable
    5.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
    5.39 -
    5.40 -	# Icons
    5.41 -	ln -s $fx/browser/icons/mozicon128.png \
    5.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    5.43 -	for size in 16 32 48; do
    5.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    5.45 -		mkdir -p $icon_folder
    5.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
    5.47 -			$icon_folder/firefox-official.png
    5.48 -	done
    5.49 -
    5.50 -	# Allow user updates (save user's and our traffic)
    5.51 -	chmod -R a+w $install$fx
    5.52 -
    5.53 -	# Desktop shortcut
    5.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    5.55 -}
    5.56 -
    5.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.58 -genpkg_rules()
    5.59 -{
    5.60 -	cp -a $install/* $fs
    5.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
    5.62 -}
     6.1 --- a/firefox-official-fr/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,89 +0,0 @@
     6.4 -[Desktop Entry]
     6.5 -Type=Application
     6.6 -Name=Firefox Web Browser (official)
     6.7 -Name[cs]=Prohlížeč WWW Firefox (official)
     6.8 -Name[da]=Firefox - internetsurfning (official)
     6.9 -Name[de]=Firefox Webbrowser (official)
    6.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
    6.11 -Name[es]=Navegador Web Firefox (official)
    6.12 -Name[fi]=Firefox, WWW-selain (official)
    6.13 -Name[fr]=Navigateur Web Firefox (officiel)
    6.14 -Name[hr]=Firefox Web preglednik (official)
    6.15 -Name[hu]=Firefox webböngésző (official)
    6.16 -Name[id]=Web Browser Firefox (official)
    6.17 -Name[it]=Browser web Firefox (official)
    6.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
    6.19 -Name[nb]=Firefox nettleser (official)
    6.20 -Name[nl]=Firefox Webbrowser (official)
    6.21 -Name[nn]=Firefox nettlesar (official)
    6.22 -Name[pl]=Przeglądarka WWW Firefox (official)
    6.23 -Name[pt]=Navegador Web Firefox (official)
    6.24 -Name[pt_BR]=Navegador Web Firefox (official)
    6.25 -Name[ro]=Navigatorul Firefox (official)
    6.26 -Name[ru]=Браузер Firefox (официальный)
    6.27 -Name[sl]=Spletni brskalnik Firefox (official)
    6.28 -Name[sv]=Webbläsaren Firefox (official)
    6.29 -Name[tr]=Firefox Web Tarayıcı (official)
    6.30 -Name[uk]=Переглядач web Firefox (official)
    6.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
    6.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
    6.33 -GenericName=Web Browser
    6.34 -GenericName[ar]=متصفّح الانترنت
    6.35 -GenericName[cs]=Prohlížeč WWW
    6.36 -GenericName[da]=Internetsurfning
    6.37 -GenericName[de]=Webbrowser
    6.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
    6.39 -GenericName[es]=Navegador web
    6.40 -GenericName[fi]=WWW-selain
    6.41 -GenericName[fr]=Navigateur Web
    6.42 -GenericName[hr]=Web preglednik
    6.43 -GenericName[hu]=Webböngésző
    6.44 -GenericName[id]=Browser Web
    6.45 -GenericName[it]=Browser web
    6.46 -GenericName[ja]=ウェブ・ブラウザ
    6.47 -GenericName[nb]=Nettleser
    6.48 -GenericName[nl]=Web-browser
    6.49 -GenericName[nn]=Nettlesar
    6.50 -GenericName[pl]=Przeglądarka WWW
    6.51 -GenericName[pt]=Navegador Web
    6.52 -GenericName[pt_BR]=Navegador Web
    6.53 -GenericName[ro]=Navigator Internet
    6.54 -GenericName[ru]=Веб-браузер
    6.55 -GenericName[sl]=Spletni brskalnik
    6.56 -GenericName[sv]=Webbläsare
    6.57 -GenericName[tr]=Web Tarayıcı
    6.58 -GenericName[uk]=Переглядач веб-сторінок
    6.59 -GenericName[zh_CN]=Web 浏览器
    6.60 -GenericName[zh_TW]=網頁瀏覽器
    6.61 -Comment=Browse the web
    6.62 -Comment[ar]=تصفح الانترنت
    6.63 -Comment[cs]=Prohlížet WWW
    6.64 -Comment[da]=Surf på internettet
    6.65 -Comment[de]=Im Web surfen
    6.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
    6.67 -Comment[es]=Navegar por la web
    6.68 -Comment[fi]=Selaa WWW:tä
    6.69 -Comment[fr]=Naviguer sur Internet
    6.70 -Comment[hr]=Pregledaj Web
    6.71 -Comment[hu]=A világháló böngészése
    6.72 -Comment[id]=Jelajah web
    6.73 -Comment[it]=Esplora il web
    6.74 -Comment[ja]=ウェブを閲覧します
    6.75 -Comment[nb]=Surf på nettet
    6.76 -Comment[nl]=Websurfen
    6.77 -Comment[nn]=Surf på nettet
    6.78 -Comment[pl]=Przeglądanie stron WWW
    6.79 -Comment[pt]=Navegar na web
    6.80 -Comment[pt_BR]=Navegar na web
    6.81 -Comment[ro]=Navigare Internet
    6.82 -Comment[ru]=Просмотр интернета
    6.83 -Comment[sl]=Brskaj po spletu
    6.84 -Comment[sv]=Surfa på nätet
    6.85 -Comment[tr]=Web'e Gözat
    6.86 -Comment[uk]=Перегляд веб-сторінок
    6.87 -Comment[zh_CN]=浏览 Web
    6.88 -Comment[zh_TW]=瀏覽網頁
    6.89 -Exec=firefox-official %u
    6.90 -Icon=firefox-official
    6.91 -Categories=GTK;Network;WebBrowser;
    6.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
     7.1 --- a/firefox-official-it/receipt	Tue May 22 09:48:44 2018 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,59 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="firefox-official-it"
     7.7 -lang="it"
     7.8 -VERSION="50.0.2"
     7.9 -CATEGORY="network"
    7.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (Italian language)"
    7.11 -MAINTAINER="al.bobylev@gmail.com"
    7.12 -LICENSE="MPL2"
    7.13 -WEB_SITE="http://www.mozilla.org/firefox"
    7.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    7.16 -TAGS="web-browser"
    7.17 -PROVIDE="firefox-official browser-html5"
    7.18 -HOST_ARCH="i486"
    7.19 -
    7.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
    7.21 -
    7.22 -# Rules to configure and make the package.
    7.23 -compile_rules()
    7.24 -{
    7.25 -	# Installation path
    7.26 -	fx='/opt/mozilla/firefox'
    7.27 -
    7.28 -	mkdir -p \
    7.29 -		$install$fx \
    7.30 -		$install/usr/bin \
    7.31 -		$install/usr/share/applications \
    7.32 -		$install/usr/share/icons/hicolor/128x128/apps
    7.33 -
    7.34 -	# Copy everything
    7.35 -	cp -a $src/* $install$fx
    7.36 -
    7.37 -	# Executable
    7.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
    7.39 -
    7.40 -	# Icons
    7.41 -	ln -s $fx/browser/icons/mozicon128.png \
    7.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    7.43 -	for size in 16 32 48; do
    7.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    7.45 -		mkdir -p $icon_folder
    7.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
    7.47 -			$icon_folder/firefox-official.png
    7.48 -	done
    7.49 -
    7.50 -	# Allow user updates (save user's and our traffic)
    7.51 -	chmod -R a+w $install$fx
    7.52 -
    7.53 -	# Desktop shortcut
    7.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    7.55 -}
    7.56 -
    7.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.58 -genpkg_rules()
    7.59 -{
    7.60 -	cp -a $install/* $fs
    7.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
    7.62 -}
     8.1 --- a/firefox-official-it/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,89 +0,0 @@
     8.4 -[Desktop Entry]
     8.5 -Type=Application
     8.6 -Name=Firefox Web Browser (official)
     8.7 -Name[cs]=Prohlížeč WWW Firefox (official)
     8.8 -Name[da]=Firefox - internetsurfning (official)
     8.9 -Name[de]=Firefox Webbrowser (official)
    8.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
    8.11 -Name[es]=Navegador Web Firefox (official)
    8.12 -Name[fi]=Firefox, WWW-selain (official)
    8.13 -Name[fr]=Navigateur Web Firefox (officiel)
    8.14 -Name[hr]=Firefox Web preglednik (official)
    8.15 -Name[hu]=Firefox webböngésző (official)
    8.16 -Name[id]=Web Browser Firefox (official)
    8.17 -Name[it]=Browser web Firefox (official)
    8.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
    8.19 -Name[nb]=Firefox nettleser (official)
    8.20 -Name[nl]=Firefox Webbrowser (official)
    8.21 -Name[nn]=Firefox nettlesar (official)
    8.22 -Name[pl]=Przeglądarka WWW Firefox (official)
    8.23 -Name[pt]=Navegador Web Firefox (official)
    8.24 -Name[pt_BR]=Navegador Web Firefox (official)
    8.25 -Name[ro]=Navigatorul Firefox (official)
    8.26 -Name[ru]=Браузер Firefox (официальный)
    8.27 -Name[sl]=Spletni brskalnik Firefox (official)
    8.28 -Name[sv]=Webbläsaren Firefox (official)
    8.29 -Name[tr]=Firefox Web Tarayıcı (official)
    8.30 -Name[uk]=Переглядач web Firefox (official)
    8.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
    8.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
    8.33 -GenericName=Web Browser
    8.34 -GenericName[ar]=متصفّح الانترنت
    8.35 -GenericName[cs]=Prohlížeč WWW
    8.36 -GenericName[da]=Internetsurfning
    8.37 -GenericName[de]=Webbrowser
    8.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
    8.39 -GenericName[es]=Navegador web
    8.40 -GenericName[fi]=WWW-selain
    8.41 -GenericName[fr]=Navigateur Web
    8.42 -GenericName[hr]=Web preglednik
    8.43 -GenericName[hu]=Webböngésző
    8.44 -GenericName[id]=Browser Web
    8.45 -GenericName[it]=Browser web
    8.46 -GenericName[ja]=ウェブ・ブラウザ
    8.47 -GenericName[nb]=Nettleser
    8.48 -GenericName[nl]=Web-browser
    8.49 -GenericName[nn]=Nettlesar
    8.50 -GenericName[pl]=Przeglądarka WWW
    8.51 -GenericName[pt]=Navegador Web
    8.52 -GenericName[pt_BR]=Navegador Web
    8.53 -GenericName[ro]=Navigator Internet
    8.54 -GenericName[ru]=Веб-браузер
    8.55 -GenericName[sl]=Spletni brskalnik
    8.56 -GenericName[sv]=Webbläsare
    8.57 -GenericName[tr]=Web Tarayıcı
    8.58 -GenericName[uk]=Переглядач веб-сторінок
    8.59 -GenericName[zh_CN]=Web 浏览器
    8.60 -GenericName[zh_TW]=網頁瀏覽器
    8.61 -Comment=Browse the web
    8.62 -Comment[ar]=تصفح الانترنت
    8.63 -Comment[cs]=Prohlížet WWW
    8.64 -Comment[da]=Surf på internettet
    8.65 -Comment[de]=Im Web surfen
    8.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
    8.67 -Comment[es]=Navegar por la web
    8.68 -Comment[fi]=Selaa WWW:tä
    8.69 -Comment[fr]=Naviguer sur Internet
    8.70 -Comment[hr]=Pregledaj Web
    8.71 -Comment[hu]=A világháló böngészése
    8.72 -Comment[id]=Jelajah web
    8.73 -Comment[it]=Esplora il web
    8.74 -Comment[ja]=ウェブを閲覧します
    8.75 -Comment[nb]=Surf på nettet
    8.76 -Comment[nl]=Websurfen
    8.77 -Comment[nn]=Surf på nettet
    8.78 -Comment[pl]=Przeglądanie stron WWW
    8.79 -Comment[pt]=Navegar na web
    8.80 -Comment[pt_BR]=Navegar na web
    8.81 -Comment[ro]=Navigare Internet
    8.82 -Comment[ru]=Просмотр интернета
    8.83 -Comment[sl]=Brskaj po spletu
    8.84 -Comment[sv]=Surfa på nätet
    8.85 -Comment[tr]=Web'e Gözat
    8.86 -Comment[uk]=Перегляд веб-сторінок
    8.87 -Comment[zh_CN]=浏览 Web
    8.88 -Comment[zh_TW]=瀏覽網頁
    8.89 -Exec=firefox-official %u
    8.90 -Icon=firefox-official
    8.91 -Categories=GTK;Network;WebBrowser;
    8.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
     9.1 --- a/firefox-official-pt-BR/receipt	Tue May 22 09:48:44 2018 +0000
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,59 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="firefox-official-pt-BR"
     9.7 -lang="pt-BR"
     9.8 -VERSION="50.0.2"
     9.9 -CATEGORY="network"
    9.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (Portuguese (Brazil) language)"
    9.11 -MAINTAINER="al.bobylev@gmail.com"
    9.12 -LICENSE="MPL2"
    9.13 -WEB_SITE="http://www.mozilla.org/firefox"
    9.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    9.16 -TAGS="web-browser"
    9.17 -PROVIDE="firefox-official browser-html5"
    9.18 -HOST_ARCH="i486"
    9.19 -
    9.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
    9.21 -
    9.22 -# Rules to configure and make the package.
    9.23 -compile_rules()
    9.24 -{
    9.25 -	# Installation path
    9.26 -	fx='/opt/mozilla/firefox'
    9.27 -
    9.28 -	mkdir -p \
    9.29 -		$install$fx \
    9.30 -		$install/usr/bin \
    9.31 -		$install/usr/share/applications \
    9.32 -		$install/usr/share/icons/hicolor/128x128/apps
    9.33 -
    9.34 -	# Copy everything
    9.35 -	cp -a $src/* $install$fx
    9.36 -
    9.37 -	# Executable
    9.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
    9.39 -
    9.40 -	# Icons
    9.41 -	ln -s $fx/browser/icons/mozicon128.png \
    9.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    9.43 -	for size in 16 32 48; do
    9.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    9.45 -		mkdir -p $icon_folder
    9.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
    9.47 -			$icon_folder/firefox-official.png
    9.48 -	done
    9.49 -
    9.50 -	# Allow user updates (save user's and our traffic)
    9.51 -	chmod -R a+w $install$fx
    9.52 -
    9.53 -	# Desktop shortcut
    9.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    9.55 -}
    9.56 -
    9.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.58 -genpkg_rules()
    9.59 -{
    9.60 -	cp -a $install/* $fs
    9.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
    9.62 -}
    10.1 --- a/firefox-official-pt-BR/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,89 +0,0 @@
    10.4 -[Desktop Entry]
    10.5 -Type=Application
    10.6 -Name=Firefox Web Browser (official)
    10.7 -Name[cs]=Prohlížeč WWW Firefox (official)
    10.8 -Name[da]=Firefox - internetsurfning (official)
    10.9 -Name[de]=Firefox Webbrowser (official)
   10.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
   10.11 -Name[es]=Navegador Web Firefox (official)
   10.12 -Name[fi]=Firefox, WWW-selain (official)
   10.13 -Name[fr]=Navigateur Web Firefox (officiel)
   10.14 -Name[hr]=Firefox Web preglednik (official)
   10.15 -Name[hu]=Firefox webböngésző (official)
   10.16 -Name[id]=Web Browser Firefox (official)
   10.17 -Name[it]=Browser web Firefox (official)
   10.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
   10.19 -Name[nb]=Firefox nettleser (official)
   10.20 -Name[nl]=Firefox Webbrowser (official)
   10.21 -Name[nn]=Firefox nettlesar (official)
   10.22 -Name[pl]=Przeglądarka WWW Firefox (official)
   10.23 -Name[pt]=Navegador Web Firefox (official)
   10.24 -Name[pt_BR]=Navegador Web Firefox (official)
   10.25 -Name[ro]=Navigatorul Firefox (official)
   10.26 -Name[ru]=Браузер Firefox (официальный)
   10.27 -Name[sl]=Spletni brskalnik Firefox (official)
   10.28 -Name[sv]=Webbläsaren Firefox (official)
   10.29 -Name[tr]=Firefox Web Tarayıcı (official)
   10.30 -Name[uk]=Переглядач web Firefox (official)
   10.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
   10.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
   10.33 -GenericName=Web Browser
   10.34 -GenericName[ar]=متصفّح الانترنت
   10.35 -GenericName[cs]=Prohlížeč WWW
   10.36 -GenericName[da]=Internetsurfning
   10.37 -GenericName[de]=Webbrowser
   10.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
   10.39 -GenericName[es]=Navegador web
   10.40 -GenericName[fi]=WWW-selain
   10.41 -GenericName[fr]=Navigateur Web
   10.42 -GenericName[hr]=Web preglednik
   10.43 -GenericName[hu]=Webböngésző
   10.44 -GenericName[id]=Browser Web
   10.45 -GenericName[it]=Browser web
   10.46 -GenericName[ja]=ウェブ・ブラウザ
   10.47 -GenericName[nb]=Nettleser
   10.48 -GenericName[nl]=Web-browser
   10.49 -GenericName[nn]=Nettlesar
   10.50 -GenericName[pl]=Przeglądarka WWW
   10.51 -GenericName[pt]=Navegador Web
   10.52 -GenericName[pt_BR]=Navegador Web
   10.53 -GenericName[ro]=Navigator Internet
   10.54 -GenericName[ru]=Веб-браузер
   10.55 -GenericName[sl]=Spletni brskalnik
   10.56 -GenericName[sv]=Webbläsare
   10.57 -GenericName[tr]=Web Tarayıcı
   10.58 -GenericName[uk]=Переглядач веб-сторінок
   10.59 -GenericName[zh_CN]=Web 浏览器
   10.60 -GenericName[zh_TW]=網頁瀏覽器
   10.61 -Comment=Browse the web
   10.62 -Comment[ar]=تصفح الانترنت
   10.63 -Comment[cs]=Prohlížet WWW
   10.64 -Comment[da]=Surf på internettet
   10.65 -Comment[de]=Im Web surfen
   10.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
   10.67 -Comment[es]=Navegar por la web
   10.68 -Comment[fi]=Selaa WWW:tä
   10.69 -Comment[fr]=Naviguer sur Internet
   10.70 -Comment[hr]=Pregledaj Web
   10.71 -Comment[hu]=A világháló böngészése
   10.72 -Comment[id]=Jelajah web
   10.73 -Comment[it]=Esplora il web
   10.74 -Comment[ja]=ウェブを閲覧します
   10.75 -Comment[nb]=Surf på nettet
   10.76 -Comment[nl]=Websurfen
   10.77 -Comment[nn]=Surf på nettet
   10.78 -Comment[pl]=Przeglądanie stron WWW
   10.79 -Comment[pt]=Navegar na web
   10.80 -Comment[pt_BR]=Navegar na web
   10.81 -Comment[ro]=Navigare Internet
   10.82 -Comment[ru]=Просмотр интернета
   10.83 -Comment[sl]=Brskaj po spletu
   10.84 -Comment[sv]=Surfa på nätet
   10.85 -Comment[tr]=Web'e Gözat
   10.86 -Comment[uk]=Перегляд веб-сторінок
   10.87 -Comment[zh_CN]=浏览 Web
   10.88 -Comment[zh_TW]=瀏覽網頁
   10.89 -Exec=firefox-official %u
   10.90 -Icon=firefox-official
   10.91 -Categories=GTK;Network;WebBrowser;
   10.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
    11.1 --- a/firefox-official-ru/receipt	Tue May 22 09:48:44 2018 +0000
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,59 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="firefox-official-ru"
    11.7 -lang="ru"
    11.8 -VERSION="50.0.2"
    11.9 -CATEGORY="network"
   11.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (Russian language)"
   11.11 -MAINTAINER="al.bobylev@gmail.com"
   11.12 -LICENSE="MPL2"
   11.13 -WEB_SITE="http://www.mozilla.org/firefox"
   11.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
   11.16 -TAGS="web-browser"
   11.17 -PROVIDE="firefox-official browser-html5"
   11.18 -HOST_ARCH="i486"
   11.19 -
   11.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
   11.21 -
   11.22 -# Rules to configure and make the package.
   11.23 -compile_rules()
   11.24 -{
   11.25 -	# Installation path
   11.26 -	fx='/opt/mozilla/firefox'
   11.27 -
   11.28 -	mkdir -p \
   11.29 -		$install$fx \
   11.30 -		$install/usr/bin \
   11.31 -		$install/usr/share/applications \
   11.32 -		$install/usr/share/icons/hicolor/128x128/apps
   11.33 -
   11.34 -	# Copy everything
   11.35 -	cp -a $src/* $install$fx
   11.36 -
   11.37 -	# Executable
   11.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
   11.39 -
   11.40 -	# Icons
   11.41 -	ln -s $fx/browser/icons/mozicon128.png \
   11.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
   11.43 -	for size in 16 32 48; do
   11.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
   11.45 -		mkdir -p $icon_folder
   11.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
   11.47 -			$icon_folder/firefox-official.png
   11.48 -	done
   11.49 -
   11.50 -	# Allow user updates (save user's and our traffic)
   11.51 -	chmod -R a+w $install$fx
   11.52 -
   11.53 -	# Desktop shortcut
   11.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
   11.55 -}
   11.56 -
   11.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.58 -genpkg_rules()
   11.59 -{
   11.60 -	cp -a $install/* $fs
   11.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
   11.62 -}
    12.1 --- a/firefox-official-ru/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,89 +0,0 @@
    12.4 -[Desktop Entry]
    12.5 -Type=Application
    12.6 -Name=Firefox Web Browser (official)
    12.7 -Name[cs]=Prohlížeč WWW Firefox (official)
    12.8 -Name[da]=Firefox - internetsurfning (official)
    12.9 -Name[de]=Firefox Webbrowser (official)
   12.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
   12.11 -Name[es]=Navegador Web Firefox (official)
   12.12 -Name[fi]=Firefox, WWW-selain (official)
   12.13 -Name[fr]=Navigateur Web Firefox (officiel)
   12.14 -Name[hr]=Firefox Web preglednik (official)
   12.15 -Name[hu]=Firefox webböngésző (official)
   12.16 -Name[id]=Web Browser Firefox (official)
   12.17 -Name[it]=Browser web Firefox (official)
   12.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
   12.19 -Name[nb]=Firefox nettleser (official)
   12.20 -Name[nl]=Firefox Webbrowser (official)
   12.21 -Name[nn]=Firefox nettlesar (official)
   12.22 -Name[pl]=Przeglądarka WWW Firefox (official)
   12.23 -Name[pt]=Navegador Web Firefox (official)
   12.24 -Name[pt_BR]=Navegador Web Firefox (official)
   12.25 -Name[ro]=Navigatorul Firefox (official)
   12.26 -Name[ru]=Браузер Firefox (официальный)
   12.27 -Name[sl]=Spletni brskalnik Firefox (official)
   12.28 -Name[sv]=Webbläsaren Firefox (official)
   12.29 -Name[tr]=Firefox Web Tarayıcı (official)
   12.30 -Name[uk]=Переглядач web Firefox (official)
   12.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
   12.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
   12.33 -GenericName=Web Browser
   12.34 -GenericName[ar]=متصفّح الانترنت
   12.35 -GenericName[cs]=Prohlížeč WWW
   12.36 -GenericName[da]=Internetsurfning
   12.37 -GenericName[de]=Webbrowser
   12.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
   12.39 -GenericName[es]=Navegador web
   12.40 -GenericName[fi]=WWW-selain
   12.41 -GenericName[fr]=Navigateur Web
   12.42 -GenericName[hr]=Web preglednik
   12.43 -GenericName[hu]=Webböngésző
   12.44 -GenericName[id]=Browser Web
   12.45 -GenericName[it]=Browser web
   12.46 -GenericName[ja]=ウェブ・ブラウザ
   12.47 -GenericName[nb]=Nettleser
   12.48 -GenericName[nl]=Web-browser
   12.49 -GenericName[nn]=Nettlesar
   12.50 -GenericName[pl]=Przeglądarka WWW
   12.51 -GenericName[pt]=Navegador Web
   12.52 -GenericName[pt_BR]=Navegador Web
   12.53 -GenericName[ro]=Navigator Internet
   12.54 -GenericName[ru]=Веб-браузер
   12.55 -GenericName[sl]=Spletni brskalnik
   12.56 -GenericName[sv]=Webbläsare
   12.57 -GenericName[tr]=Web Tarayıcı
   12.58 -GenericName[uk]=Переглядач веб-сторінок
   12.59 -GenericName[zh_CN]=Web 浏览器
   12.60 -GenericName[zh_TW]=網頁瀏覽器
   12.61 -Comment=Browse the web
   12.62 -Comment[ar]=تصفح الانترنت
   12.63 -Comment[cs]=Prohlížet WWW
   12.64 -Comment[da]=Surf på internettet
   12.65 -Comment[de]=Im Web surfen
   12.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
   12.67 -Comment[es]=Navegar por la web
   12.68 -Comment[fi]=Selaa WWW:tä
   12.69 -Comment[fr]=Naviguer sur Internet
   12.70 -Comment[hr]=Pregledaj Web
   12.71 -Comment[hu]=A világháló böngészése
   12.72 -Comment[id]=Jelajah web
   12.73 -Comment[it]=Esplora il web
   12.74 -Comment[ja]=ウェブを閲覧します
   12.75 -Comment[nb]=Surf på nettet
   12.76 -Comment[nl]=Websurfen
   12.77 -Comment[nn]=Surf på nettet
   12.78 -Comment[pl]=Przeglądanie stron WWW
   12.79 -Comment[pt]=Navegar na web
   12.80 -Comment[pt_BR]=Navegar na web
   12.81 -Comment[ro]=Navigare Internet
   12.82 -Comment[ru]=Просмотр интернета
   12.83 -Comment[sl]=Brskaj po spletu
   12.84 -Comment[sv]=Surfa på nätet
   12.85 -Comment[tr]=Web'e Gözat
   12.86 -Comment[uk]=Перегляд веб-сторінок
   12.87 -Comment[zh_CN]=浏览 Web
   12.88 -Comment[zh_TW]=瀏覽網頁
   12.89 -Exec=firefox-official %u
   12.90 -Icon=firefox-official
   12.91 -Categories=GTK;Network;WebBrowser;
   12.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
    13.1 --- a/firefox-official-uk/receipt	Tue May 22 09:48:44 2018 +0000
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,59 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="firefox-official-uk"
    13.7 -lang="uk"
    13.8 -VERSION="50.0.2"
    13.9 -CATEGORY="network"
   13.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (Ukrainian language)"
   13.11 -MAINTAINER="al.bobylev@gmail.com"
   13.12 -LICENSE="MPL2"
   13.13 -WEB_SITE="http://www.mozilla.org/firefox"
   13.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   13.15 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
   13.16 -TAGS="web-browser"
   13.17 -PROVIDE="firefox-official browser-html5"
   13.18 -HOST_ARCH="i486"
   13.19 -
   13.20 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
   13.21 -
   13.22 -# Rules to configure and make the package.
   13.23 -compile_rules()
   13.24 -{
   13.25 -	# Installation path
   13.26 -	fx='/opt/mozilla/firefox'
   13.27 -
   13.28 -	mkdir -p \
   13.29 -		$install$fx \
   13.30 -		$install/usr/bin \
   13.31 -		$install/usr/share/applications \
   13.32 -		$install/usr/share/icons/hicolor/128x128/apps
   13.33 -
   13.34 -	# Copy everything
   13.35 -	cp -a $src/* $install$fx
   13.36 -
   13.37 -	# Executable
   13.38 -	ln -s $fx/firefox $install/usr/bin/firefox-official
   13.39 -
   13.40 -	# Icons
   13.41 -	ln -s $fx/browser/icons/mozicon128.png \
   13.42 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
   13.43 -	for size in 16 32 48; do
   13.44 -		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
   13.45 -		mkdir -p $icon_folder
   13.46 -		ln -s $fx/browser/chrome/icons/default/default$size.png \
   13.47 -			$icon_folder/firefox-official.png
   13.48 -	done
   13.49 -
   13.50 -	# Allow user updates (save user's and our traffic)
   13.51 -	chmod -R a+w $install$fx
   13.52 -
   13.53 -	# Desktop shortcut
   13.54 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
   13.55 -}
   13.56 -
   13.57 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.58 -genpkg_rules()
   13.59 -{
   13.60 -	cp -a $install/* $fs
   13.61 -	ln -s firefox-official $fs/usr/bin/browser-html5
   13.62 -}
    14.1 --- a/firefox-official-uk/stuff/firefox-official.desktop	Tue May 22 09:48:44 2018 +0000
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,89 +0,0 @@
    14.4 -[Desktop Entry]
    14.5 -Type=Application
    14.6 -Name=Firefox Web Browser (official)
    14.7 -Name[cs]=Prohlížeč WWW Firefox (official)
    14.8 -Name[da]=Firefox - internetsurfning (official)
    14.9 -Name[de]=Firefox Webbrowser (official)
   14.10 -Name[el]=Περιηγητής Διαδικτύου Firefox (official)
   14.11 -Name[es]=Navegador Web Firefox (official)
   14.12 -Name[fi]=Firefox, WWW-selain (official)
   14.13 -Name[fr]=Navigateur Web Firefox (officiel)
   14.14 -Name[hr]=Firefox Web preglednik (official)
   14.15 -Name[hu]=Firefox webböngésző (official)
   14.16 -Name[id]=Web Browser Firefox (official)
   14.17 -Name[it]=Browser web Firefox (official)
   14.18 -Name[ja]=Firefox ウェブ・ブラウザ (official)
   14.19 -Name[nb]=Firefox nettleser (official)
   14.20 -Name[nl]=Firefox Webbrowser (official)
   14.21 -Name[nn]=Firefox nettlesar (official)
   14.22 -Name[pl]=Przeglądarka WWW Firefox (official)
   14.23 -Name[pt]=Navegador Web Firefox (official)
   14.24 -Name[pt_BR]=Navegador Web Firefox (official)
   14.25 -Name[ro]=Navigatorul Firefox (official)
   14.26 -Name[ru]=Браузер Firefox (официальный)
   14.27 -Name[sl]=Spletni brskalnik Firefox (official)
   14.28 -Name[sv]=Webbläsaren Firefox (official)
   14.29 -Name[tr]=Firefox Web Tarayıcı (official)
   14.30 -Name[uk]=Переглядач web Firefox (official)
   14.31 -Name[zh_CN]=Firefox Web 浏览器 (official)
   14.32 -Name[zh_TW]=Firefox 網頁瀏覽器 (official)
   14.33 -GenericName=Web Browser
   14.34 -GenericName[ar]=متصفّح الانترنت
   14.35 -GenericName[cs]=Prohlížeč WWW
   14.36 -GenericName[da]=Internetsurfning
   14.37 -GenericName[de]=Webbrowser
   14.38 -GenericName[el]=Περιηγητής Ιστοσελίδων
   14.39 -GenericName[es]=Navegador web
   14.40 -GenericName[fi]=WWW-selain
   14.41 -GenericName[fr]=Navigateur Web
   14.42 -GenericName[hr]=Web preglednik
   14.43 -GenericName[hu]=Webböngésző
   14.44 -GenericName[id]=Browser Web
   14.45 -GenericName[it]=Browser web
   14.46 -GenericName[ja]=ウェブ・ブラウザ
   14.47 -GenericName[nb]=Nettleser
   14.48 -GenericName[nl]=Web-browser
   14.49 -GenericName[nn]=Nettlesar
   14.50 -GenericName[pl]=Przeglądarka WWW
   14.51 -GenericName[pt]=Navegador Web
   14.52 -GenericName[pt_BR]=Navegador Web
   14.53 -GenericName[ro]=Navigator Internet
   14.54 -GenericName[ru]=Веб-браузер
   14.55 -GenericName[sl]=Spletni brskalnik
   14.56 -GenericName[sv]=Webbläsare
   14.57 -GenericName[tr]=Web Tarayıcı
   14.58 -GenericName[uk]=Переглядач веб-сторінок
   14.59 -GenericName[zh_CN]=Web 浏览器
   14.60 -GenericName[zh_TW]=網頁瀏覽器
   14.61 -Comment=Browse the web
   14.62 -Comment[ar]=تصفح الانترنت
   14.63 -Comment[cs]=Prohlížet WWW
   14.64 -Comment[da]=Surf på internettet
   14.65 -Comment[de]=Im Web surfen
   14.66 -Comment[el]=Περιήγηση στον παγκόσμιο ιστό
   14.67 -Comment[es]=Navegar por la web
   14.68 -Comment[fi]=Selaa WWW:tä
   14.69 -Comment[fr]=Naviguer sur Internet
   14.70 -Comment[hr]=Pregledaj Web
   14.71 -Comment[hu]=A világháló böngészése
   14.72 -Comment[id]=Jelajah web
   14.73 -Comment[it]=Esplora il web
   14.74 -Comment[ja]=ウェブを閲覧します
   14.75 -Comment[nb]=Surf på nettet
   14.76 -Comment[nl]=Websurfen
   14.77 -Comment[nn]=Surf på nettet
   14.78 -Comment[pl]=Przeglądanie stron WWW
   14.79 -Comment[pt]=Navegar na web
   14.80 -Comment[pt_BR]=Navegar na web
   14.81 -Comment[ro]=Navigare Internet
   14.82 -Comment[ru]=Просмотр интернета
   14.83 -Comment[sl]=Brskaj po spletu
   14.84 -Comment[sv]=Surfa på nätet
   14.85 -Comment[tr]=Web'e Gözat
   14.86 -Comment[uk]=Перегляд веб-сторінок
   14.87 -Comment[zh_CN]=浏览 Web
   14.88 -Comment[zh_TW]=瀏覽網頁
   14.89 -Exec=firefox-official %u
   14.90 -Icon=firefox-official
   14.91 -Categories=GTK;Network;WebBrowser;
   14.92 -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
    15.1 --- a/firefox-official/receipt	Tue May 22 09:48:44 2018 +0000
    15.2 +++ b/firefox-official/receipt	Wed May 23 00:32:00 2018 +0300
    15.3 @@ -1,60 +1,95 @@
    15.4 -# SliTaz package receipt.
    15.5 +# SliTaz package receipt v2.
    15.6  
    15.7  PACKAGE="firefox-official"
    15.8 -VERSION="50.0.2"
    15.9 +VERSION="59.0.3"
   15.10  CATEGORY="network"
   15.11 -SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)"
   15.12 +SHORT_DESC="Official Firefox build by the Mozilla foundation"
   15.13  MAINTAINER="al.bobylev@gmail.com"
   15.14  LICENSE="MPL2"
   15.15  WEB_SITE="http://www.mozilla.org/firefox"
   15.16 -TARBALL="firefox-$VERSION.tar.bz2"
   15.17 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL"
   15.18 -TAGS="web-browser"
   15.19 -HOST_ARCH="i486"
   15.20 -PROVIDE="browser-html5"
   15.21 +HOST_ARCH="i486 x86_64"
   15.22  
   15.23 -DEPENDS="alsa-lib cairo dbus-glib gtk+ gtk+3 xorg-libXt"
   15.24 +TARBALL="firefox-${ARCH/i486/i686}-en-US-$VERSION.tar.bz2"
   15.25 +WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-${ARCH/i486/i686}/en-US/firefox-$VERSION.tar.bz2"
   15.26  
   15.27 -# Rules to configure and make the package.
   15.28 -compile_rules()
   15.29 -{
   15.30 +fo='firefox-official'
   15.31 +SPLIT="$fo-de:de $fo-es:es $fo-fr:fr $fo-it:it $fo-pt-BR:pt-BR $fo-ru:ru \
   15.32 +$fo-uk:uk"
   15.33 +
   15.34 +compile_rules() {
   15.35 +	case $SET in
   15.36 +		'') lang='en-US';;
   15.37 +		es) lang='es-ES';;
   15.38 +		*)  lang=$SET;;
   15.39 +	esac
   15.40 +
   15.41 +	TARBALL="firefox-${ARCH/i486/i686}-$lang-$VERSION.tar.bz2"
   15.42 +	WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-${ARCH/i486/i686}/$lang/firefox-$VERSION.tar.bz2"
   15.43 +	rm -r $src/*
   15.44 +	[ -e "$SRC/$TARBALL" ] || wget -O $SRC/$TARBALL $WGET_URL
   15.45 +	tar -xf $SRC/$TARBALL 2>/dev/null
   15.46 +
   15.47 +
   15.48  	# Installation path
   15.49  	fx='/opt/mozilla/firefox'
   15.50  
   15.51  	mkdir -p \
   15.52  		$install$fx \
   15.53  		$install/usr/bin \
   15.54 -		$install/usr/share/applications \
   15.55 -		$install/usr/share/icons/hicolor/128x128/apps
   15.56 +		$install/usr/share/applications
   15.57  
   15.58  	# Copy everything
   15.59 -	cp -a $src/* $install$fx
   15.60 +	cp -a $src/firefox/* $install$fx
   15.61  
   15.62  	# Executable
   15.63  	ln -s $fx/firefox $install/usr/bin/firefox-official
   15.64  
   15.65  	# Icons
   15.66 -	ln -s $fx/browser/icons/mozicon128.png \
   15.67 -		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
   15.68 -	for size in 16 32 48; do
   15.69 +	for size in 16 32 48 128; do
   15.70  		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
   15.71  		mkdir -p $icon_folder
   15.72  		ln -s $fx/browser/chrome/icons/default/default$size.png \
   15.73  			$icon_folder/firefox-official.png
   15.74  	done
   15.75  
   15.76 +	# Make symlinks relative
   15.77 +	fix symlinks
   15.78 +
   15.79  	# Allow user updates (save user's and our traffic)
   15.80 -	chmod -R a+w $install$fx
   15.81 +	chmod -R o+w $install$fx
   15.82  
   15.83 -	# Desktop shortcut
   15.84 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
   15.85 -	cp $stuff/firefox-official-private.desktop $install/usr/share/applications
   15.86 -	cp $stuff/firefox-official-safe.desktop $install/usr/share/applications
   15.87 +	# Desktop shortcuts
   15.88 +	cp $stuff/*.desktop $install/usr/share/applications
   15.89 +
   15.90 +	# Link to "generic" browser-html5
   15.91 +	ln -s firefox-official $install/usr/bin/browser-html5
   15.92 +
   15.93 +	# Fix ownership
   15.94 +	chown -R root:root $install
   15.95 +
   15.96 +	# Clean
   15.97 +	rm -r $src
   15.98  }
   15.99  
  15.100 -# Rules to gen a SliTaz package suitable for Tazpkg.
  15.101 -genpkg_rules()
  15.102 -{
  15.103 +genpkg_rules() {
  15.104 +	PROVIDE="firefox-official browser-html5"
  15.105 +	case $PACKAGE in
  15.106 +		firefox-official)
  15.107 +			lang="English"
  15.108 +			PROVIDE="browser-html5"
  15.109 +			;;
  15.110 +		*-de) lang="German";;
  15.111 +		*-es) lang="Spanish";;
  15.112 +		*-fr) lang="French";;
  15.113 +		*-it) lang="Italian";;
  15.114 +		*-pt-BR) lang="Portuguese (Brazil)";;
  15.115 +		*-ru) lang="Russian";;
  15.116 +		*-uk) lang="Ukrainian";;
  15.117 +	esac
  15.118 +	CAT="network|$lang language"
  15.119  	cp -a $install/* $fs
  15.120 -	ln -s firefox-official $fs/usr/bin/browser-html5
  15.121 +	DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk+ \
  15.122 +	gtk+3 pango xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \
  15.123 +	xorg-libXfixes xorg-libXrender xorg-libXt xorg-libxcb"
  15.124 +	TAGS="web-browser"
  15.125  }