Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/
Date: Wed, 10 Jan 2018 06:12:11
Message-Id: 1515564633.bc71a3d649cf8cca20a10a80b557df479af8584e.leio@gentoo
1 commit: bc71a3d649cf8cca20a10a80b557df479af8584e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 05:38:49 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 06:10:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71a3d6
7
8 gnome-base/gnome-core-libs: bump to 3.24.2, remove media-libs/clutter dep
9
10 mutter has its own embedded mutter-clutter nowadays, so standalone clutter
11 isn't so core anymore. We can rely on whatever the individual extra apps
12 pull in as a minimum, without worrying about it here and forcing it for core.
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 .../gnome-core-libs/gnome-core-libs-3.24.2.ebuild | 41 ++++++++++++++++++++++
17 1 file changed, 41 insertions(+)
18
19 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild
20 new file mode 100644
21 index 00000000000..b5da2251587
22 --- /dev/null
23 +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.24.2.ebuild
24 @@ -0,0 +1,41 @@
25 +# Copyright 1999-2018 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
31 +HOMEPAGE="https://www.gnome.org/"
32 +LICENSE="metapackage"
33 +SLOT="3.0"
34 +IUSE="cups python"
35 +
36 +# when unmasking for an arch
37 +# double check none of the deps are still masked !
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
39 +
40 +# Note to developers:
41 +# This is a wrapper for the core libraries used by GNOME 3
42 +RDEPEND="
43 + >=dev-libs/glib-2.52.2:2
44 + >=x11-libs/gdk-pixbuf-2.36.6:2
45 + >=x11-libs/pango-1.40.9
46 + >=x11-libs/gtk+-3.22.16:3[cups?]
47 + >=dev-libs/atk-2.24
48 + >=gnome-base/librsvg-2.40.18
49 + >=gnome-base/gnome-desktop-${PV}:3
50 + >=x11-libs/startup-notification-0.12
51 +
52 + >=gnome-base/gvfs-1.32.1
53 + >=gnome-base/dconf-0.26
54 +
55 + >=media-libs/gstreamer-1.12.3:1.0
56 + >=media-libs/gst-plugins-base-1.12.3:1.0
57 + >=media-libs/gst-plugins-good-1.12.3:1.0
58 +
59 + python? ( >=dev-python/pygobject-3.24.1:3 )
60 +"
61 +DEPEND=""
62 +
63 +# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
64 +
65 +S="${WORKDIR}"