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.
gentoo-overlay/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild

47 lines
1.2 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild,v 1.3 2012/05/05 06:25:22 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="GNOME document manager"
HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
>=app-misc/tracker-0.12.1
>=app-text/evince-3[introspection]
dev-libs/gjs
>=dev-libs/glib-2.29.90:2
>=dev-libs/gobject-introspection-0.9.6
>=dev-libs/libgdata-0.9.1[introspection]
gnome-base/gnome-desktop:3
>=media-libs/clutter-gtk-1.0.1:1.0[introspection]
>=net-libs/gnome-online-accounts-3.1.90
net-libs/liboauth
net-libs/libsoup:2.4
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.1.13:3[introspection]
x11-libs/pango[introspection]"
RDEPEND="${COMMON_DEPEND}
media-libs/clutter[introspection]
sys-apps/dbus
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig
>=sys-devel/gettext-0.17"
pkg_setup() {
DOCS="AUTHORS NEWS README TODO"
G2CONF="${G2CONF} --disable-schemas-compile"
}