diff -uNr ooo-build-2.0.0.orig/configure ooo-build-2.0.0/configure --- ooo-build-2.0.0.orig/configure 2005-10-20 11:30:17.000000000 +0200 +++ ooo-build-2.0.0/configure 2005-11-26 23:30:38.000000000 +0100 @@ -5273,7 +5273,7 @@ ac_config_files="$ac_config_files intltool-extract intltool-merge intltool-update" - ac_config_files="$ac_config_files Makefile ooo1.1.spec bin/setup bin/Makefile desktop/Makefile distro-configs/Makefile distro-configs/Ark.conf distro-configs/Common.conf distro-configs/Debian.conf distro-configs/Debian64.conf distro-configs/Ubuntu.conf distro-configs/Ubuntu64.conf distro-configs/NLD.conf distro-configs/NLD64.conf distro-configs/SUSE.conf distro-configs/Mandriva.conf distro-configs/Mandriva64.conf distro-configs/Gentoo.conf fonts/Makefile patches/Makefile patches/a11y/Makefile patches/cairo/Makefile patches/evo2/Makefile patches/vba/Makefile patches/mono/Makefile patches/src680/Makefile patches/OOO_2_0/Makefile patches/64bit/Makefile po/Makefile doc/Makefile src/Makefile stamp/Makefile man/Makefile www/Makefile www/images/Makefile www/tinder-scripts/Makefile" + ac_config_files="$ac_config_files Makefile ooo1.1.spec bin/setup bin/Makefile desktop/Makefile distro-configs/Makefile distro-configs/Ark.conf distro-configs/Common.conf distro-configs/DroplineGNOME.conf distro-configs/Debian.conf distro-configs/Debian64.conf distro-configs/Ubuntu.conf distro-configs/Ubuntu64.conf distro-configs/NLD.conf distro-configs/NLD64.conf distro-configs/SUSE.conf distro-configs/Mandriva.conf distro-configs/Mandriva64.conf distro-configs/Gentoo.conf fonts/Makefile patches/Makefile patches/a11y/Makefile patches/cairo/Makefile patches/evo2/Makefile patches/vba/Makefile patches/mono/Makefile patches/src680/Makefile patches/OOO_2_0/Makefile patches/64bit/Makefile po/Makefile doc/Makefile src/Makefile stamp/Makefile man/Makefile www/Makefile www/images/Makefile www/tinder-scripts/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure diff -uNr ooo-build-2.0.0.orig/configure.in ooo-build-2.0.0/configure.in --- ooo-build-2.0.0.orig/configure.in 2005-10-20 11:27:01.000000000 +0200 +++ ooo-build-2.0.0/configure.in 2005-11-26 23:30:38.000000000 +0100 @@ -749,6 +749,7 @@ distro-configs/Makefile distro-configs/Ark.conf distro-configs/Common.conf +distro-configs/DroplineGNOME.conf distro-configs/Debian.conf distro-configs/Debian64.conf distro-configs/Ubuntu.conf diff -uNr ooo-build-2.0.0.orig/distro-configs/DroplineGNOME.conf.in ooo-build-2.0.0/distro-configs/DroplineGNOME.conf.in --- ooo-build-2.0.0.orig/distro-configs/DroplineGNOME.conf.in 1970-01-01 01:00:00.000000000 +0100 +++ ooo-build-2.0.0/distro-configs/DroplineGNOME.conf.in 2005-11-26 23:30:38.000000000 +0100 @@ -0,0 +1,18 @@ +--with-java +--with-jdk-home=/usr/lib/java +--with-ant=/usr/share/ant +--enable-bonobo +--enable-gnome-vfs +--enable-mono +--enable-cairo +--enable-access +--with-vendor=\"Dropline\ GNOME\" +--with-x +--enable-libart +--enable-libsn +--with-system-expat +--with-system-sane-header +--with-system-curl +--with-lang=en-US +--with-dict=en-US +--with-system-stdlibs diff -uNr ooo-build-2.0.0.orig/distro-configs/Makefile.in ooo-build-2.0.0/distro-configs/Makefile.in --- ooo-build-2.0.0.orig/distro-configs/Makefile.in 2005-10-20 12:47:30.000000000 +0200 +++ ooo-build-2.0.0/distro-configs/Makefile.in 2005-11-26 23:30:38.000000000 +0100 @@ -35,6 +35,7 @@ POST_UNINSTALL = : subdir = distro-configs DIST_COMMON = $(srcdir)/Ark.conf.in $(srcdir)/Common.conf.in \ + $(srcdir)/DroplineGNOME.conf.in \ $(srcdir)/Debian.conf.in $(srcdir)/Debian64.conf.in \ $(srcdir)/Gentoo.conf.in $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/Mandriva.conf.in \ @@ -47,6 +48,7 @@ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = Ark.conf Common.conf Debian.conf Debian64.conf \ + DroplineGNOME.conf \ Ubuntu.conf Ubuntu64.conf NLD.conf NLD64.conf SUSE.conf \ Mandriva.conf Mandriva64.conf Gentoo.conf SOURCES = @@ -227,6 +229,8 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ Common.conf: $(top_builddir)/config.status $(srcdir)/Common.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +DroplineGNOME.conf: $(top_builddir)/config.status $(srcdir)/DroplineGNOME.conf.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ Debian.conf: $(top_builddir)/config.status $(srcdir)/Debian.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ Debian64.conf: $(top_builddir)/config.status $(srcdir)/Debian64.conf.in diff -uNr ooo-build-2.0.0.orig/patches/OOO_2_0/apply ooo-build-2.0.0/patches/OOO_2_0/apply --- ooo-build-2.0.0.orig/patches/OOO_2_0/apply 2005-10-20 11:20:55.000000000 +0200 +++ ooo-build-2.0.0/patches/OOO_2_0/apply 2005-11-26 23:30:38.000000000 +0100 @@ -32,6 +32,11 @@ DebianBase : LinuxCommon, SystemDB, DebianBaseOnly Debian : DebianBase, DebianOnly Debian64 : DebianBase, 64bit, DebianOnly +# +# DroplineGNOME +# +DroplineGNOME : LinuxCommon, Lockdown, NovellOnly, NLDOnly, NotDebian, NovellOnlyUnix +# # Ubuntu Ubuntu: DebianBase, UbuntuOnly Ubuntu64: DebianBase, 64bit, UbuntuOnly