wok rev 2688

Revert: cairo, firefox, xorg-xproto, zip
* Winners don't use drugs
author Mallory MOLLO <mallory@skyrock.com>
date Wed Apr 22 17:45:58 2009 +0200 (2009-04-22)
parents 0166d90a51e6
children e04fd86fd14b
files cairo/receipt firefox/receipt firefox/stuff/firefox.mozconfig xorg-xproto/receipt zip/receipt
line diff
     1.1 --- a/cairo/receipt	Wed Apr 22 17:13:16 2009 +0200
     1.2 +++ b/cairo/receipt	Wed Apr 22 17:45:58 2009 +0200
     1.3 @@ -20,7 +20,6 @@
     1.4  		--prefix=/usr \
     1.5   		--mandir=/usr/share/man \
     1.6  		--with-html-dir=/usr/share/doc \
     1.7 -        --enable-xcb \
     1.8   		$CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
     2.1 --- a/firefox/receipt	Wed Apr 22 17:13:16 2009 +0200
     2.2 +++ b/firefox/receipt	Wed Apr 22 17:45:58 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="firefox"
     2.7 -VERSION="3.0.9"
     2.8 +VERSION="3.0.8"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="User friendly, secure and fast web browser."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/firefox/stuff/firefox.mozconfig	Wed Apr 22 17:13:16 2009 +0200
     3.2 +++ b/firefox/stuff/firefox.mozconfig	Wed Apr 22 17:45:58 2009 +0200
     3.3 @@ -1,5 +1,3 @@
     3.4 -. $topsrcdir/browser/config/mozconfig
     3.5 -
     3.6  export MOZILLA_OFFICIAL="1"
     3.7  export BUILD_OFFICIAL="1"
     3.8  export MOZ_PHOENIX=1
     3.9 @@ -40,7 +38,7 @@
    3.10  ac_add_options --with-pthreads
    3.11  #ac_add_options --enable-svg
    3.12  #ac_add_options --enable-svg-renderer=cairo
    3.13 -#ac_add_options --enable-application=browser
    3.14 +ac_add_options --enable-application=browser
    3.15  ac_add_options --disable-negotiateauth
    3.16  ac_add_options --disable-jsd
    3.17  #ac_add_options --disable-printing
     4.1 --- a/xorg-xproto/receipt	Wed Apr 22 17:13:16 2009 +0200
     4.2 +++ b/xorg-xproto/receipt	Wed Apr 22 17:45:58 2009 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-xproto"
     4.7 -VERSION="7.0.11"
     4.8 +VERSION="7.0.10"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Xorg server module."
    4.11  MAINTAINER="pankso@slitaz.org"
     5.1 --- a/zip/receipt	Wed Apr 22 17:13:16 2009 +0200
     5.2 +++ b/zip/receipt	Wed Apr 22 17:45:58 2009 +0200
     5.3 @@ -1,18 +1,17 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="zip"
     5.7 -VERSION="3.0"
     5.8 +VERSION="2.32"
     5.9  CATEGORY="utilities"
    5.10  SHORT_DESC="Compressor utilities compatible with the DOS PKZIP."
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12 -TARBALL="zip30.tgz"
    5.13 +TARBALL="zip232.tgz"
    5.14  WEB_SITE="http://www.info-zip.org/"
    5.15  WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
    5.16  
    5.17  # Rules to configure and make the package.
    5.18  compile_rules()
    5.19  {
    5.20 -    mv zip30 zip-3.0
    5.21  	cd $src
    5.22  	make -f unix/Makefile generic_gcc
    5.23  }