wok rev 18699

Up firefox-official* (43.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 02:02:53 2015 +0200 (2015-12-16)
parents 32c20d829d74
children e08f8f6be0ed
files firefox-official-de/receipt firefox-official-fr/receipt firefox-official-pt-BR/receipt firefox-official-ru/receipt firefox-official-uk/receipt firefox-official-uk/stuff/firefox-official.desktop firefox-official/receipt
line diff
     1.1 --- a/firefox-official-de/receipt	Mon Dec 14 10:33:13 2015 +0100
     1.2 +++ b/firefox-official-de/receipt	Wed Dec 16 02:02:53 2015 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="firefox-official-de"
     1.6  lang="de"
     1.7 -VERSION="42.0"
     1.8 +VERSION="43.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Official Firefox build by the Mozilla foundation (German language)"
    1.11  MAINTAINER="al.bobylev@gmail.com"
     2.1 --- a/firefox-official-fr/receipt	Mon Dec 14 10:33:13 2015 +0100
     2.2 +++ b/firefox-official-fr/receipt	Wed Dec 16 02:02:53 2015 +0200
     2.3 @@ -2,7 +2,7 @@
     2.4  
     2.5  PACKAGE="firefox-official-fr"
     2.6  lang="fr"
     2.7 -VERSION="42.0"
     2.8 +VERSION="43.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Official Firefox build by the Mozilla foundation (French language)"
    2.11  MAINTAINER="al.bobylev@gmail.com"
     3.1 --- a/firefox-official-pt-BR/receipt	Mon Dec 14 10:33:13 2015 +0100
     3.2 +++ b/firefox-official-pt-BR/receipt	Wed Dec 16 02:02:53 2015 +0200
     3.3 @@ -2,7 +2,7 @@
     3.4  
     3.5  PACKAGE="firefox-official-pt-BR"
     3.6  lang="pt-BR"
     3.7 -VERSION="42.0"
     3.8 +VERSION="43.0"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Official Firefox build by the Mozilla foundation (Portuguese (Brazil) language)"
    3.11  MAINTAINER="al.bobylev@gmail.com"
     4.1 --- a/firefox-official-ru/receipt	Mon Dec 14 10:33:13 2015 +0100
     4.2 +++ b/firefox-official-ru/receipt	Wed Dec 16 02:02:53 2015 +0200
     4.3 @@ -2,7 +2,7 @@
     4.4  
     4.5  PACKAGE="firefox-official-ru"
     4.6  lang="ru"
     4.7 -VERSION="42.0"
     4.8 +VERSION="43.0"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Official Firefox build by the Mozilla foundation (Russian language)"
    4.11  MAINTAINER="al.bobylev@gmail.com"
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/firefox-official-uk/receipt	Wed Dec 16 02:02:53 2015 +0200
     5.3 @@ -0,0 +1,53 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="firefox-official-uk"
     5.7 +lang="uk"
     5.8 +VERSION="43.0"
     5.9 +CATEGORY="network"
    5.10 +SHORT_DESC="Official Firefox build by the Mozilla foundation (Ukrainian 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"
    5.18 +HOST_ARCH="i486"
    5.19 +
    5.20 +DEPENDS="gtk+"
    5.21 +
    5.22 +# Rules to configure and make the package.
    5.23 +compile_rules()
    5.24 +{
    5.25 +	mkdir -p \
    5.26 +		$install/usr/bin \
    5.27 +		$install/usr/lib/firefox-$VERSION \
    5.28 +		$install/usr/share/applications \
    5.29 +		$install/usr/share/icons/hicolor/128x128/apps
    5.30 +
    5.31 +	cp -a $src/* $install/usr/lib/firefox-$VERSION
    5.32 +
    5.33 +	# /usr/bin/firefox-official
    5.34 +	ln -s /usr/lib/firefox-$VERSION/firefox $install/usr/bin/firefox-official
    5.35 +
    5.36 +	# Icons
    5.37 +	ln -s /usr/lib/firefox-$VERSION/browser/icons/mozicon128.png \
    5.38 +		$install/usr/share/icons/hicolor/128x128/apps/firefox-official.png
    5.39 +	for size in 16 32 48; do
    5.40 +		icon_folder="$install/usr/share/icons/hicolor/${size}x$size/apps"
    5.41 +		mkdir -p $icon_folder
    5.42 +		ln -s /usr/lib/firefox-$VERSION/browser/chrome/icons/default/default$size.png \
    5.43 +			$icon_folder/firefox-official.png
    5.44 +	done
    5.45 +
    5.46 +	# Remove updater files (user can't upgrade anyway)
    5.47 +	rm -f $install/usr/lib/firefox-$VERSION/update*
    5.48 +
    5.49 +	cp $stuff/firefox-official.desktop $install/usr/share/applications
    5.50 +}
    5.51 +
    5.52 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.53 +genpkg_rules()
    5.54 +{
    5.55 +	cp -a $install/* $fs
    5.56 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/firefox-official-uk/stuff/firefox-official.desktop	Wed Dec 16 02:02:53 2015 +0200
     6.3 @@ -0,0 +1,89 @@
     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/receipt	Mon Dec 14 10:33:13 2015 +0100
     7.2 +++ b/firefox-official/receipt	Wed Dec 16 02:02:53 2015 +0200
     7.3 @@ -1,14 +1,14 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="firefox-official"
     7.7 -VERSION="42.0"
     7.8 +VERSION="43.0"
     7.9  CATEGORY="network"
    7.10  SHORT_DESC="Official Firefox build by the Mozilla foundation."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12  LICENSE="MPL2"
    7.13  WEB_SITE="http://www.mozilla.org/firefox"
    7.14  TARBALL="firefox-$VERSION.tar.bz2"
    7.15 -WGET_URL="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL"
    7.16 +WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL"
    7.17  TAGS="web-browser"
    7.18  HOST_ARCH="i486"
    7.19