diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
commit | 1b5ea6763da5b9159d10ad39b9546d33b1516d94 (patch) | |
tree | 53a0339c392d391a906ec8195b5c18f079d296ed /gnome-base | |
parent | Now a threaded version of perl is build. The tests pass all now. (diff) | |
download | gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.gz gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.bz2 gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-0.1.0.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild b/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild index 00f55986f215..e78cde377bfa 100644 --- a/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild,v 1.1 2000/10/14 12:59:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.2.2.1.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,8 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-kde-datadir=/opt/kde2 try make } diff --git a/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild b/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild index 8f4ea888b0fb..29c023c30548 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild,v 1.4 2000/10/14 11:38:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.2.4.ebuild,v 1.5 2000/10/29 20:36:59 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" - +DEPEND="sys-apps/test" src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome diff --git a/gnome-base/nautilus/nautilus-0.1.0.ebuild b/gnome-base/nautilus/nautilus-0.1.0.ebuild index f4fbc150787a..76825b79fe48 100644 --- a/gnome-base/nautilus/nautilus-0.1.0.ebuild +++ b/gnome-base/nautilus/nautilus-0.1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.1.0.ebuild,v 1.1 2000/10/14 11:32:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.1.0.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,10 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + MOZILLA=${S}/../../../mozilla-milestone-18/work/mozilla/dist + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets +# --with-mozilla-lib-place=$MOZILLA/lib \ +# --with-mozilla-include-place=$MOZILLA/include try make } |