# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # TODO: GNOME Do defaults to a debug build; to disable, --enable-release must # be passed. However, when doing this the build fails; figure out why. inherit gnome2 mono versionator PVC=$(get_version_component_range 1-3) DESCRIPTION="GNOME Do allows you to quickly search for many items present in your GNOME desktop environment and perform useful actions on those items" HOMEPAGE="http://do.davebsd.com/" SRC_URI="https://launchpad.net/do/trunk/${PVC}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="dev-lang/mono dev-libs/glib >=x11-libs/gtk+-2.0 >=dev-dotnet/gconf-sharp-2.0 >=dev-dotnet/glade-sharp-2.0 >=dev-dotnet/gtk-sharp-2.0 >=dev-dotnet/gnomedesktop-sharp-2.0 dev-dotnet/gnome-keyring-sharp >=dev-dotnet/gnome-sharp-2.0 >=dev-dotnet/gnomevfs-sharp-2.0 dev-dotnet/mono-addins dev-dotnet/dbus-sharp dev-dotnet/dbus-glib-sharp dev-dotnet/notify-sharp !gnome-extra/gnome-do-plugins" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 dev-util/pkgconfig" pkg_postinst() { gnome2_pkg_postinst elog "As of gnome-do-0.5 the plugins have been merged into the main" elog "package, making gnome-extra/gnome-do-plugins obsolete." elog elog "For Evolution contacts support emerge dev-dotnet/evolution-sharp." }