[ooo-build-commit] .: Branch 'ooo-build-3-2' - bin/package-ooo

René Engelhard rene at kemper.freedesktop.org
Wed Mar 24 16:02:39 PDT 2010


 bin/package-ooo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 775fa3af7b51ec6496a11b0b2fae0b23409a7da1
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Mar 24 23:59:37 2010 +0100

    deprecated slot:5500 in oofromtemplate
    
    * bin/package-ooo: slot:5500 -> .uno:NewDoc

diff --git a/bin/package-ooo b/bin/package-ooo
index 50ceaf1..7c4b082 100755
--- a/bin/package-ooo
+++ b/bin/package-ooo
@@ -83,7 +83,7 @@ mkdir -p $MANDIR/man1
 for app in calc draw impress math web writer base; do
     create_qstart_wrapper "$PREFIX/bin/oo${app}${BINSUFFIX}" "-${app}" || exit 1;
 done
-create_qstart_wrapper "$PREFIX/bin/oofromtemplate${BINSUFFIX}" "slot:5500" || exit 1;
+create_qstart_wrapper "$PREFIX/bin/oofromtemplate${BINSUFFIX}" ".uno:NewDoc" || exit 1;
 create_qstart_wrapper "$PREFIX/bin/ooffice${BINSUFFIX}" "" || exit 1;
 create_unopkg_wrapper "$PREFIX/bin/unopkg${BINSUFFIX}" "" || exit 1;
 if test "z$VENDORNAME" = "zNovell" -o "z$VENDORNAME" = "zPLD" \


More information about the ooo-build-commit mailing list