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-light/
Date: Mon, 05 Sep 2016 22:38:01
Message-Id: 1473114346.f3cffc8184b2bdeedca7892263d2e7f0eef5a55b.eva@gentoo
1 commit: f3cffc8184b2bdeedca7892263d2e7f0eef5a55b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 21:08:02 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 22:25:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cffc81
7
8 gnome-base/gnome-light: version bump to 3.20.0
9
10 Package-Manager: portage-2.3.0
11
12 gnome-base/gnome-light/gnome-light-3.20.0.ebuild | 61 ++++++++++++++++++++++++
13 1 file changed, 61 insertions(+)
14
15 diff --git a/gnome-base/gnome-light/gnome-light-3.20.0.ebuild b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
16 new file mode 100644
17 index 00000000..50c1f6d
18 --- /dev/null
19 +++ b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
20 @@ -0,0 +1,61 @@
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 +inherit versionator
28 +
29 +P_RELEASE="$(get_version_components 2)"
30 +
31 +DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
32 +HOMEPAGE="https://www.gnome.org/"
33 +LICENSE="metapackage"
34 +SLOT="2.0"
35 +IUSE="cups +gnome-shell"
36 +
37 +# when unmasking for an arch
38 +# double check none of the deps are still masked !
39 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
40 +
41 +# XXX: Note to developers:
42 +# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
43 +# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
44 +# any apps, but shouldn't be used by users unless they know what they are doing.
45 +RDEPEND="!gnome-base/gnome
46 + >=gnome-base/gnome-core-libs-${PV}[cups?]
47 +
48 + >=gnome-base/gnome-session-${PV}
49 + >=gnome-base/gnome-menus-3.10.1:3
50 + >=gnome-base/gnome-settings-daemon-${PV}[cups?]
51 + >=gnome-base/gnome-control-center-${PV}[cups?]
52 +
53 + >=gnome-base/nautilus-${PV}
54 +
55 + gnome-shell? (
56 + >=x11-wm/mutter-${PV}
57 + >=gnome-base/gnome-shell-${PV} )
58 +
59 + >=x11-themes/adwaita-icon-theme-${P_RELEASE}
60 + >=x11-themes/gnome-themes-standard-${PV}
61 + >=x11-themes/gnome-backgrounds-${P_RELEASE}
62 +
63 + >=x11-terms/gnome-terminal-${PV}
64 +"
65 +DEPEND=""
66 +PDEPEND=">=gnome-base/gvfs-1.28.0"
67 +S="${WORKDIR}"
68 +
69 +pkg_pretend() {
70 + if ! use gnome-shell; then
71 + # Users probably want to use e16, sawfish, etc
72 + ewarn "You're installing neither GNOME Shell"
73 + ewarn "You will have to install and manage a window manager by yourself"
74 + fi
75 +}
76 +
77 +pkg_postinst() {
78 + # Remember people where to find our project information
79 + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
80 + elog "for information about the project and documentation."
81 +}