7d6a97756b9ba4d7a2d51bbfff28d6e1dbbc84ee
[gentoo.git] / gnome-extra / gnome-calendar / gnome-calendar-3.18.3.ebuild
1 # Copyright 1999-2016 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.17.1:=
23         >=net-libs/gnome-online-accounts-3.2.0:=
24         >=x11-libs/gtk+-3.15.4:3
25 "
26 DEPEND="${RDEPEND}
27         dev-libs/appstream-glib
28         dev-util/gdbus-codegen
29         >=dev-util/intltool-0.40.6
30         sys-devel/gettext
31         virtual/pkgconfig
32 "