Merge remote-tracking branch 'remotes/arcriley/master'
[gentoo.git] / gnome-extra / gnome-calendar / gnome-calendar-3.16.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6 GCONF_DEBUG="no"
7
8 inherit gnome2
9
10 DESCRIPTION="Manage your online calendars with simple and modern interface"
11 HOMEPAGE="https://wiki.gnome.org/Apps/Calendar"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 # >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
19 RDEPEND="
20         >=dev-libs/glib-2.43.4:2
21         >=dev-libs/libical-1.0.1
22         >=gnome-extra/evolution-data-server-3.13.90
23         >=x11-libs/gtk+-3.15.4:3
24 "
25 DEPEND="${RDEPEND}
26         dev-libs/appstream-glib
27         dev-util/gdbus-codegen
28         >=dev-util/intltool-0.40.6
29         sys-devel/gettext
30         virtual/pkgconfig
31 "