# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild,v 1.6 2004/06/24 22:08:26 agriffis Exp $ inherit gnome2 eutils DESCRIPTION="Library for writing gnome database programs" HOMEPAGE="http://www.gnome-db.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~x86 ppc ~sparc ~alpha ~ia64" IUSE="doc" RDEPEND=">=gnome-extra/libgda-1.1.5 >=x11-libs/gtk+-2.0 >=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonoboui-2.0 >=gnome-base/gconf-2" # gtksourceview is maintained now, and configure checks it's presence DEPEND=">=dev-util/pkgconfig-0.8 >=dev-util/intltool-0.22 >=sys-devel/gettext-0.11 >=app-text/scrollkeeper-0.3.11 doc? ( dev-util/gtk-doc ) ${RDEPEND}" src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in cd ${S}; intltoolize --force || die }