wok-next rev 21655
updated firefox-official (71.0 -> 77.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 21:47:08 2020 +0100 (2020-06-26) |
parents | 3753ae384ada |
children | 34170752f90e |
files | firefox-official/receipt |
line diff
1.1 --- a/firefox-official/receipt Fri Jun 26 21:36:55 2020 +0100 1.2 +++ b/firefox-official/receipt Fri Jun 26 21:47:08 2020 +0100 1.3 @@ -1,8 +1,9 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="firefox-official" 1.7 -VERSION="71.0" 1.8 +VERSION="77.0" 1.9 CATEGORY="network" 1.10 +TAGS="web-browser" 1.11 SHORT_DESC="Official Firefox build by the Mozilla foundation" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="MPL2" 1.14 @@ -12,8 +13,10 @@ 1.15 TARBALL="firefox-${ARCH/i486/i686}-en-US-$VERSION.tar.bz2" 1.16 WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-${ARCH/i486/i686}/en-US/firefox-$VERSION.tar.bz2" 1.17 1.18 -SPLIT="$PACKAGE-de:de $PACKAGE-en-GB:gb $PACKAGE-es:es $PACKAGE-fr:fr $PACKAGE-it:it \ 1.19 -$PACKAGE-pt-BR:pt-BR $PACKAGE-ru:ru $PACKAGE-uk:uk" 1.20 + SPLIT="$PACKAGE-de:de $PACKAGE-en-GB:gb 1.21 + $PACKAGE-es:es $PACKAGE-fr:fr 1.22 + $PACKAGE-it:it $PACKAGE-pt-BR:pt-BR 1.23 + $PACKAGE-ru:ru $PACKAGE-uk:uk" 1.24 1.25 compile_rules() 1.26 { 1.27 @@ -39,10 +42,10 @@ 1.28 $install/usr/share/applications 1.29 1.30 # Copy everything 1.31 - cp -a $src/firefox/* $install$fx 1.32 + cp -a $src/firefox/* $install$fx 1.33 1.34 # Executable 1.35 - ln -s $fx/firefox $install/usr/bin/firefox-official 1.36 + ln -s $fx/firefox $install/usr/bin/firefox-official 1.37 1.38 # Icons 1.39 for size in 16 32 48 128 1.40 @@ -53,20 +56,20 @@ 1.41 $icon_folder/firefox-official.png 1.42 done 1.43 1.44 - # Make symlinks relative 1.45 + # Make symbolic links relative 1.46 fix symlinks 1.47 1.48 # Allow user updates (save user's and our traffic) 1.49 - chmod -R o+w $install$fx 1.50 + chmod -R o+w $install$fx 1.51 1.52 # Desktop shortcuts 1.53 - cp $stuff/*.desktop $install/usr/share/applications 1.54 + cp $stuff/*.desktop $install/usr/share/applications 1.55 1.56 # Link to "generic" browser-html5 1.57 - ln -s firefox-official $install/usr/bin/browser-html5 1.58 + ln -s firefox-official $install/usr/bin/browser-html5 1.59 1.60 # Fix ownership 1.61 - chown -R root:root $install 1.62 + chown -R root:root $install 1.63 1.64 # Clean 1.65 rm -r $src 1.66 @@ -77,22 +80,22 @@ 1.67 PROVIDE="firefox-official browser-html5" 1.68 case $PACKAGE in 1.69 firefox-official) 1.70 - lang="English" 1.71 - PROVIDE="browser-html5" 1.72 - ;; 1.73 - *-de) lang="German";; 1.74 - *-en-GB) lang="English (Great Britain)";; 1.75 - *-es) lang="Spanish";; 1.76 - *-fr) lang="French";; 1.77 - *-it) lang="Italian";; 1.78 - *-pt-BR) lang="Portuguese (Brazil)";; 1.79 - *-ru) lang="Russian";; 1.80 - *-uk) lang="Ukrainian";; 1.81 + lang="English" 1.82 + PROVIDE="browser-html5" 1.83 + ;; 1.84 + *-de) lang="German";; 1.85 + *-en-GB) lang="English (Great Britain)";; 1.86 + *-es) lang="Spanish";; 1.87 + *-fr) lang="French";; 1.88 + *-it) lang="Italian";; 1.89 + *-pt-BR) lang="Portuguese (Brazil)";; 1.90 + *-ru) lang="Russian";; 1.91 + *-uk) lang="Ukrainian";; 1.92 esac 1.93 + 1.94 CAT="network|$lang language" 1.95 - cp -a $install/* $fs 1.96 - DEPENDS="atk libcairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk2 \ 1.97 - gtk3 pango libx11 libxcomposite libxdamage libxext \ 1.98 - libxfixes libxrender libxt libxcb" 1.99 - TAGS="web-browser" 1.100 + cp -a $install/* $fs 1.101 + DEPENDS="atk dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk2 1.102 + gtk3 libcairo libx11 libxcb libxcomposite libxdamage libxext 1.103 + libxfixes libxrender libxt pango" 1.104 }