[ooo-build-commit] .: 2 commits - autogen.sh MAINTAINERS Makefile.am TODO
Michael Meeks
mmeeks at kemper.freedesktop.org
Tue Oct 5 04:50:06 PDT 2010
MAINTAINERS | 7 ++++---
Makefile.am | 6 +-----
TODO | 21 ++++++---------------
autogen.sh | 4 +---
4 files changed, 12 insertions(+), 26 deletions(-)
New commits:
commit 724802d48cfaa4aa10d26e4a4cb2c64021cd684b
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Oct 5 12:49:20 2010 +0100
make them slightly less embarassing
diff --git a/MAINTAINERS b/MAINTAINERS
index 6fceae5..6490399 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,4 @@
-Michael Meeks
-E-mail: michael.meeks at novell.com
-Userid: michael
+Michael Meeks <michael.meeks at novell.com>
+Caolán McNamara <caolanm at redhat.com>
+Rene Engelhard <rene at debian.org>
+Thorsten Behrens <tbehrens at novell.com>
diff --git a/TODO b/TODO
index 7eec7f5..0aecb32 100644
--- a/TODO
+++ b/TODO
@@ -1,21 +1,12 @@
-+ Tooling issues
- +
+Please see:
+ * http://www.freedesktop.org/wiki/Software/LibreOffice/EasyHacks
-+ Startup performance
- + OO.o icon cache: 5Mb small
- + open("/home/michael/.OpenOffice.org1.9.milestone/user/config/imagecache_gnome/res_commandimagelist_lc_114", O_RDONLY) = 27
- + should be able to work out of the .zip file
- + font cache trawling / build - highly slow
-+ Misc.
- + Win32
- + ODMA/Win32 bits - re-work & make them fly.
- + Win32 file-bug toolbar icon
- + should point at internal bugzilla.
- [ is there a canonical way to refer to bug
- filing etc. for internal & external ]
+ For a list of things to work on ...
--------- older things --------
+
+
+-------- obsolete items --------
commit 7c8d0b9a281021f01c3c77b2a6baf96749a7e2fe
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Oct 5 12:49:13 2010 +0100
remove long obsolete bonobo stuff
diff --git a/Makefile.am b/Makefile.am
index 8723d3a..ad417a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,4 @@
-# if BONOBO
-# MAYBE_BONOBO = bonobo
-# endif
-
-SUBDIRS = po desktop distro-configs bin etc patches man doc src stamp templates extensions # $(MAYBE_BONOBO)
+SUBDIRS = po desktop distro-configs bin etc patches man doc src stamp templates extensions
include $(top_srcdir)/Makefile.shared
diff --git a/autogen.sh b/autogen.sh
index 23c8a6c..f818b09 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,10 +4,8 @@
if test "z$1" = "z--clean"; then
echo "Cleaning"
- rm -Rf autom4te.cache bonobo/autom4te.cache
+ rm -Rf autom4te.cache
rm -f missing install-sh mkinstalldirs libtool ltmain.sh
- rm -f bonobo/missing bonobo/install-sh bonobo/mkinstalldirs \
- bonobo/libtool bonobo/ltmain.sh
exit 1;
fi
More information about the ooo-build-commit
mailing list