wok-current rev 4806
Up: seamonkey (2.0.2)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jan 18 17:12:36 2010 +0100 (2010-01-18) |
parents | 8ac70bc97be0 |
children | 87129639ab68 |
files | seamonkey/receipt seamonkey/stuff/google-breakpad.u seamonkey/stuff/seamonkey.mozconfig |
line diff
1.1 --- a/seamonkey/receipt Sun Jan 17 22:22:12 2010 +0100 1.2 +++ b/seamonkey/receipt Mon Jan 18 17:12:36 2010 +0100 1.3 @@ -1,22 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="seamonkey" 1.7 -VERSION="1.1.16" 1.8 +#VERSION="1.1.16" 1.9 +VERSION="2.0.2" 1.10 CATEGORY="network" 1.11 SHORT_DESC="Seamonkey suite (browser, mail, news reader)." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.source.tar.bz2" 1.14 DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL" 1.15 -BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev perl" 1.16 +BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils xorg-libXft-dev perl alsa-lib-dev findutils" 1.17 WEB_SITE="http://www.seamonkey-project.org/" 1.18 -WGET_URL="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL" 1.19 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - mv comm-1.9.1 $PACKAGE-$VERSION 2>/dev/null 1.25 + #mv mozilla $PACKAGE-$VERSION 2>/dev/null || exit 1 1.26 + mv comm-1.9.1 $PACKAGE-$VERSION 2>/dev/null 1.27 cp -a stuff/seamonkey.mozconfig $src/.mozconfig 1.28 cd $src 1.29 + patch -p1 -i ../stuff/google-breakpad.u || exit 1 1.30 cat >> layout/build/Makefile.in << "EOF" 1.31 ifdef MOZ_ENABLE_CANVAS 1.32 EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/seamonkey/stuff/google-breakpad.u Mon Jan 18 17:12:36 2010 +0100 2.3 @@ -0,0 +1,30 @@ 2.4 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 4 22:04:19 2010 2.5 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 18 16:04:10 2010 2.6 +@@ -29,6 +29,7 @@ 2.7 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2.8 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2.9 + 2.10 ++#include <stdio.h> 2.11 + #include <signal.h> 2.12 + #include <sys/stat.h> 2.13 + #include <sys/types.h> 2.14 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 4 22:04:19 2010 2.15 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 18 16:02:40 2010 2.16 +@@ -29,6 +29,7 @@ 2.17 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2.18 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2.19 + 2.20 ++#include <stdio.h> 2.21 + #include <fcntl.h> 2.22 + #include <pthread.h> 2.23 + #include <signal.h> 2.24 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 4 22:04:19 2010 2.25 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 18 16:03:26 2010 2.26 +@@ -27,6 +27,7 @@ 2.27 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2.28 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2.29 + 2.30 ++#include <stdio.h> 2.31 + #include <a.out.h> 2.32 + #include <cstdarg> 2.33 + #include <cstdlib>
3.1 --- a/seamonkey/stuff/seamonkey.mozconfig Sun Jan 17 22:22:12 2010 +0100 3.2 +++ b/seamonkey/stuff/seamonkey.mozconfig Mon Jan 18 17:12:36 2010 +0100 3.3 @@ -2,15 +2,23 @@ 3.4 ac_add_options --prefix=/usr 3.5 3.6 ac_add_options --with-system-zlib 3.7 -ac_add_options --with-system-png 3.8 +#ac_add_options --with-system-png 3.9 ac_add_options --with-system-jpeg 3.10 3.11 ac_add_options --enable-application=suite 3.12 +ac_add_options --enable-default-toolkit=cairo-gtk2 3.13 ac_add_options --enable-system-cairo 3.14 ac_add_options --enable-canvas 3.15 -ac_add_options --enable-strip 3.16 +#ac_add_options --enable-strip 3.17 #ac_add_options --enable-xinerama 3.18 3.19 ac_add_options --disable-tests 3.20 ac_add_options --disable-installer 3.21 ac_add_options --disable-accessibility 3.22 + 3.23 +ac_add_options --disable-dbus 3.24 +ac_add_options --disable-gnomeui 3.25 +ac_add_options --disable-gnomevfs 3.26 + 3.27 +ac_add_options --enable-install-strip 3.28 +ac_add_options --disable-tests