diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 20:19:37 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 20:19:37 +0000 |
commit | cc6d95298c2a57bcbac45d220f78041d21dd7599 (patch) | |
tree | e305f240cac36d3a994098f923a692244864cfcc /app-office/gnumeric | |
parent | version bump (diff) | |
download | historical-cc6d95298c2a57bcbac45d220f78041d21dd7599.tar.gz historical-cc6d95298c2a57bcbac45d220f78041d21dd7599.tar.bz2 historical-cc6d95298c2a57bcbac45d220f78041d21dd7599.zip |
version bump
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/Manifest | 5 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.2.0 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch | 11 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.2.0.ebuild | 69 |
4 files changed, 84 insertions, 2 deletions
diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index cf974dbeafe4..699da362032d 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,9 +1,9 @@ -MD5 9865ac424ad707459300ba5da5bde980 ChangeLog 6037 +MD5 1a8ef533f7637f2e40797b9166e39820 ChangeLog 6278 MD5 5c9854c592e07c330b27b050b9aa088a gnumeric-1.0.13-r1.ebuild 2995 MD5 d45d9d014b7f82c405b5574e1726a1fa gnumeric-1.0.8.ebuild 3245 MD5 1a400e9413886f25b4ecd8b1f026b86b gnumeric-1.1.20.ebuild 1527 MD5 984169fc382ec2b7a26cde2aae6fb3f9 gnumeric-1.1.90.ebuild 1665 -MD5 984169fc382ec2b7a26cde2aae6fb3f9 gnumeric-1.2.0.ebuild 1665 +MD5 e2daa02b1788742675d0ce2ef3252f38 gnumeric-1.2.0.ebuild 1666 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 7843727e1fcde50a4a2283ba34da3c1d files/digest-gnumeric-1.0.13-r1 69 MD5 a88fe4d27bf9a2579f4f3db0ca6f355f files/digest-gnumeric-1.0.8 69 @@ -13,3 +13,4 @@ MD5 9e7ac50a8f6681cf92cdacfbbaa3a4ee files/digest-gnumeric-1.2.0 69 MD5 8a88ece514714721699de5346a0f4e1e files/gnumeric-1.0.8-docbuild.patch 728 MD5 b4f77780f0a0a1a29df8c8b184b2c110 files/gnumeric-1.1.16-scrollkeeper.patch 493 MD5 5f0ab43e853c3b6eee6e1982112da92f files/gnumeric-1.1.90-fix_doc_destdir_install.patch 680 +MD5 e3240d8a40c24a464b95631ef8c41727 files/gnumeric-1.2.0-fix_doc_destdir_install.patch 563 diff --git a/app-office/gnumeric/files/digest-gnumeric-1.2.0 b/app-office/gnumeric/files/digest-gnumeric-1.2.0 new file mode 100644 index 000000000000..5eadfdd2643b --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.2.0 @@ -0,0 +1 @@ +MD5 21f565b128b22246a7c2a51267e575df gnumeric-1.2.0.tar.bz2 10752770 diff --git a/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch b/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch new file mode 100644 index 000000000000..e7debf36b501 --- /dev/null +++ b/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch @@ -0,0 +1,11 @@ +--- gnumeric-1.2.0/doc/xmldocs.make 2003-09-13 12:50:24.000000000 -0700 ++++ gnumeric-1.2.0/doc/xmldocs.make 2003-09-16 23:10:52.000000000 -0700 +@@ -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 $(gnumeric_datadir)/share/gnome $(gnumeric_datadir)/gnome ++ -ln -s $(gnumeric_datadir)/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.0.ebuild b/app-office/gnumeric/gnumeric-1.2.0.ebuild new file mode 100644 index 000000000000..108e063a91c4 --- /dev/null +++ b/app-office/gnumeric/gnumeric-1.2.0.ebuild @@ -0,0 +1,69 @@ +# 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.0.ebuild,v 1.1 2003/09/17 20:19:32 liquidx 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" + +# 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" + |