wok-current diff libfirefox/receipt @ rev 10737

firefox: keep mesa-dev in bdeps but disable webgl, fix bookmarks and wrong option in mozconfig
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 16:54:13 2011 +0200 (2011-05-29)
parents 274f1b6c60c6
children 4d5a84939dfc
line diff
     1.1 --- a/libfirefox/receipt	Thu Apr 28 23:42:39 2011 +0000
     1.2 +++ b/libfirefox/receipt	Sun May 29 16:54:13 2011 +0200
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="firefox lib files"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="gtk+ sqlite dbus dbus-glib glib jpeg xorg-libX11 xorg-libXdamage alsa-lib xorg-libXt"
     1.8  WANTED="firefox"
     1.9  WEB_SITE="http://www.mozilla.org/"
    1.10  
    1.11 +DEPENDS="gtk+ sqlite dbus dbus-glib glib jpeg xorg-libX11 xorg-libXdamage \
    1.12 +alsa-lib xorg-libXt"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	
    1.18  	mkdir -p $fs/usr/lib/$WANTED-$VERSION
    1.19  	cp -a $_pkg/usr/lib/$WANTED-$VERSION/*.so $fs/usr/lib/$WANTED-$VERSION
    1.20  	
    1.21 @@ -21,8 +22,6 @@
    1.22  	
    1.23  	# Remove unnecessary files (copied from firefox receipt)
    1.24  	rm -rf $fs/usr/lib/firefox-$VERSION/libsqlite3.so
    1.25 -	
    1.26 -
    1.27  }
    1.28  
    1.29  post_install()