diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-02-19 21:07:33 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-02-19 21:07:33 +0000 |
commit | 5116b5278385a5299e06d9fd91f008dc676c799b (patch) | |
tree | 6cbbb2d1ea294f5256ba2c1b487622f33deee855 /app-office/gnumeric | |
parent | On a second look, I see that Licq should be able to build without the (diff) | |
download | gentoo-2-5116b5278385a5299e06d9fd91f008dc676c799b.tar.gz gentoo-2-5116b5278385a5299e06d9fd91f008dc676c799b.tar.bz2 gentoo-2-5116b5278385a5299e06d9fd91f008dc676c799b.zip |
image support
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.0.4-r1.ebuild | 30 |
2 files changed, 19 insertions, 16 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index df7ef00f89eb..5e7ff2b07893 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for app-office/gnumeric # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.3 2002/02/19 08:28:39 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.4 2002/02/19 21:07:33 azarah Exp $ 19 Feb 2002; M.Schlemmer <azarah@gentoo.org> gnumeric-1.0.4-r1.ebuild : - Enable Gnome Basic support that was broken for a while. + Enable Gnome Basic support that was broken for a while. Added EOG to RDEPEND + for image support. *gnumeric-1.0.4 (2 Feb 2002) diff --git a/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild b/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild index e3cd5ed19755..ff90d6f11cd4 100644 --- a/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild +++ b/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild @@ -1,34 +1,36 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild,v 1.1 2002/02/19 08:28:39 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.0.4-r1.ebuild,v 1.2 2002/02/19 21:07:33 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnumeric, the GNOME Spreadsheet" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" +#Eye Of Gnome (media-gfx/eog) is for image support. RDEPEND=">=x11-libs/gtk+-1.2.10-r3 >=gnome-base/gnome-libs-1.4.1.2-r1 >=gnome-base/oaf-0.6.7 >=gnome-base/ORBit-0.5.12-r1 >=gnome-base/libglade-0.17 >=gnome-base/gnome-print-0.31 - >=gnome-extra/gal-0.18 - >=dev-libs/libxml-1.8.16 + >=gnome-extra/gal-0.18 + >=dev-libs/libxml-1.8.16 >=dev-libs/libole2-0.2.4 >=gnome-base/bonobo-1.0.17 + >=media-gfx/eog-0.6 ~media-libs/freetype-1.3.1 - perl? ( >=sys-devel/perl-5 ) + perl? ( >=sys-devel/perl-5 ) python? ( >=dev-lang/python-2.0 ) - gb? ( ~gnome-extra/gb-0.0.17 ) + gb? ( ~gnome-extra/gb-0.0.17 ) guile? ( >=dev-util/guile-1.5 ) - libgda? ( >=gnome-extra/libgda-0.2.91 ) + libgda? ( >=gnome-extra/libgda-0.2.91 ) evo? ( >=net-mail/evolution-0.13 )" DEPEND="${RDEPEND} - >=dev-util/intltool-0.11 - nls? ( sys-devel/gettext )" + >=dev-util/intltool-0.11 + nls? ( sys-devel/gettext )" src_compile() { @@ -68,10 +70,10 @@ src_compile() { CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-bonobo \ + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-bonobo \ ${myconf} || die emake || make || die @@ -79,8 +81,8 @@ src_compile() { src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ install || die dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO |