gnome-base/gnome-core-apps: amd64 stable wrt bug #611134
[gentoo.git] / gnome-base / gnome-core-apps / gnome-core-apps-3.22.2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
7 HOMEPAGE="https://www.gnome.org/"
8 LICENSE="metapackage"
9 SLOT="3.0"
10 IUSE="+bluetooth +cdr cups"
11
12 # when unmasking for an arch
13 # double check none of the deps are still masked !
14 KEYWORDS="amd64 ~x86"
15
16 # Note to developers:
17 # This is a wrapper for the core apps tightly integrated with GNOME 3
18 # gtk-engines:2 is still around because it's needed for gtk2 apps
19 RDEPEND="
20         >=gnome-base/gnome-core-libs-${PV}[cups?]
21
22         >=gnome-base/gnome-session-${PV}
23         >=gnome-base/gnome-settings-daemon-3.22.1[cups?]
24         >=gnome-base/gnome-control-center-3.22.1[cups?]
25
26         >=app-crypt/gcr-3.20.0
27         >=gnome-base/nautilus-3.22.1
28         >=gnome-base/gnome-keyring-3.20.0
29         >=gnome-extra/evolution-data-server-${PV}
30
31         >=app-crypt/seahorse-3.20.0
32         >=app-editors/gedit-3.22.0
33         >=app-text/evince-3.22.1
34         >=gnome-extra/gnome-contacts-3.22.1
35         >=media-gfx/eog-3.20.5
36         >=media-video/totem-3.22.0
37         >=x11-terms/gnome-terminal-3.22.1
38
39         >=gnome-extra/gnome-user-docs-3.22.0
40         >=gnome-extra/yelp-3.22.0
41
42         >=x11-themes/adwaita-icon-theme-3.22.0
43         >=x11-themes/gnome-themes-standard-${PV}
44
45         bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
46         cdr? ( >=app-cdr/brasero-3.12.1 )
47
48         !gnome-base/gnome-applets
49 "
50 DEPEND=""
51
52 # >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
53 # >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
54
55 S="${WORKDIR}"