diff options
Diffstat (limited to 'gnome-extra/gtkhtml')
-rw-r--r-- | gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild b/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild index c5a82dfd0e26..8ddec8628499 100644 --- a/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-0.9.2.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-extra/gtkhtml/gtkhtml-0.9.2.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,23 +10,22 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -RDEPEND=">=gnome-base/gal-0.5 +DEPEND=">=gnome-base/gal-0.5 >=gnome-base/gconf-1.0 >=gnome-base/control-center-1.2.4 >=gnome-base/glibwww-0.2-r1 - >=gnome-base/libghttp-1.0.9" - -DEPEND="${RDEPEND} - >=sys-devel/automake-1.4" - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p1 < ${FILESDIR}/${P}-gentoo.diff -# try aclocal -I macros -# try autoconf - try automake -} + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 ) + >=dev-util/xml-i18n-tools-0.8.4" + +DEPEND=">=gnome-base/gal-0.5 + >=gnome-base/gconf-1.0 + >=gnome-base/control-center-1.2.4 + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 )" + src_compile() { @@ -53,8 +52,6 @@ src_compile() { src_install() { try make DESTDIR=${D} install - #insinto /opt/gnome/include/gtkhtml - #doins src/htmlurl.h dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS TODO |