gnome-base/gdm: x86 stable wrt bug #717144
[gentoo.git] / gnome-base / gnome-core-apps / gnome-core-apps-3.30.2.ebuild
1 # Copyright 1999-2019 Gentoo Authors
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 cups"
11
12 # when unmasking for an arch
13 # double check none of the deps are still masked !
14 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
15
16 # gnome-color-manager min version enforced here due to control-center pulling it in
17 RDEPEND="
18         >=gnome-base/gnome-core-libs-${PV}[cups?]
19
20         >=gnome-base/gnome-session-3.30.1
21         >=gnome-base/gnome-settings-daemon-3.30.1.2[cups?]
22         >=gnome-base/gnome-control-center-3.30.1[cups?]
23         >=gnome-extra/gnome-color-manager-3.30.0
24
25         >=app-crypt/gcr-3.28.0
26         >=gnome-base/nautilus-${PV}
27         >=gnome-base/gnome-keyring-3.28.2
28         >=gnome-extra/evolution-data-server-${PV}
29
30         >=app-crypt/seahorse-3.30.1.1
31         >=app-editors/gedit-${PV}
32         >=app-text/evince-${PV}
33         >=gnome-extra/gnome-contacts-3.30.1
34         >=media-gfx/eog-3.28.4
35         >=media-video/totem-3.30.0
36         >=x11-terms/gnome-terminal-${PV}
37
38         >=gnome-extra/gnome-user-docs-${PV}
39         >=gnome-extra/yelp-3.30.0
40
41         >=x11-themes/adwaita-icon-theme-3.30.0
42
43         bluetooth? ( >=net-wireless/gnome-bluetooth-3.28.2 )
44 "
45 DEPEND=""
46
47 # cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
48 # >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
49 # >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
50
51 S="${WORKDIR}"