Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59756 Details for
Bug 91380
OOoView-1.1-r1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1.1_p20050508-OOoView.sh (Update)
1.1_p20050508-OOoView.sh (text/plain), 973 bytes, created by
Mike Pagano
on 2005-05-24 19:03:04 UTC
(
hide
)
Description:
1.1_p20050508-OOoView.sh (Update)
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2005-05-24 19:03:04 UTC
Size:
973 bytes
patch
obsolete
>#!/bin/sh ># ># Stub script to run OOoView. ># This one script will execute the correct oooviewer (writer, calc or impress) ># based on the symlinked script called. > >OOOVIEW_PATH="/usr/lib/OOoView" >if [ -f $HOME/.gentoo/java-env ] ; then > source $HOME/.gentoo/java-env >else > JAVA_HOME=`java-config --jdk-home` > CLASSPATH=`java-config --classpath`:${CLASSPATH} >fi > >if [ -z $JAVA_HOME ] ; then > JAVA_HOME=`java-config --jre-home` > CLASSPATH=`java-config --classpath`:${CLASSPATH} > > if [ -z $JAVA_HOME ] ; then > echo "Error: No JDK or JRE found!" > echo "Try using java-config script to set your vm" > exit 1 > fi >fi > >program=${0#*-} > >if [ $program == "writer" ]; >then > $JAVA_HOME/bin/java -cp ${OOOVIEW_PATH}/writer.jar writer.OpenOffice >else > if [ $program == "calc" ]; > then > $JAVA_HOME/bin/java -cp ${OOOVIEW_PATH}/calc.jar calc.OpenOffice > else > if [ $program == "impress" ]; > then > $JAVA_HOME/bin/java -cp ${OOOVIEW_PATH}/impress.jar impress.OpenOffice > fi > fi >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 91380
:
57978
|
57979
|
57981
|
57982
|
58026
|
58070
|
58071
|
58072
|
58073
|
58074
|
58089
|
58193
|
59755
|
59756
|
60354