diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 10:37:29 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 10:37:29 +0000 |
commit | e3bbc27ea21db4b2e7daa309a8e6ce60548e5b66 (patch) | |
tree | 496e5d9a47bb0f5bab7aae50c3121506e8b5c7b6 /app-office | |
parent | enabled bonobo. fixed installation paths (diff) | |
download | historical-e3bbc27ea21db4b2e7daa309a8e6ce60548e5b66.tar.gz historical-e3bbc27ea21db4b2e7daa309a8e6ce60548e5b66.tar.bz2 historical-e3bbc27ea21db4b2e7daa309a8e6ce60548e5b66.zip |
enabled bonobo. fixed installation paths
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/Manifest | 8 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.1.16-r1 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.1.16-scrollkeeper.patch | 12 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.1.16-r1.ebuild | 84 |
4 files changed, 103 insertions, 2 deletions
diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index c247d170911f..a08dfe8a1823 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,10 +1,14 @@ -MD5 1bdcc2dcab869f25c1d68f8ede7e02bf ChangeLog 4109 +MD5 a3727326d6afe78e7523ff61d3c393f2 ChangeLog 4554 MD5 92c92e4e88e0a27c175ffe2a839d8e04 gnumeric-1.0.12.ebuild 2900 MD5 e98f3966b2cdec5bd009d11a5b9e9634 gnumeric-1.0.8.ebuild 3310 -MD5 d56d6198a7417cfab13c5fd5908b147b gnumeric-1.1.16.ebuild 2356 +MD5 a7477520ce24f436b3c986a8d06ad6db gnumeric-1.0.13.ebuild 2898 +MD5 0598b5c8d38e72bfc0cfbf726516c1ed gnumeric-1.1.16-r1.ebuild 2136 +MD5 e42f64604844ac07ee01528b21ade757 gnumeric-1.1.16.ebuild 2060 MD5 d649b85924af69de4941cf0c624b16f3 files/digest-gnumeric-1.0.12 69 MD5 a88fe4d27bf9a2579f4f3db0ca6f355f files/digest-gnumeric-1.0.8 69 MD5 b4f77780f0a0a1a29df8c8b184b2c110 files/gnumeric-1.1.16-scrollkeeper.patch 493 +MD5 7843727e1fcde50a4a2283ba34da3c1d files/digest-gnumeric-1.0.13 69 +MD5 bbafb282a7d40a0947d7ab6b6f53d773 files/digest-gnumeric-1.1.16-r1 70 MD5 8a88ece514714721699de5346a0f4e1e files/gnumeric-1.0.7-docbuild.patch 728 MD5 8a88ece514714721699de5346a0f4e1e files/gnumeric-1.0.8-docbuild.patch 728 MD5 bbafb282a7d40a0947d7ab6b6f53d773 files/digest-gnumeric-1.1.16 70 diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.16-r1 b/app-office/gnumeric/files/digest-gnumeric-1.1.16-r1 new file mode 100644 index 000000000000..5575d3f75b7c --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.1.16-r1 @@ -0,0 +1 @@ +MD5 6961bbceafa2a7b2355dbb2a43002919 gnumeric-1.1.16.tar.bz2 11109572 diff --git a/app-office/gnumeric/files/gnumeric-1.1.16-scrollkeeper.patch b/app-office/gnumeric/files/gnumeric-1.1.16-scrollkeeper.patch new file mode 100644 index 000000000000..2c87e7c65bbb --- /dev/null +++ b/app-office/gnumeric/files/gnumeric-1.1.16-scrollkeeper.patch @@ -0,0 +1,12 @@ +--- gnumeric-1.1.16/omf-install/Makefile.in 2003-01-28 05:40:05.000000000 +0000 ++++ gnumeric-1.1.16/omf-install/Makefile.in.new 2003-04-14 02:38:50.000000000 +0100 +@@ -271,7 +271,8 @@ + -for file in $(srcdir)/*.omf; do \ + $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \ + done +- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) ++ -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o \ ++$(DESTDIR)$(omf_dest_dir) + + uninstall-local: + -for file in $(srcdir)/*.omf; do \ diff --git a/app-office/gnumeric/gnumeric-1.1.16-r1.ebuild b/app-office/gnumeric/gnumeric-1.1.16-r1.ebuild new file mode 100644 index 000000000000..749db2680a9a --- /dev/null +++ b/app-office/gnumeric/gnumeric-1.1.16-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.16-r1.ebuild,v 1.1 2003/04/15 10:37:21 liquidx Exp $ + +#provide Xmake and Xemake +inherit virtualx libtool gnome2 eutils + +DESCRIPTION="Gnumeric, the GNOME Spreadsheet" +HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +# guile, gb and evo not supported atm, read down +#IUSE="nls libgda gb evo python guile perl" +IUSE="nls libgda python perl" + +#Eye Of Gnome (media-gfx/eog) is for image support. + +RDEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libgnomeprint-2.2 + >=gnome-base/libgnomeprintui-2.2 + >=gnome-extra/gal-1.99 + >=gnome-base/libglade-2 + >=dev-libs/libxml2-2.4.12 + >=gnome-extra/libgsf-1.7.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2 + >=gnome-base/bonobo-activation-1.0.2 + perl? ( >=dev-lang/perl-5.6 ) + python? ( >=dev-lang/python-2.0 ) + libgda? ( >=gnome-extra/libgda-0.11.0 )" + +# disabled during the port +# gb? ( ~gnome-extra/gb-0.0.17 ) +# evo? ( >=net-mail/evolution-1.0.8 ) + +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext + >=dev-util/intltool-0.11 )" + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-scrollkeeper.patch +} + +src_compile() { + local myconf + + # enable bonobo support + myconf="${myconf} --with-bonobo" + + use nls || myconf="${myconf} --disable-nls" + +# use gb \ +# && myconf="${myconf} --with-gb" \ +# || myconf="${myconf} --without-gb" + +# use guile \ +# && myconf="${myconf} --with-guile" \ +# || myconf="${myconf} --without-guile" + + use libgda \ + && myconf="${myconf} --with-gda" \ + || myconf="${myconf} --without-gda" + use perl \ + && myconf="${myconf} --with-perl" \ + || myconf="${myconf} --without-perl" + use python \ + && myconf="${myconf} --with-python" \ + || myconf="${myconf} --without-python" + + econf ${myconf} + + #the build process have to be able to connect to X + Xemake || Xmake || die +} + +DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" +USE_DESTDIR="1" + |