Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 16:54:19 +0000 (16:54 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 16:54:19 +0000 (16:54 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages

2004/07/04 17:54:05+01:00 nexus.co.uk!pb
collect all mozilla bits in one place

BKrev: 40e8363bI0s935zDI4z29guy7Gz_-w

firefox/firefox-0.9/mozconfig [deleted file]
firefox/firefox_0.9.oe [deleted file]
minimo/minimo_cvs.oe [deleted file]
mozilla/firefox-0.9/mozconfig [moved from minimo/minimo/mozconfig with 100% similarity]
mozilla/firefox-0.9/xptcstubs.patch [moved from firefox/firefox-0.9/xptcstubs.patch with 100% similarity]
mozilla/firefox_0.9.oe [moved from minimo/minimo/xptcstubs.patch with 100% similarity]
mozilla/minimo/mozconfig [new file with mode: 0644]
mozilla/minimo/xptcstubs.patch [new file with mode: 0644]
mozilla/minimo_cvs.oe [new file with mode: 0644]

diff --git a/firefox/firefox-0.9/mozconfig b/firefox/firefox-0.9/mozconfig
deleted file mode 100644 (file)
index 2546be9..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-. $topsrcdir/browser/config/mozconfig
-
-# use GTK+-2 widget set with XFT font rendering
-ac_add_options --enable-default-toolkit=gtk2
-ac_add_options --enable-xft
-ac_add_options --disable-freetype2
-
-# enable minimal profile support
-#ac_add_options --disable-profilesharing
-#ac_add_options --disable-profilelocking
-#ac_add_options --enable-single-profile
-
-ac_add_options --with-system-zlib
-ac_add_options --with-system-jpeg
-ac_add_options --with-system-png
-
-ac_add_options --disable-accessibility
-ac_add_options --disable-composer
-#ac_add_options --enable-plaintext-editor-only
-ac_add_options --disable-mailnews
-ac_add_options --disable-ldap  
-ac_add_options --disable-postscript
-ac_add_options --disable-mathml
-ac_add_options --disable-jsd
-ac_add_options --disable-installer
-ac_add_options --disable-xprint
-ac_add_options --disable-necko-disk-cache
-
-# configure necko to allocate smaller network buffers
-ac_add_options --enable-necko-small-buffers
-
-# disable debug logging and tests
-#ac_add_options --disable-dtd-debug
-ac_add_options --disable-logging
-ac_add_options --disable-debug
-ac_add_options --disable-gtktest
-ac_add_options --disable-tests
-
-# build crypto module (PSM + NSS)
-ac_add_options --enable-crypto
-
-# build minimal set of protocol handlers
-ac_add_options --enable-necko-protocols=http,file,res,jar
-
-# build minimal set of image decoders
-ac_add_options --enable-image-decoders=png,gif,jpeg
-
-#ac_add_options --enable-reorder
-#ac_add_options --enable-elf-dynstr-gc
-
-# enable static build
-#ac_add_options --disable-shared
-#ac_add_options --enable-static
diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe
deleted file mode 100644 (file)
index ad102b7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-DEPENDS = "xt xi zip-native gtk+ orbit2"
-PR = "r2"
-
-SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \
-       file://mozconfig \
-       file://xptcstubs.patch;patch=1 \
-       file://no-xmb.patch;patch=1"
-
-S = "${WORKDIR}/mozilla"
-
-FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl"
-
-# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
-CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing"
-CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing"
-
-SELECTED_OPTIMIZATION = "-O"
-
-export CROSS_COMPILE=1
-export HOST_LIBIDL_CONFIG="libIDL-config-2"
-export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS} --prefix=${prefix}"
-
-export HOST_CFLAGS="${BUILD_CFLAGS}"
-export HOST_CXXFLAGS="${BULID_CXXFLAGS}"
-export HOST_LDFLAGS="${BUILD_LDFLAGS}"
-export HOST_RANLIB="${BUILD_RANLIB}"
-export HOST_AR="${BUILD_AR}"
-
-do_configure() {
-       cp ${WORKDIR}/mozconfig .mozconfig
-}
-
-do_compile() {
-       make -f client.mk build_all
-}
-
-do_install() {
-       make DESTDIR="${D}" install
-}
-
diff --git a/minimo/minimo_cvs.oe b/minimo/minimo_cvs.oe
deleted file mode 100644 (file)
index 6e6b296..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-DEPENDS = "xt gtk+ libidl zip-native"
-SRC_URI = "cvs://anonymous@cvs-mirror.mozilla.org/cvsroot;module=mozilla \
-           file://xptcstubs.patch;patch=1 \
-           file://mozconfig"
-S = "${WORKDIR}/mozilla"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-SECTION = "x11"
-PRIORITY = "optional"
-PV = "0.0cvs${CVSDATE}"
-FILES_${PN} += " ${libdir}/mozilla-minimo"
-
-export MINIMO=1
-export CROSS_COMPILE=1
-export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS}"
-export CXX=${CC}
-export HOST_LIBIDL_CONFIG="libIDL-config-2"
-export MOZ_OBJDIR="${WORKDIR}/build-${TARGET_SYS}"
-export MOZCONFIG="${WORKDIR}/mozconfig"
-
-do_fetch () {
-       mkdir -p ${WORKDIR}
-       cd ${WORKDIR}
-       if [ ! -f ${DL_DIR}/mozilla_cvs-mirror.mozilla.org__${CVSDATE}.tar.gz ]; then
-               cvs $CVSCOOPTS -d :pserver:anonymous@cvs-mirror.mozilla.org/cvsroot co mozilla/client.mk
-               cd mozilla
-               make -f client.mk checkout
-               cd ..
-               tar czf ${DL_DIR}/mozilla_cvs-mirror.mozilla.org__${CVSDATE}.tar.gz mozilla
-       fi
-}
-
-#do_configure () {
-#      cp embedding/minimo/mozconfig .
-#}
-
-do_compile () {
-       make -f client.mk build_all
-       cd $MOZ_OBJDIR/embedding/minimo
-       make
-}
-
-do_install () {
-       mkdir -p ${D}/${libdir}/mozilla-minimo
-       cp -rH $MOZ_OBJDIR/dist/bin/* ${D}/${libdir}/mozilla-minimo/
-       mkdir -p ${D}/${datadir}/applications
-       install -m 0644 embedding/minimo/ipkg/minimo.desktop ${D}/${datadir}/applications/minimo.desktop
-       mkdir -p ${D}/${datadir}/pixmaps
-       install -m 0644 embedding/minimo/ipkg/minimo.png ${D}/${datadir}/applications/minimo.png
-       mkdir -p ${D}/${bindir}
-       echo "#!/bin/sh" > ${D}/${bindir}/minimo
-       cat >>${D}/${bindir}/minimo << EOF
-cd ${libdir}/mozilla-minimo
-export LD_LIBRARY_PATH=${libdir}/mozilla-minimo
-exec ./Minimo http://www.mozilla.org/projects/minimo/home.html
-EOF
-       chmod 755 ${D}/${bindir}/minimo
-}
diff --git a/mozilla/minimo/mozconfig b/mozilla/minimo/mozconfig
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mozilla/minimo/xptcstubs.patch b/mozilla/minimo/xptcstubs.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mozilla/minimo_cvs.oe b/mozilla/minimo_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29