diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/gnumeric/Manifest | 5 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.2.1 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.2.1-fix_doc_destdir_install.patch | 11 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.2.1.ebuild | 70 |
5 files changed, 91 insertions, 3 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 5f1ed364eb6f..2d71b085e50c 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/gnumeric # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.41 2003/09/25 22:52:07 todd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.42 2003/10/10 13:37:04 foser Exp $ + +*gnumeric-1.2.1 (10 Oct 2003) + + 10 Oct 2003; foser <foser@gentoo.org> gnumeric-1.2.1.ebuild : + New version, updated doc fix 25 Sep 2003; Todd Sunderlin <todd@gentoo.org> gnumeric-1.2.0.ebuild: added ~sparc keyword diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index 32dd3aa20853..17d0c1cee4cb 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,9 +1,10 @@ -MD5 a4dd7317b6a5a1aa53507e3d3a9db7af gnumeric-1.2.1.ebuild 1749 +MD5 aa1a384c133595368a4ebed0f323ec87 gnumeric-1.2.1.ebuild 1672 MD5 a4dd7317b6a5a1aa53507e3d3a9db7af gnumeric-1.2.0.ebuild 1749 -MD5 69160243bdb94e071c84e246a5ec1b73 ChangeLog 6543 +MD5 2d5d1600ac99d6a1eb8d0e4d1a847a83 ChangeLog 6671 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 d45d9d014b7f82c405b5574e1726a1fa gnumeric-1.0.8.ebuild 3245 MD5 5c9854c592e07c330b27b050b9aa088a gnumeric-1.0.13-r1.ebuild 2995 +MD5 3b0b9ef38a3445a52df579b1aff3e7b1 files/gnumeric-1.2.1-fix_doc_destdir_install.patch 532 MD5 8a88ece514714721699de5346a0f4e1e files/gnumeric-1.0.8-docbuild.patch 728 MD5 e3240d8a40c24a464b95631ef8c41727 files/gnumeric-1.2.0-fix_doc_destdir_install.patch 563 MD5 a88fe4d27bf9a2579f4f3db0ca6f355f files/digest-gnumeric-1.0.8 69 diff --git a/app-office/gnumeric/files/digest-gnumeric-1.2.1 b/app-office/gnumeric/files/digest-gnumeric-1.2.1 new file mode 100644 index 000000000000..f42b8b2b9844 --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.2.1 @@ -0,0 +1 @@ +MD5 51f0bd5c69e6b6d321909e8bfe2e2c2b gnumeric-1.2.1.tar.bz2 10759107 diff --git a/app-office/gnumeric/files/gnumeric-1.2.1-fix_doc_destdir_install.patch b/app-office/gnumeric/files/gnumeric-1.2.1-fix_doc_destdir_install.patch new file mode 100644 index 000000000000..4900200dbf45 --- /dev/null +++ b/app-office/gnumeric/files/gnumeric-1.2.1-fix_doc_destdir_install.patch @@ -0,0 +1,11 @@ +--- gnumeric-1.2.1/doc/xmldocs.make 2003-09-17 22:37:46.000000000 +0200 ++++ gnumeric-1.2.1/doc/xmldocs.make.new 2003-10-09 15:56:03.000000000 +0200 +@@ -74,7 +74,7 @@ + done + # libbonoboui and libgnomeui want help in different places add a sym + # link to get an install that works for both (It may already exist) +- -ln -s share/gnome $(gnumeric_datadir)/gnome ++ -ln -s /usr/share/gnome $(DESTDIR)$(gnumeric_datadir)/gnome + -if [ -e $(srcdir)/topic.dat ]; then \ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi diff --git a/app-office/gnumeric/gnumeric-1.2.1.ebuild b/app-office/gnumeric/gnumeric-1.2.1.ebuild new file mode 100644 index 000000000000..2bd43720adad --- /dev/null +++ b/app-office/gnumeric/gnumeric-1.2.1.ebuild @@ -0,0 +1,70 @@ +# 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.2.1.ebuild,v 1.1 2003/10/10 13:37:04 foser Exp $ + +#provide Xmake and Xemake +inherit virtualx libtool gnome2 eutils debug + +DESCRIPTION="Gnumeric, the GNOME Spreadsheet" +HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +# evolution, perl, guile and gb support disabled currently (or to be removed) + +# FIXME : should rethink gda/gnomedb USE stuff + +IUSE="libgda gnomedb python bonobo" + +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-base/libgnomecanvas-2 + >=gnome-base/libglade-2 + >=dev-libs/libxml2-2.4.12 + >=gnome-extra/libgsf-1.8.2 + >=media-libs/libart_lgpl-2.3.11 + python? ( >=dev-lang/python-2 + >=dev-python/pygtk-1.99.10 ) + libgda? ( >=gnome-extra/libgda-0.90 ) + bonobo? ( >=gnome-base/libbonobo-2.2 + >=gnome-base/libbonoboui-2.2 )" +# gnomedb? ( >=gnome-extra/libgnomedb-0.90.2 ) + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.27.2 + dev-util/pkgconfig" + +src_unpack() { + + unpack ${A} + gnome2_omf_fix + + cd ${S} + # fixes a sandbox issue - foser <foser@gentoo.org> + epatch ${FILESDIR}/${P}-fix_doc_destdir_install.patch + +} + +src_compile() { + + econf \ + `use_with bonobo` \ + `use_with python` \ + `use_with libgda gda` \ + || die + # `use_with gnomedb gda` + + #the build process have to be able to connect to X + Xemake || die + +} + +DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" + +USE_DESTDIR="1" + |