You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.5 KiB
67 lines
1.5 KiB
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.17.ebuild,v 1.7 2012/05/03 20:00:38 jdhore Exp $
|
|
|
|
EAPI="3"
|
|
GCONF_DEBUG="no"
|
|
GNOME2_LA_PUNT="yes"
|
|
GNOME_TARBALL_SUFFIX="xz"
|
|
PYTHON_DEPEND="python? 2:2.5"
|
|
|
|
inherit gnome2 flag-o-matic python
|
|
|
|
DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
|
|
HOMEPAGE="http://projects.gnome.org/gnumeric/"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
|
|
|
IUSE="perl python"
|
|
# Missing gnome-extra/libgnomedb required version in tree
|
|
# but its upstream is dead and will be dropped soon.
|
|
|
|
# lots of missing files, wait for next release
|
|
# also fails tests due to 80-bit long story
|
|
RESTRICT="test"
|
|
|
|
RDEPEND="sys-libs/zlib
|
|
app-arch/bzip2
|
|
>=dev-libs/glib-2.12:2
|
|
>=gnome-extra/libgsf-1.14.19
|
|
>=x11-libs/goffice-0.8.15:0.8
|
|
>=dev-libs/libxml2-2.4.12:2
|
|
>=x11-libs/pango-1.12
|
|
|
|
>=x11-libs/gtk+-2.18:2
|
|
x11-libs/cairo[svg]
|
|
|
|
perl? ( dev-lang/perl )
|
|
python? ( >=dev-python/pygtk-2:2 )
|
|
"
|
|
# libgda? (
|
|
# >=gnome-extra/libgda-4.1.1:4.0
|
|
# >=gnome-extra/libgnomedb-3.99.6:4.0 )
|
|
DEPEND="${RDEPEND}
|
|
>=dev-util/intltool-0.35.0
|
|
virtual/pkgconfig
|
|
app-text/scrollkeeper"
|
|
|
|
pkg_setup() {
|
|
G2CONF="${G2CONF}
|
|
--enable-ssindex
|
|
--disable-static
|
|
--without-gnome
|
|
--without-gda
|
|
--with-zlib
|
|
$(use_with perl)
|
|
$(use_with python)"
|
|
DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
|
|
use python && python_set_active_version 2
|
|
}
|
|
|
|
pkg_postinst() {
|
|
gnome2_pkg_postinst
|
|
python_need_rebuild
|
|
}
|