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