Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59755 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]
OOoView-1.1_p20050508.ebuild (New)
OOoView-1.1_p20050508.ebuild (text/plain), 2.59 KB, created by
Mike Pagano
on 2005-05-24 19:01:45 UTC
(
hide
)
Description:
OOoView-1.1_p20050508.ebuild (New)
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2005-05-24 19:01:45 UTC
Size:
2.59 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Prototype of an OpenOffice.org file viewer written in Java. This application allows users to view OpenOffice.org files without installing OpenOffice.org or StarOffice." >HOMEPAGE="https://oooview.dev.java.net/" >SRC_URI="mirror://gentoo/OOoView-1.1.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="app-arch/unzip > >=virtual/jdk-1.3.1" > >RDEPEND=">=dev-java/java-config-1.2.11 > || ( >=virtual/jre-1.3.1 > >=virtual/jdk-1.3.1 ) > virtual/x11" > >IUSE="doc" > >src_unpack() { > unpack ${A} > > find . -name CVS | xargs rm -rf > > mkdir -p build/calc build/writer build/impress build/help build/images > > cd ${WORKDIR}/oooview/src > > javac -nowarn -d ${WORKDIR}/build/calc $(find calc -name "*.java") \ > || die "Failed to compile ${i}" > > javac -nowarn -d ${WORKDIR}/build/writer $(find writer -name "*.java") \ > || die "Failed to compile ${i}" > > javac -nowarn -d ${WORKDIR}/build/impress $(find impress -name "*.java") \ > || die "Failed to compile ${i}" > > if use doc ; then > mkdir ${WORKDIR}/javadoc > javadoc -quiet -d ${WORKDIR}/javadoc $(find * -type d | tr '/' '.') > fi > > mv ${WORKDIR}/oooview/images ${WORKDIR}/build/images/. > mv ${WORKDIR}/oooview/help ${WORKDIR}/build/help/. > > cd ${WORKDIR} > jar cf ${WORKDIR}/calc.jar -C ${WORKDIR}/build/calc . -C ${WORKDIR}/build/images . -C ${WORKDIR}/build/help . > jar cf ${WORKDIR}/writer.jar -C ${WORKDIR}/build/writer . -C ${WORKDIR}/build/images . -C ${WORKDIR}/build/help . > jar cf ${WORKDIR}/impress.jar -C ${WORKDIR}/build/impress . -C ${WORKDIR}/build/images . -C ${WORKDIR}/build/help . > >} > >src_install() { > > mkdir ${WORKDIR}/src > > cp ${FILESDIR}/${PV}-OOoView.sh ${WORKDIR}/src/OOoView.sh > exeinto /usr/bin > doexe ${WORKDIR}/src/* > > # create symlinks for writer,calc and impress > dosym /usr/bin/OOoView.sh /usr/bin/oooview-writer > dosym /usr/bin/OOoView.sh /usr/bin/oooview-calc > dosym /usr/bin/OOoView.sh /usr/bin/oooview-impress > mkdir ${WORKDIR}/src/desktop > > #install application(jar files) into /usr/lib > dodir /usr/lib/${PN} > insinto /usr/lib/${PN} > doins ${WORKDIR}/*.jar > > # extract help file into temp and install doc > dohtml ${WORKDIR}/oooview/help/help.htm > > # copy and install icons > cp ${FILESDIR}/*.png ${WORKDIR}/src/desktop > cd ${WORKDIR}/src/desktop > insinto /usr/share/pixmaps > doins *.png > > make_desktop_entry oooview-writer "OOoView-writer" ooo_writer.png > make_desktop_entry oooview-calc "OOoView-calc" ooo_calc.png > make_desktop_entry oooview-impress "OOoView-impress" ooo_impress.png > >}
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