summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-07-01 13:30:06 +0000
committerJory Pratt <anarchy@gentoo.org>2005-07-01 13:30:06 +0000
commit2a53b0f9fc9ec17799e7ceefcd8afff8c18ca38d (patch)
tree4023e9bb88d383696fdd6272aa409542e4336581 /app-editors
parentrevision bump, clean up (diff)
downloadhistorical-2a53b0f9fc9ec17799e7ceefcd8afff8c18ca38d.tar.gz
historical-2a53b0f9fc9ec17799e7ceefcd8afff8c18ca38d.tar.bz2
historical-2a53b0f9fc9ec17799e7ceefcd8afff8c18ca38d.zip
""
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvu/Manifest1
-rw-r--r--app-editors/nvu/files/mozconfig263
2 files changed, 64 insertions, 0 deletions
diff --git a/app-editors/nvu/Manifest b/app-editors/nvu/Manifest
index ee4e03b7cd1a..5afb44b7cc25 100644
--- a/app-editors/nvu/Manifest
+++ b/app-editors/nvu/Manifest
@@ -4,6 +4,7 @@ MD5 1b0b169cd47eb58ed4314dc19ce4d36a nvu-0.90-r1.ebuild 2312
MD5 0b88e349c78fa37c9a0fe79c75ac99ee nvu-1.0.ebuild 2882
MD5 a05fdf2c14ab81e5c9e6827958cc4a2c files/digest-nvu-1.0 70
MD5 ffdec5b2a9933225ba5f03bafd9fcc2a files/digest-nvu-0.90-r1 71
+MD5 91bb5e61f505e2e53aa42345431c8fa7 files/mozconfig2 2160
MD5 c68ab50fa971f53df6ae113289920242 files/1.0/nvu-1.0-gcc4.patch 1924
MD5 841f7a0a89c5d8be3841444ce2dd0b85 files/1.0/nvu-0.50-dir.patch 713
MD5 952edf776beb47f9ddeeed1eb3a9407f files/1.0/nvu-0.50-freetype-compile.patch 13641
diff --git a/app-editors/nvu/files/mozconfig2 b/app-editors/nvu/files/mozconfig2
new file mode 100644
index 000000000000..be4da7f65981
--- /dev/null
+++ b/app-editors/nvu/files/mozconfig2
@@ -0,0 +1,63 @@
+export MOZILLA_OFFICIAL=1
+export BUILD_OFFICIAL=1
+
+export MOZ_STANDALONE_COMPOSER=1
+mk_add_options MOZ_STANDALONE_COMPOSER=1
+
+# if you want don't want to use gcc and g++ or want to use
+# a specific version of the compilers, specify it in the
+# two following lines and uncomment them
+#export CC="gcc-3.0"
+#export CXX="g++-3.0"
+
+# Uncomment the 3 following lines on Debian (this includes
+# Linspire)
+#export OS_LIBS="-lc -lpthread"
+#export CFLAGS="-DDEBIAN"
+#export CXXFLAGS="-DDEBIAN"
+
+# Uncomment the two following lines on Linspire
+#export LINSPIRE=1
+#mk_add_options LINSPIRE=1
+
+# Uncomment and edit this line if you want to build
+# outside of the source tree
+#mk_add_options MOZ_OBJDIR=/home/glazman/nvu-0.50
+
+# Uncomment the following lines for an optimized build
+ac_add_options --enable-optimize
+ac_add_options --disable-debug
+
+# You may need to uncomment and edit that line. On Linspire,
+# just uncomment it
+ac_add_options --with-default-mozilla-five-home=/usr/lib/nvu
+
+# You probably have nothing to change below that line
+ac_add_options --disable-svg
+ac_add_options --without-system-mng
+ac_add_options --without-system-png
+ac_add_options --disable-ldap
+ac_add_options --disable-mailnews
+ac_add_options --disable-installer
+ac_add_options --disable-activex
+ac_add_options --disable-activex-scripting
+ac_add_options --disable-tests
+ac_add_options --disable-oji
+ac_add_options --disable-necko-disk-cache
+ac_add_options --disable-profilesharing
+ac_add_options --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck
+ac_add_options --enable-image-decoders=png,gif,jpeg
+ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data
+ac_add_options --disable-pedantic
+ac_add_options --disable-short-wchar
+ac_add_options --enable-xprint
+ac_add_options --enable-strip-libs
+ac_add_options --enable-crypto
+ac_add_options --disable-mathml
+ac_add_options --with-system-zlib
+ac_add_options --enable-freetype2
+ac_add_options --enable-toolkit=gtk2
+ac_add_options --enable-default-toolkit=gtk2
+ac_add_options --enable-xft
+ac_add_options --prefix=/usr
+ac_add_options --enable-single-profile