summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-04-14 21:15:05 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-04-14 21:15:05 +0000
commit8fab68271a9b0dec3717d856cdf59f77fd9c3110 (patch)
tree77dc99ae2f709082835a05b71b1079eb9dbb93e2 /app-office/gnucash
parentAdded a patch to fix visibility problems as kindly provided by William Poetra... (diff)
downloadgentoo-2-8fab68271a9b0dec3717d856cdf59f77fd9c3110.tar.gz
gentoo-2-8fab68271a9b0dec3717d856cdf59f77fd9c3110.tar.bz2
gentoo-2-8fab68271a9b0dec3717d856cdf59f77fd9c3110.zip
Fix dependency (gnomeprint isn't needed because gtkhtml-3.14 support gtk-print and some things better suits )
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/gnucash-2.2.4.ebuild32
2 files changed, 21 insertions, 17 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 41913ddc3a0a..7d0464ad49b3 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.157 2008/03/25 03:42:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.158 2008/04/14 21:15:05 eva Exp $
+
+ 14 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> gnucash-2.2.4.ebuild:
+ Fix dependency (gnomeprint isn't needed because gtkhtml-3.14 support
+ gtk-print and some things better suits $DEPEND)
25 Mar 2008; Torsten Veller <tove@gentoo.org> gnucash-2.2.3.ebuild,
gnucash-2.2.4.ebuild:
diff --git a/app-office/gnucash/gnucash-2.2.4.ebuild b/app-office/gnucash/gnucash-2.2.4.ebuild
index ae1ebc1734a3..fac31d82a195 100644
--- a/app-office/gnucash/gnucash-2.2.4.ebuild
+++ b/app-office/gnucash/gnucash-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.2 2008/03/25 03:42:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.3 2008/04/14 21:15:05 eva Exp $
EAPI=1
@@ -18,6 +18,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="+doc ofx hbci chipcard debug quotes"
+# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in)
+
RDEPEND=">=dev-libs/glib-2.6.3
>=dev-scheme/guile-1.8.3
>=dev-scheme/slib-3.1.4
@@ -25,13 +27,10 @@ RDEPEND=">=dev-libs/glib-2.6.3
>=dev-libs/popt-1.5
>=x11-libs/gtk+-2.10
>=gnome-base/libgnomeui-2.4
- >=gnome-base/libgnomeprint-2.10
- >=gnome-base/libgnomeprintui-2.10
>=gnome-base/libglade-2.4
>=gnome-extra/gtkhtml-3.14
>=dev-libs/libxml2-2.5.10
>=gnome-base/gconf-2
- >=app-text/scrollkeeper-0.3
>=x11-libs/goffice-0.6
ofx? ( >=dev-libs/libofx-0.7.0 )
hbci? ( net-libs/aqbanking
@@ -40,13 +39,14 @@ RDEPEND=">=dev-libs/glib-2.6.3
quotes? ( dev-perl/DateManip
>=dev-perl/Finance-Quote-1.11
dev-perl/HTML-TableExtract )
- dev-util/intltool
media-libs/libart_lgpl
x11-libs/pango"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/libtool"
+ dev-util/pkgconfig
+ dev-util/intltool
+ sys-devel/libtool
+ >=app-text/scrollkeeper-0.3"
PDEPEND="doc? ( >=app-doc/gnucash-docs-${DOC_VER} )"
ELTCONF="--patch-only"
@@ -71,18 +71,18 @@ pkg_setup() {
if ${will_die} ; then
die "Please rebuild the packages with the use flags above."
fi
+
+ G2CONF="${G2CONF}
+ $(use_enable debug)
+ $(use_enable ofx)
+ $(use_enable hbci)
+ --disable-doxygen
+ --enable-locale-specific-tax
+ --disable-error-on-warning"
}
src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ofx) \
- $(use_enable hbci) \
- --disable-doxygen \
- --enable-locale-specific-tax \
- --disable-error-on-warning \
- || die "econf failed"
- emake -j1 || die "emake failed"
+ gnome2_src_compile -j1
}
src_install() {