gnome-base/dconf-editor: remove old
[gentoo.git] / gnome-base / gnome-core-libs / gnome-core-libs-3.32.2.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
7 HOMEPAGE="https://www.gnome.org/"
8 LICENSE="metapackage"
9 SLOT="3.0"
10 IUSE="cups python"
11
12 # when unmasking for an arch
13 # double check none of the deps are still masked !
14 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
15
16 # Note to developers:
17 # This is a wrapper for the core libraries used by GNOME 3
18 RDEPEND="
19         >=dev-libs/glib-2.60.2:2
20         >=x11-libs/gdk-pixbuf-2.38.1:2
21         >=x11-libs/pango-1.42.4
22         >=x11-libs/gtk+-3.24.8:3[cups?]
23         >=dev-libs/atk-2.32.0
24         >=gnome-base/librsvg-2.40.20
25         >=gnome-base/gnome-desktop-${PV}:3
26         >=x11-libs/startup-notification-0.12
27
28         >=gnome-base/gvfs-1.40.1
29         >=gnome-base/dconf-0.32.0
30
31         >=media-libs/gstreamer-1.14.4:1.0
32         >=media-libs/gst-plugins-base-1.14.4:1.0
33         >=media-libs/gst-plugins-good-1.14.4:1.0
34
35         python? ( >=dev-python/pygobject-3.32.1:3 )
36 "
37 DEPEND=""
38 BDEPEND=""
39
40 # >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore
41 # librsvg kept back on non-rust version; should move on at some point for non-exotic arches.
42
43 S="${WORKDIR}"