2013-09-09 22:16:32 +04:00
|
|
|
--- a/bin/distro-install-file-lists 2013-08-21 15:40:03.000000000 +0400
|
|
|
|
+++ b/bin/distro-install-file-lists 2013-09-09 22:09:30.051856888 +0400
|
2014-08-05 14:20:18 +04:00
|
|
|
@@ -136,7 +136,7 @@
|
2013-08-08 15:42:52 +03:00
|
|
|
fi
|
|
|
|
|
2014-08-05 14:20:18 +04:00
|
|
|
if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then
|
2013-08-08 15:42:52 +03:00
|
|
|
- if test "z$OOO_VENDOR" = "zMandriva" ; then
|
|
|
|
+ if test "z$OOO_VENDOR" = "zROSA" ; then
|
|
|
|
merge_flists gid_Module_Optional_Grfflt $FILELISTSDIR/draw_list.txt
|
|
|
|
merge_flists gid_Module_Optional_Headless $FILELISTSDIR/common_list.txt
|
2013-09-09 22:16:32 +04:00
|
|
|
merge_flists gid_Module_Optional_Pymailmerge $FILELISTSDIR/pyuno_list.txt
|
2014-08-05 14:20:18 +04:00
|
|
|
@@ -166,7 +166,7 @@
|
2013-08-08 15:42:52 +03:00
|
|
|
# lang packs
|
|
|
|
for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
|
|
|
|
lang_lists=
|
2014-08-05 14:20:18 +04:00
|
|
|
- if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
|
|
|
|
+ if test "$OOO_VENDOR" = "ROSA" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
|
2013-08-08 15:42:52 +03:00
|
|
|
test -f gid_Module_Langpack_Basis_$lang && lang_lists="$lang_lists gid_Module_Langpack_Basis_$lang" || :
|
|
|
|
test -f gid_Module_Langpack_Brand_$lang && lang_lists="$lang_lists gid_Module_Langpack_Brand_$lang" || :
|
|
|
|
test -f gid_Module_Langpack_Resource_$lang && lang_lists="$lang_lists gid_Module_Langpack_Resource_$lang" || :
|
2014-08-05 14:20:18 +04:00
|
|
|
@@ -197,7 +197,7 @@
|
2013-08-08 15:42:52 +03:00
|
|
|
fi
|
|
|
|
# some help files are in _Langpack_{Writer,Impress,...}_<lang>
|
|
|
|
# move them from -l10n to -help
|
2014-08-05 14:20:18 +04:00
|
|
|
- if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
|
|
|
|
+ if test "$OOO_VENDOR" = "ROSA" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
|
2013-08-08 15:42:52 +03:00
|
|
|
for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
|
|
|
|
test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
|
|
|
|
mv_file_between_flists $FILELISTSDIR/help_${lang}_list.txt $FILELISTSDIR/lang_${lang}_list.txt $INSTALLDIR/help/.*
|
2014-08-05 14:20:18 +04:00
|
|
|
@@ -265,7 +265,7 @@
|
2013-08-08 15:42:52 +03:00
|
|
|
|
|
|
|
# mailmerge
|
2014-08-05 14:20:18 +04:00
|
|
|
if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then
|
2013-08-08 15:42:52 +03:00
|
|
|
- if test "z$OOO_VENDOR" = "zMandriva" ; then
|
2015-12-16 15:23:01 +10:00
|
|
|
+ if test "z$OOO_VENDOR" = "zROSA" ; then
|
2013-08-08 15:42:52 +03:00
|
|
|
flist=pyuno_list.txt
|
|
|
|
else
|
|
|
|
flist=mailmerge_list.txt
|
2014-08-05 14:20:18 +04:00
|
|
|
@@ -296,8 +296,8 @@
|
2013-08-08 15:42:52 +03:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
- # Mandriva packaging
|
|
|
|
- if test "$OOO_VENDOR" = "Mandriva"; then
|
|
|
|
+ # ROSA packaging
|
|
|
|
+ if test "$OOO_VENDOR" = "ROSA"; then
|
|
|
|
# Not used
|
|
|
|
remove_file common_list.txt $INSTALLDIR/share/gallery/htmltheme.orig
|
|
|
|
remove_file common_list.txt $INSTALLDIR/share/dict/ooo/dictionary.lst
|