diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-07 01:45:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-07 01:45:52 +0000 |
commit | a99b3ddc12ce8ec39d5f19ee6877c147c297032d (patch) | |
tree | 754264b8c63f23589611fc96306acbdfd06f7518 /net-www | |
parent | Fixed missing digest. (diff) | |
download | gentoo-2-a99b3ddc12ce8ec39d5f19ee6877c147c297032d.tar.gz gentoo-2-a99b3ddc12ce8ec39d5f19ee6877c147c297032d.tar.bz2 gentoo-2-a99b3ddc12ce8ec39d5f19ee6877c147c297032d.zip |
*** empty log message ***
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/galeon-0.10.6.ebuild | 22 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-0.9.ebuild | 11 |
2 files changed, 22 insertions, 11 deletions
diff --git a/net-www/galeon/galeon-0.10.6.ebuild b/net-www/galeon/galeon-0.10.6.ebuild index c7694876ca2f..791b26d76e97 100644 --- a/net-www/galeon/galeon-0.10.6.ebuild +++ b/net-www/galeon/galeon-0.10.6.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/net-www/galeon/galeon-0.10.6.ebuild,v 1.2 2001/05/20 13:50:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-0.10.6.ebuild,v 1.3 2001/06/07 01:45:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,16 +11,22 @@ HOMEPAGE="http://galeon.sourceforge.net" DEPEND=">=net-www/mozilla-0.9 >=gnome-apps/glade-0.6.2 - >=gnome-base/gnome-libs-1.2.12 - >=gnome-base/gnome-vfs-0.6.2 - >=gnome-base/gconf-0.50 - sys-devel/gettext" + >=gnome-base/gnome-vfs-1.0.1 + >=dev-util/xml-i18n-tools-0.8.4 + nls? ( sys-devel/gettext )" -src_compile() { +RDEPEND=">=net-www/mozilla-0.9 + >=gnome-apps/glade-0.6.2 + >=gnome-base/gnome-vfs-1.0.1" - try ./configure --prefix=/opt/gnome --host=${CHOST} \ +src_compile() { + local myconf + if [ -z "`use nls`" ] ; then + myconf="--disable-nls" + fi + try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --host=${CHOST} \ --with-mozilla-libs=/opt/mozilla \ - --with-mozilla-includes=/opt/mozilla/include + --with-mozilla-includes=/opt/mozilla/include $myconf try make } diff --git a/net-www/mozilla/mozilla-0.9.ebuild b/net-www/mozilla/mozilla-0.9.ebuild index 86c69458c87f..3427aa011c73 100644 --- a/net-www/mozilla/mozilla-0.9.ebuild +++ b/net-www/mozilla/mozilla-0.9.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/net-www/mozilla/mozilla-0.9.ebuild,v 1.3 2001/05/08 19:27:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.ebuild,v 1.4 2001/06/07 01:45:52 achim Exp $ A=mozilla-source-${PV}.tar.gz S=${WORKDIR}/mozilla @@ -10,9 +10,14 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla${PV}/src/${A}" HOMEPAGE="http://www.mozilla.org" PROVIDE="virtual/x11-web-browser" -DEPEND=">=gnome-base/ORBit-0.5.7 +DEPEND="sys-devel/perl >=gnome-base/ORBit-0.5.7 + >=x11-libs/gtk+-1.2.9 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.9 + app-arch/zip + app-arch/unzip" +RDEPEND=">=gnome-base/ORBit-0.5.7 >=x11-libs/gtk+-1.2.9 - >=sys-libs/zlib-1.1.3 >=media-libs/jpeg-6b >=media-libs/libpng-1.0.9 app-arch/zip |