wok diff firefox-official/receipt @ rev 21217

updated scim-tables* (0.5.9 -> 0.5.14.1)
author Hans-G?nter Theisgen
date Tue Apr 09 17:52:52 2019 +0100 (2019-04-09)
parents b907d439614e
children fdb9ab1b060b
line diff
     1.1 --- a/firefox-official/receipt	Fri Feb 01 15:17:34 2019 +0100
     1.2 +++ b/firefox-official/receipt	Tue Apr 09 17:52:52 2019 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="firefox-official"
     1.7 -VERSION="65.0"
     1.8 +VERSION="66.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)"
    1.11 +TAGS="web-browser"
    1.12 +SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)."
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="MPL2"
    1.15  WEB_SITE="http://www.mozilla.org/firefox"
    1.16 +
    1.17  TARBALL="firefox-$VERSION.tar.bz2"
    1.18  WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL"
    1.19 -TAGS="web-browser"
    1.20 +
    1.21 +PROVIDE="browser-html5"
    1.22 +DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
    1.23  HOST_ARCH="i486"
    1.24 -PROVIDE="browser-html5"
    1.25 -
    1.26 -DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -21,10 +22,10 @@
    1.31  	# Installation path
    1.32  	fx='/opt/mozilla/firefox'
    1.33  
    1.34 -	mkdir -p \
    1.35 -		$install$fx \
    1.36 -		$install/usr/bin \
    1.37 -		$install/usr/share/applications \
    1.38 +	mkdir -p				\
    1.39 +		$install$fx			\
    1.40 +		$install/usr/bin		\
    1.41 +		$install/usr/share/applications	\
    1.42  		$install/usr/share/icons/hicolor/128x128/apps
    1.43  
    1.44  	# Copy everything
    1.45 @@ -47,9 +48,12 @@
    1.46  	chmod -R a+w $install$fx
    1.47  
    1.48  	# Desktop shortcut
    1.49 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    1.50 -	cp $stuff/firefox-official-private.desktop $install/usr/share/applications
    1.51 -	cp $stuff/firefox-official-safe.desktop $install/usr/share/applications
    1.52 +	cp $stuff/firefox-official.desktop \
    1.53 +		$install/usr/share/applications
    1.54 +	cp $stuff/firefox-official-private.desktop \
    1.55 +		$install/usr/share/applications
    1.56 +	cp $stuff/firefox-official-safe.desktop \
    1.57 +		$install/usr/share/applications
    1.58  }
    1.59  
    1.60  # Rules to gen a SliTaz package suitable for Tazpkg.