| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.1.ebuild,v 1.1 2012/10/20 07:19:09 pacho Exp $ |
| 4 |
|
| 5 |
EAPI="5" |
| 6 |
GCONF_DEBUG="no" |
| 7 |
GNOME2_LA_PUNT="yes" |
| 8 |
|
| 9 |
inherit autotools eutils gnome2 mono |
| 10 |
|
| 11 |
DESCRIPTION="Desktop note-taking application" |
| 12 |
HOMEPAGE="http://projects.gnome.org/tomboy/" |
| 13 |
|
| 14 |
LICENSE="LGPL-2.1" |
| 15 |
SLOT="0" |
| 16 |
KEYWORDS="~amd64 ~ppc ~x86" |
| 17 |
IUSE="eds test" |
| 18 |
|
| 19 |
RDEPEND="app-text/gtkspell:2 |
| 20 |
dev-dotnet/gconf-sharp:2 |
| 21 |
dev-dotnet/gtk-sharp:2 |
| 22 |
dev-dotnet/mono-addins[gtk] |
| 23 |
dev-dotnet/dbus-sharp |
| 24 |
dev-dotnet/dbus-sharp-glib |
| 25 |
dev-lang/mono |
| 26 |
dev-libs/atk:= |
| 27 |
gnome-base/gconf:2 |
| 28 |
x11-libs/gtk+:2 |
| 29 |
eds? ( dev-libs/gmime:2.6[mono] )" |
| 30 |
DEPEND="${RDEPEND} |
| 31 |
app-text/gnome-doc-utils |
| 32 |
app-text/rarian |
| 33 |
dev-util/intltool |
| 34 |
virtual/pkgconfig |
| 35 |
sys-devel/gettext" |
| 36 |
|
| 37 |
src_prepare() { |
| 38 |
G2CONF="${G2CONF} |
| 39 |
--disable-panel-applet |
| 40 |
$(use_enable eds evolution) |
| 41 |
$(use_enable test tests) |
| 42 |
--disable-galago |
| 43 |
--disable-update-mimedb" |
| 44 |
|
| 45 |
# Force gmime-2.6 usage, upstream bug #686510 |
| 46 |
epatch "${FILESDIR}/${PN}-1.12.1-force-gmime26.patch" |
| 47 |
eautoreconf |
| 48 |
gnome2_src_prepare |
| 49 |
} |
| 50 |
|
| 51 |
src_compile() { |
| 52 |
# Not parallel build safe due upstream bug #631546 |
| 53 |
MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile |
| 54 |
} |