* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: gentoo-3.3.1.diff gentoo-3.3.1_rc1.diff
@ 2011-02-23 13:46 Andreas Proschofsky (suka)
0 siblings, 0 replies; only message in thread
From: Andreas Proschofsky (suka) @ 2011-02-23 13:46 UTC (permalink / raw
To: gentoo-commits
suka 11/02/23 13:46:58
Added: gentoo-3.3.1.diff
Removed: gentoo-3.3.1_rc1.diff
Log:
Bump to LibreOffice 3.3.1, bugfix release
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Revision Changes Path
1.1 app-office/libreoffice/files/gentoo-3.3.1.diff
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/gentoo-3.3.1.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/gentoo-3.3.1.diff?rev=1.1&content-type=text/plain
Index: gentoo-3.3.1.diff
===================================================================
--- distro-configs/Gentoo.conf.in
+++ distro-configs/Gentoo.conf.in
@@ -1,5 +1,3 @@
---disable-fontooo
---disable-qadevooo
--enable-neon
--enable-xrender-link
--with-external-dict-dir=/usr/share/myspell
--- patches/dev300/apply
+++ patches/dev300/apply
@@ -1687,16 +1687,8 @@
[ GentooOnly ]
SectionOwner => aprosky
-# Allow build to proceed with PaX enabled
-gentoo-pax-fix.diff, aprosky
# support server-only versions of 64bit JDKs
64bit-jdk-server-paths.diff, i#65974, hmth
-# use IBM j9vm over IBM classic JVM
-ibm-j9vm.diff, hmth
-# system db check
-system-db-check.diff, i#65979, hmth
-# User ~/.ooo3 as user dir
-scp2-user-config-ooo3.diff, pmladek
# default inc/lib
config_office-XINC-XLIB-defaults.diff, i#65976
# Sandbox problem with wrong path
--- configure.in
+++ configure.in
@@ -1326,12 +1326,18 @@
done
fi
SUNTEMPLATES_LANG=
- # check whether the langs are requested at all
- for lang in $wanted_sun_templates ; do
- if test -n "`echo $with_lang | grep "$lang"`" ; then
- SUNTEMPLATES_LANG="$SUNTEMPLATES_LANG $lang"
- fi
- done
+
+ # --with-lang="" now used for en-US
+ if test "z$with_lang" = "z" ; then
+ SUNTEMPLATES_LANG="en-US"
+ else
+ # check whether the langs are requested at all
+ for lang in $wanted_sun_templates ; do
+ if test -n "`echo $with_lang | grep "$lang"`" ; then
+ SUNTEMPLATES_LANG="$SUNTEMPLATES_LANG $lang"
+ fi
+ done
+ fi
AC_MSG_RESULT([$SUNTEMPLATES_LANG])
fi
AC_SUBST(SUNTEMPLATES_LANG)
--- bin/package-ooo
+++ bin/package-ooo
@@ -126,8 +126,8 @@
fi
# create bash completion
-mkdir -p $OODESTDIR/etc/bash_completion.d
-$TOOLSDIR/bin/generate-bash-completion --binsuffix="$BINSUFFIX" $TOOLSDIR/bin/bash-completion.in $OODESTDIR/etc/bash_completion.d/libreoffice${BINSUFFIX}.sh
+mkdir -p $SYSCONFDIR/bash_completion.d
+$TOOLSDIR/bin/generate-bash-completion --binsuffix="$BINSUFFIX" $TOOLSDIR/bin/bash-completion.in $SYSCONFDIR/bash_completion.d/libreoffice${BINSUFFIX}.sh
if test "$COMPAT_OOWRAPPERS" = "YES" ; then
$TOOLSDIR/bin/generate-bash-completion --compat-oowrappers --binsuffix="$BINSUFFIX" $TOOLSDIR/bin/bash-completion.in $OODESTDIR/etc/bash_completion.d/ooffice${BINSUFFIX}.sh
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-23 13:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 13:46 [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: gentoo-3.3.1.diff gentoo-3.3.1_rc1.diff Andreas Proschofsky (suka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox