Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8090 Details for
Bug 14119
java-gtk build failing . . . sed portions broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
java-gnome: as it worked for me
java-gnome-0.7.1.ebuild (text/plain), 2.01 KB, created by
Björn Michaelsen
on 2003-02-09 09:43:49 UTC
(
hide
)
Description:
java-gnome: as it worked for me
Filename:
MIME Type:
Creator:
Björn Michaelsen
Created:
2003-02-09 09:43:49 UTC
Size:
2.01 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-java/java-gnome/java-gnome-0.7.1.ebuild,v 1.10 2002/10/26 18:50:25 vapier Exp $ > >IUSE="gnome" > >S=${WORKDIR}/${P} >DESCRIPTION="Java bindings for GNOME and GTK libraries that allow GNOME and GTK applications to be written in Java" >SRC_URI="mirror://sourceforge/java-gnome/java-gnome-0.7.1.tar.gz" >HOMEPAGE="http://java-gnome.sourceforge.net/" >DEPEND="virtual/glibc > gnome? ( >=gnome-base/gnome-libs-1.4 ) > virtual/jdk > >=dev-java/jikes-1.0 > =dev-java/java-gtk-0.7.1" >RDEPEND="$DEPEND" >SLOT="0.7" >LICENSE="LGPL-2.1" >KEYWORDS="x86" > >src_compile() { > local myconf > > #JAVAC="`which jikes` -classpath $CLASSPATH:." \ > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > --with-java-prefix=$JAVA_HOME \ > $myconf || die "./configure failed" > > myclasspath=`java-config --full-classpath=java-gtk | sed "s/\:/\\\\\:/g"` > > cp src/Makefile src/Makefile.orig > sed -e "s|CLASSPATH = tools\:.|CLASSPATH = ${myclasspath}\:tools\:.|" \ > < src/Makefile.orig > src/Makefile > > cp src/tools/Makefile src/tools/Makefile.orig > sed -e "s|CLASSPATH = .|CLASSPATH = ${myclasspath}\:.|" \ > < src/tools/Makefile.orig > src/tools/Makefile > > cp test/Makefile test/Makefile.orig > sed -e "s|CLASSPATH = ../lib/gtk.jar\:../lib/gnome.jar|CLASSPATH = ${myclasspath}\:.\:../lib/gtk.jar\:../lib/gnome.jar|" \ > < test/Makefile.orig > test/Makefile > > cp src/other/{Base*.java,GStringArray.java,GListString.java} src/gnu/gdk/ > > make || die >} > >src_install () { > make prefix=${D}/usr install || die > > mv ${D}/usr/doc ${D}/usr/share/ > > rm ${D}/usr/share/java-gtk/gtk.jar > rm ${D}/usr/share/java-gtk/gnome.jar > > rm ${D}/usr/lib/libGTKJava.so* > > rm ${D}/usr/lib/libGNOMEJava.so > dosym /usr/lib/libGNOMEJava.so.${PV} /usr/lib/libGNOMEJava.so > > rm /usr/share/java-gnome/gtk*.jar > > echo "/usr/share/java-gnome/gnome-${PV}.jar:" \ > > ${D}/usr/share/java-gnome/classpath.env > >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14119
:
8089
| 8090