Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome/
Date: Mon, 05 Sep 2016 22:38:08
Message-Id: 1473114349.baeebd119a312f9c56c9049e4516f0860963ed88.eva@gentoo
1 commit: baeebd119a312f9c56c9049e4516f0860963ed88
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 21:15:01 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 22:25:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baeebd11
7
8 gnome-base/gnome: version bump to 3.20.0
9
10 Package-Manager: portage-2.3.0
11
12 gnome-base/gnome/gnome-3.20.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++
13 1 file changed, 53 insertions(+)
14
15 diff --git a/gnome-base/gnome/gnome-3.20.0.ebuild b/gnome-base/gnome/gnome-3.20.0.ebuild
16 new file mode 100644
17 index 00000000..2127642
18 --- /dev/null
19 +++ b/gnome-base/gnome/gnome-3.20.0.ebuild
20 @@ -0,0 +1,53 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Meta package for GNOME 3, merge this package to install"
28 +HOMEPAGE="https://www.gnome.org/"
29 +
30 +LICENSE="metapackage"
31 +SLOT="2.0" # Cannot be installed at the same time as gnome-2
32 +
33 +# when unmasking for an arch
34 +# double check none of the deps are still masked !
35 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
36 +
37 +IUSE="accessibility +bluetooth +classic +cdr cups +extras"
38 +
39 +S=${WORKDIR}
40 +
41 +# TODO: check accessibility completeness
42 +# GDM-3.0 integrates very nicely with GNOME Shell
43 +RDEPEND="
44 + >=gnome-base/gnome-core-libs-${PV}[cups?]
45 + >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?]
46 +
47 + >=gnome-base/gdm-${PV}
48 +
49 + >=x11-wm/mutter-${PV}
50 + >=gnome-base/gnome-shell-${PV}[bluetooth?]
51 +
52 + >=x11-themes/gnome-backgrounds-3.20
53 + x11-themes/sound-theme-freedesktop
54 +
55 + accessibility? (
56 + >=app-accessibility/at-spi2-atk-2.20
57 + >=app-accessibility/at-spi2-core-2.20
58 + >=app-accessibility/caribou-0.4.21
59 + >=app-accessibility/orca-${PV}
60 + >=gnome-extra/mousetweaks-3.12.0 )
61 + classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
62 + extras? ( >=gnome-base/gnome-extra-apps-${PV} )
63 +"
64 +
65 +DEPEND=""
66 +
67 +PDEPEND=">=gnome-base/gvfs-1.28[udisks]"
68 +
69 +pkg_postinst() {
70 + # Remember people where to find our project information
71 + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
72 + elog "for information about the project and documentation."
73 +}