diff options
author | 2002-04-04 16:07:41 +0000 | |
---|---|---|
committer | 2002-04-04 16:07:41 +0000 | |
commit | 6b785d7b077ec55eecba11ba13c7d750d164271c (patch) | |
tree | fefef0f796cf4c3591e56f7d25feed01b53c66d1 /app-text/gnome-spell | |
parent | typo (diff) | |
download | gentoo-2-6b785d7b077ec55eecba11ba13c7d750d164271c.tar.gz gentoo-2-6b785d7b077ec55eecba11ba13c7d750d164271c.tar.bz2 gentoo-2-6b785d7b077ec55eecba11ba13c7d750d164271c.zip |
fix DEPEND
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index e6145704332f..56347c016e57 100644 --- a/app-text/gnome-spell/ChangeLog +++ b/app-text/gnome-spell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gnome-spell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.2 2002/04/04 08:09:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.3 2002/04/04 16:07:41 azarah Exp $ + + 4 Apr 2002; M.Schlemmer <azarah@gentoo.org> : + + Fix DEPEND to include bonobo, gal and libglade. Drop gnome-core. *gnome-spell-0.4.1-r1 (3 Apr 2002) diff --git a/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild b/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild index bbe9d6d575fc..25585a256754 100644 --- a/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild +++ b/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Jesse <jesse@dowellcompany.com> -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild,v 1.2 2002/04/04 15:53:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.4.1-r1.ebuild,v 1.3 2002/04/04 16:07:41 azarah Exp $ MY_P=${P/_/-} S=${WORKDIR}/${MY_P} @@ -11,16 +11,17 @@ HOMEPAGE="http://www.gnome.org" DEPEND="virtual/glibc >=gnome-base/gnome-libs-1.4.1.2-r1 + >=gnome-base/bonobo-1.0.19-r1 + >=gnome-base/libglade-0.17-r4 + >=gnome-extra/gal-0.19 >=app-text/pspell-ispell-0.12-r1 - gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) nls? ( sys-devel/gettext )" src_compile() { libtoolize --copy --force - local myconf - + local myconf="" if [ -z "`use nls`" ] then myconf="${myconf} --disable-nls" @@ -28,8 +29,6 @@ src_compile() { touch intl/libgettext.h fi - use gnome || myconf="${myconf} --without-gnome" - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -39,7 +38,8 @@ src_compile() { emake || die } -src_install () { +src_install() { + make prefix=${D}/usr \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ |