# HG changeset patch # User Eric Joseph-Alexandre # Date 1263831156 -3600 # Node ID 686a6db09fc2f26b03257e0c134c7251c5c9fde7 # Parent 8ac70bc97be0e206b6ab4ee14d9c37a5699786c9 Up: seamonkey (2.0.2) diff -r 8ac70bc97be0 -r 686a6db09fc2 seamonkey/receipt --- a/seamonkey/receipt Sun Jan 17 22:22:12 2010 +0100 +++ b/seamonkey/receipt Mon Jan 18 17:12:36 2010 +0100 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="seamonkey" -VERSION="1.1.16" +#VERSION="1.1.16" +VERSION="2.0.2" CATEGORY="network" SHORT_DESC="Seamonkey suite (browser, mail, news reader)." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.source.tar.bz2" DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL" -BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev perl" +BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils xorg-libXft-dev perl alsa-lib-dev findutils" WEB_SITE="http://www.seamonkey-project.org/" -WGET_URL="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL" +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() { - mv comm-1.9.1 $PACKAGE-$VERSION 2>/dev/null + #mv mozilla $PACKAGE-$VERSION 2>/dev/null || exit 1 + mv comm-1.9.1 $PACKAGE-$VERSION 2>/dev/null cp -a stuff/seamonkey.mozconfig $src/.mozconfig cd $src + patch -p1 -i ../stuff/google-breakpad.u || exit 1 cat >> layout/build/Makefile.in << "EOF" ifdef MOZ_ENABLE_CANVAS EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender diff -r 8ac70bc97be0 -r 686a6db09fc2 seamonkey/stuff/google-breakpad.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/seamonkey/stuff/google-breakpad.u Mon Jan 18 17:12:36 2010 +0100 @@ -0,0 +1,30 @@ +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 4 22:04:19 2010 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 18 16:04:10 2010 +@@ -29,6 +29,7 @@ + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ++#include + #include + #include + #include +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 4 22:04:19 2010 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 18 16:02:40 2010 +@@ -29,6 +29,7 @@ + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ++#include + #include + #include + #include +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 4 22:04:19 2010 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 18 16:03:26 2010 +@@ -27,6 +27,7 @@ + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ++#include + #include + #include + #include diff -r 8ac70bc97be0 -r 686a6db09fc2 seamonkey/stuff/seamonkey.mozconfig --- a/seamonkey/stuff/seamonkey.mozconfig Sun Jan 17 22:22:12 2010 +0100 +++ b/seamonkey/stuff/seamonkey.mozconfig Mon Jan 18 17:12:36 2010 +0100 @@ -2,15 +2,23 @@ ac_add_options --prefix=/usr ac_add_options --with-system-zlib -ac_add_options --with-system-png +#ac_add_options --with-system-png ac_add_options --with-system-jpeg ac_add_options --enable-application=suite +ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-system-cairo ac_add_options --enable-canvas -ac_add_options --enable-strip +#ac_add_options --enable-strip #ac_add_options --enable-xinerama ac_add_options --disable-tests ac_add_options --disable-installer ac_add_options --disable-accessibility + +ac_add_options --disable-dbus +ac_add_options --disable-gnomeui +ac_add_options --disable-gnomevfs + +ac_add_options --enable-install-strip +ac_add_options --disable-tests