* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2011-03-08 4:48 Nirbheek Chauhan
0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-03-08 4:48 UTC (permalink / raw
To: gentoo-commits
commit: d8fbaa21dc256c085e8c1b17c3952dd710d37206
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 14:17:01 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 14:17:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d8fbaa21
Add gnome-base/gnome-light-2.91.90
* So people don't have to pull in unnecessary deps
---
gnome-base/gnome-light/gnome-light-2.91.90.ebuild | 67 +++++++++++++++++++++
1 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-2.91.90.ebuild b/gnome-base/gnome-light/gnome-light-2.91.90.ebuild
new file mode 100644
index 0000000..ed9dcbe
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-2.91.90.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.32.1.ebuild,v 1.4 2011/02/24 18:58:57 tomka Exp $
+
+EAPI="3"
+
+S=${WORKDIR}
+DESCRIPTION="Meta package for the GNOME desktop, merge this package to install"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="as-is"
+SLOT="2.0"
+IUSE="+automount"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+# Note to developers:
+# This is a wrapper for the 'light' Gnome2 desktop,
+# This should only consist of the bare minimum of libs/apps needed
+# It is basically gnome-base/gnome without all extra apps
+#
+# metacity is still needed for fallback mode, that will change later
+# XXX: This list is incomplete!
+RDEPEND="!gnome-base/gnome
+
+ >=dev-libs/glib-2.28.1:2
+ >=media-libs/clutter-1.6.2:1.0
+ >=x11-libs/gtk+-3.0.0:3
+ >=x11-libs/gdk-pixbuf-2.23.1:2
+ >=dev-libs/atk-1.33.6
+ >=x11-libs/pango-1.28.3
+ >=x11-libs/libwnck-${PV}:3
+ >=gnome-base/librsvg-2.32.1[gtk]
+
+ >=gnome-base/gnome-desktop-${PV}:3
+ >=gnome-base/gnome-settings-daemon-${PV}
+ >=gnome-base/gnome-control-center-${PV}
+
+ >=gnome-base/nautilus-${PV}
+
+ >=gnome-base/gnome-session-${PV}
+
+ >=x11-wm/mutter-${PV}
+ >=gnome-base/gnome-shell-${PV}
+
+ >=x11-wm/metacity-2.30.3
+ >=gnome-base/gnome-panel-${PV}
+
+ >=x11-themes/gnome-icon-theme-2.91.7
+ >=x11-themes/gnome-icon-theme-symbolic-2.91.7
+ >=x11-themes/gnome-themes-${PV}
+ >=x11-themes/gnome-themes-standard-${PV}
+
+ >=x11-terms/gnome-terminal-2.33.1
+
+ >=gnome-extra/yelp-${PV}"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.7.2"
+# Automount is handled by gnome-settings-daemon now.
+# Double-check how it's done, and add deps if needed.
+
+# XXX: Uncomment when we have a gnome-base/gnome meta for GNOME 3
+#pkg_postinst () {
+# elog "Use gnome-base/gnome for the full GNOME Desktop"
+# elog "as released by the GNOME team."
+#}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2011-04-22 11:01 Nirbheek Chauhan
0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-04-22 11:01 UTC (permalink / raw
To: gentoo-commits
commit: 9f80023b7cf82eea12169ba1f6ce977debfac743
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 11:00:05 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 11:00:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9f80023b
gnome-base/gnome-light: add missing dep, add note about usage
---
gnome-base/gnome-light/gnome-light-3.0.0.ebuild | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.0.0.ebuild b/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
index dcbde38..c6eaedf 100644
--- a/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
@@ -16,13 +16,15 @@ IUSE="cups +fallback"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
# Note to developers:
-# This is a wrapper for the 'light' Gnome2 desktop,
+# This is a wrapper for the 'light' GNOME 3 desktop,
# This should only consist of the bare minimum of libs/apps needed
-# It is basically gnome-base/gnome without all extra apps
+# It is basically gnome-base/gnome without the apps,
+# but should not be used by users unless they know what they are doing
RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-session-${PV}
+ >=gnome-base/gnome-menus-${PV}
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2011-08-19 22:03 Nirbheek Chauhan
0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-08-19 22:03 UTC (permalink / raw
To: gentoo-commits
commit: aa4dbe4e307b6030f260dff7611aabb13058d366
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 22:03:09 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 22:03:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aa4dbe4e
gnome-base/gnome-light: various changes
* Allow installation of gnome-light without GNOME Shell, or GNOME Fallback
* Add (incomplete) message about gnome-session component handling
---
gnome-base/gnome-light/gnome-light-3.0.0.ebuild | 28 +++++++++++++++-------
1 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.0.0.ebuild b/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
index c6eaedf..6ae5b84 100644
--- a/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.0.0.ebuild
@@ -4,22 +4,20 @@
EAPI="4"
-S=${WORKDIR}
DESCRIPTION="Meta package for the GNOME desktop, merge this package to install"
HOMEPAGE="http://www.gnome.org/"
LICENSE="as-is"
SLOT="2.0"
-IUSE="cups +fallback"
+IUSE="cups +fallback +shell"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-# Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop,
-# This should only consist of the bare minimum of libs/apps needed
-# It is basically gnome-base/gnome without the apps,
-# but should not be used by users unless they know what they are doing
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
+# any apps, but shouldn't be used by users unless they know what they are doing.
RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
@@ -30,8 +28,9 @@ RDEPEND="!gnome-base/gnome
>=gnome-base/nautilus-${PV}
- >=x11-wm/mutter-${PV}
- >=gnome-base/gnome-shell-${PV}
+ shell? (
+ >=x11-wm/mutter-${PV}
+ >=gnome-base/gnome-shell-${PV} )
fallback? (
>=x11-wm/metacity-2.34.0
@@ -45,3 +44,14 @@ RDEPEND="!gnome-base/gnome
"
DEPEND=""
PDEPEND=">=gnome-base/gvfs-1.8.0"
+S=${WORKDIR}
+
+pkg_pretend() {
+ if ! use fallback && ! use shell; then
+ # Users probably want to use e16, sawfish, etc
+ ewarn "You're installing neither GNOME Shell nor GNOME Fallback!"
+ ewarn "You will have to install and manage a window manager by yourself"
+ # https://bugs.gentoo.org/show_bug.cgi?id=303375
+ ewarn "See: <add link to docs about component handling in gnome-session>"
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2015-05-17 14:52 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-17 14:52 UTC (permalink / raw
To: gentoo-commits
commit: 6c4e62882858a5739622d72671294e670520ce30
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 14:52:06 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 17 14:52:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6c4e6288
gnome-base/gnome-light: 3.14.0 → 3.16.0
gnome-base/gnome-light/gnome-light-3.16.0.ebuild | 51 ++++++++++++++++++++++++
gnome-base/gnome-light/metadata.xml | 9 +++++
2 files changed, 60 insertions(+)
diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
new file mode 100644
index 0000000..8665d63
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
+# any apps, but shouldn't be used by users unless they know what they are doing.
+RDEPEND="!gnome-base/gnome
+ >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+ >=gnome-base/gnome-session-${PV}
+ >=gnome-base/gnome-menus-3.10.1:3
+ >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+ >=gnome-base/gnome-control-center-${PV}[cups?]
+
+ >=gnome-base/nautilus-${PV}
+
+ gnome-shell? (
+ >=x11-wm/mutter-${PV}
+ >=gnome-base/gnome-shell-${PV} )
+
+ >=x11-themes/adwaita-icon-theme-${PV}
+ >=x11-themes/gnome-themes-standard-${PV}
+ >=x11-themes/gnome-backgrounds-${PV}
+
+ >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.24.0"
+S="${WORKDIR}"
+
+pkg_pretend() {
+ if ! use gnome-shell; then
+ # Users probably want to use e16, sawfish, etc
+ ewarn "You're installing neither GNOME Shell"
+ ewarn "You will have to install and manage a window manager by yourself"
+ fi
+}
diff --git a/gnome-base/gnome-light/metadata.xml b/gnome-base/gnome-light/metadata.xml
new file mode 100644
index 0000000..bda1c54
--- /dev/null
+++ b/gnome-base/gnome-light/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+ <flag name="gnome-shell">Install <pkg>gnome-base/gnome-shell</pkg> and
+ <pkg>x11-wm/mutter</pkg> for the standard GNOME 3 desktop mode</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2015-06-10 10:37 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 73472f4db3dca7186e4e0d1ec110fa0a901cb17d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 23:13:31 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 23:13:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=73472f4d
gnome-base/gnome-light: moved to gentoo-x86
gnome-base/gnome-light/gnome-light-3.16.0.ebuild | 51 ------------------------
1 file changed, 51 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
deleted file mode 100644
index 8665d63..0000000
--- a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
-# any apps, but shouldn't be used by users unless they know what they are doing.
-RDEPEND="!gnome-base/gnome
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-${PV}
- >=gnome-base/gnome-menus-3.10.1:3
- >=gnome-base/gnome-settings-daemon-${PV}[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=gnome-base/nautilus-${PV}
-
- gnome-shell? (
- >=x11-wm/mutter-${PV}
- >=gnome-base/gnome-shell-${PV} )
-
- >=x11-themes/adwaita-icon-theme-${PV}
- >=x11-themes/gnome-themes-standard-${PV}
- >=x11-themes/gnome-backgrounds-${PV}
-
- >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.24.0"
-S="${WORKDIR}"
-
-pkg_pretend() {
- if ! use gnome-shell; then
- # Users probably want to use e16, sawfish, etc
- ewarn "You're installing neither GNOME Shell"
- ewarn "You will have to install and manage a window manager by yourself"
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2015-10-12 20:34 Ole Reifschneider
0 siblings, 0 replies; 11+ messages in thread
From: Ole Reifschneider @ 2015-10-12 20:34 UTC (permalink / raw
To: gentoo-commits
commit: b05952e4a13d9011bb08b00502029d594b7c88b5
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 18:42:42 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 18:42:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b05952e4
gnome-base/gnome-light: Bump version to 3.18.0
Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42
gnome-base/gnome-light/gnome-light-3.18.0.ebuild | 57 ++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
new file mode 100644
index 0000000..bea2baf
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
+# any apps, but shouldn't be used by users unless they know what they are doing.
+RDEPEND="!gnome-base/gnome
+ >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+ >=gnome-base/gnome-session-${PV}
+ >=gnome-base/gnome-menus-3.10.1:3
+ >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+ >=gnome-base/gnome-control-center-${PV}[cups?]
+
+ >=gnome-base/nautilus-${PV}
+
+ gnome-shell? (
+ >=x11-wm/mutter-${PV}
+ >=gnome-base/gnome-shell-${PV} )
+
+ >=x11-themes/adwaita-icon-theme-${PV}
+ >=x11-themes/gnome-themes-standard-${PV}
+ >=x11-themes/gnome-backgrounds-${PV}
+
+ >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.24.0"
+S="${WORKDIR}"
+
+pkg_pretend() {
+ if ! use gnome-shell; then
+ # Users probably want to use e16, sawfish, etc
+ ewarn "You're installing neither GNOME Shell"
+ ewarn "You will have to install and manage a window manager by yourself"
+ fi
+}
+
+pkg_postinst() {
+ # Remember people where to find our project information
+ elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
+ elog "for information about the project and documentation."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2016-03-25 0:56 Ole Reifschneider
0 siblings, 0 replies; 11+ messages in thread
From: Ole Reifschneider @ 2016-03-25 0:56 UTC (permalink / raw
To: gentoo-commits
commit: fabbd6d5c86d6e9b7ed3bfaf24925274cce54880
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 00:51:18 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:55:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fabbd6d5
gnome-base/gnome-light: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
...gnome-light-3.18.0.ebuild => gnome-light-3.20.0.ebuild} | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
similarity index 80%
rename from gnome-base/gnome-light/gnome-light-3.18.0.ebuild
rename to gnome-base/gnome-light/gnome-light-3.20.0.ebuild
index bea2baf..c9f995d 100644
--- a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
+inherit versionator
+
DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
HOMEPAGE="https://www.gnome.org/"
LICENSE="metapackage"
@@ -32,14 +34,14 @@ RDEPEND="!gnome-base/gnome
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV} )
- >=x11-themes/adwaita-icon-theme-${PV}
- >=x11-themes/gnome-themes-standard-${PV}
- >=x11-themes/gnome-backgrounds-${PV}
+ >=x11-themes/adwaita-icon-theme-$(get_version_component_range 1-2)
+ >=x11-themes/gnome-themes-standard-$(get_version_component_range 1-2)
+ >=x11-themes/gnome-backgrounds-$(get_version_component_range 1-2)
>=x11-terms/gnome-terminal-${PV}
"
DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.24.0"
+PDEPEND=">=gnome-base/gvfs-1.26.0"
S="${WORKDIR}"
pkg_pretend() {
@@ -51,7 +53,7 @@ pkg_pretend() {
}
pkg_postinst() {
- # Remember people where to find our project information
+ # Remember people where to find our project information
elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
elog "for information about the project and documentation."
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2018-01-12 12:51 Dennis Lamm
0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2018-01-12 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 8cb1b9b341ef51e49a828afb32835c39ab77058c
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 12:51:44 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 12:51:44 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8cb1b9b3
gnome-base/gnome-light: removed
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force
gnome-base/gnome-light/gnome-light-3.20.0.ebuild | 59 ------------------------
gnome-base/gnome-light/metadata.xml | 12 -----
2 files changed, 71 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.20.0.ebuild b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
deleted file mode 100644
index c9f995d6..00000000
--- a/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
-# any apps, but shouldn't be used by users unless they know what they are doing.
-RDEPEND="!gnome-base/gnome
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-${PV}
- >=gnome-base/gnome-menus-3.10.1:3
- >=gnome-base/gnome-settings-daemon-${PV}[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=gnome-base/nautilus-${PV}
-
- gnome-shell? (
- >=x11-wm/mutter-${PV}
- >=gnome-base/gnome-shell-${PV} )
-
- >=x11-themes/adwaita-icon-theme-$(get_version_component_range 1-2)
- >=x11-themes/gnome-themes-standard-$(get_version_component_range 1-2)
- >=x11-themes/gnome-backgrounds-$(get_version_component_range 1-2)
-
- >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.26.0"
-S="${WORKDIR}"
-
-pkg_pretend() {
- if ! use gnome-shell; then
- # Users probably want to use e16, sawfish, etc
- ewarn "You're installing neither GNOME Shell"
- ewarn "You will have to install and manage a window manager by yourself"
- fi
-}
-
-pkg_postinst() {
- # Remember people where to find our project information
- elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
- elog "for information about the project and documentation."
-}
diff --git a/gnome-base/gnome-light/metadata.xml b/gnome-base/gnome-light/metadata.xml
deleted file mode 100644
index b0d8e7f7..00000000
--- a/gnome-base/gnome-light/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
- <flag name="gnome-shell">Install <pkg>gnome-base/gnome-shell</pkg> and
- <pkg>x11-wm/mutter</pkg> for the standard GNOME 3 desktop mode</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2018-04-15 19:00 Ole Reifschneider
0 siblings, 0 replies; 11+ messages in thread
From: Ole Reifschneider @ 2018-04-15 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 701322756148546c3ae0c7171be359a1256c2079
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:59:19 2018 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:59:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=70132275
gnome-base/gnome-light: Bump version to 3.26.1
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0xE9E568677E8B4D42
gnome-base/gnome-light/gnome-light-3.26.1.ebuild | 59 ++++++++++++++++++++++++
gnome-base/gnome-light/metadata.xml | 12 +++++
2 files changed, 71 insertions(+)
diff --git a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild b/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
new file mode 100644
index 00000000..b7c56e23
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+P_RELEASE="$(get_version_components 2)"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
+# any apps, but shouldn't be used by users unless they know what they are doing.
+RDEPEND="!gnome-base/gnome
+ >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+ >=gnome-base/gnome-session-${PV}
+ >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+ >=gnome-base/gnome-control-center-${PV}[cups?]
+
+ >=gnome-base/nautilus-${PV}
+
+ gnome-shell? (
+ >=x11-wm/mutter-${PV}
+ >=gnome-base/gnome-shell-${PV} )
+
+ >=x11-themes/adwaita-icon-theme-${P_RELEASE}
+ >=x11-themes/gnome-themes-standard-3.22.3
+ >=x11-themes/gnome-backgrounds-${P_RELEASE}
+
+ >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.32.1"
+S="${WORKDIR}"
+
+pkg_pretend() {
+ if ! use gnome-shell; then
+ # Users probably want to use e16, sawfish, etc
+ ewarn "You're not installing GNOME Shell"
+ ewarn "You will have to install and manage a window manager by yourself"
+ fi
+}
+
+pkg_postinst() {
+ # Remember people where to find our project information
+ elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
+ elog "for information about the project and documentation."
+}
diff --git a/gnome-base/gnome-light/metadata.xml b/gnome-base/gnome-light/metadata.xml
new file mode 100644
index 00000000..b0d8e7f7
--- /dev/null
+++ b/gnome-base/gnome-light/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+ <flag name="gnome-shell">Install <pkg>gnome-base/gnome-shell</pkg> and
+ <pkg>x11-wm/mutter</pkg> for the standard GNOME 3 desktop mode</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2018-09-10 21:33 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2018-09-10 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 3490b86b7588f322d5f48b6a1890b7f525d97e9b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 20:15:11 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 21:09:55 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3490b86b
gnome-base/gnome-light: 3.26.1 → 3.26.2
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A
.../{gnome-light-3.26.1.ebuild => gnome-light-3.26.2.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
similarity index 91%
rename from gnome-base/gnome-light/gnome-light-3.26.1.ebuild
rename to gnome-base/gnome-light/gnome-light-3.26.2.ebuild
index b7c56e23..6f86ac73 100644
--- a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
@@ -3,9 +3,9 @@
EAPI=6
-inherit versionator
+inherit eapi7-ver
-P_RELEASE="$(get_version_components 2)"
+P_RELEASE="$(ver_cut 1-2)"
DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
HOMEPAGE="https://www.gnome.org/"
@@ -24,14 +24,14 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
- >=gnome-base/gnome-session-${PV}
+ >=gnome-base/gnome-session-3.26.1
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
>=gnome-base/nautilus-${PV}
gnome-shell? (
- >=x11-wm/mutter-${PV}
+ >=x11-wm/mutter-3.26.1
>=gnome-base/gnome-shell-${PV} )
>=x11-themes/adwaita-icon-theme-${P_RELEASE}
@@ -41,7 +41,7 @@ RDEPEND="!gnome-base/gnome
>=x11-terms/gnome-terminal-${PV}
"
DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.32.1"
+PDEPEND=">=gnome-base/gvfs-1.34.1"
S="${WORKDIR}"
pkg_pretend() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/
@ 2019-02-16 23:10 Mart Raudsepp
0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2019-02-16 23:10 UTC (permalink / raw
To: gentoo-commits
commit: eeb2a58e211c4ebbe68196c944d25a383f4e4240
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 23:06:47 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 23:06:47 2019 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eeb2a58e
gnome-base/gnome-light: remove, available in ::gentoo
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gnome-base/gnome-light/gnome-light-3.26.2.ebuild | 59 ------------------------
gnome-base/gnome-light/metadata.xml | 12 -----
2 files changed, 71 deletions(-)
diff --git a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
deleted file mode 100644
index 6f86ac73..00000000
--- a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-P_RELEASE="$(ver_cut 1-2)"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
-# any apps, but shouldn't be used by users unless they know what they are doing.
-RDEPEND="!gnome-base/gnome
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-3.26.1
- >=gnome-base/gnome-settings-daemon-${PV}[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=gnome-base/nautilus-${PV}
-
- gnome-shell? (
- >=x11-wm/mutter-3.26.1
- >=gnome-base/gnome-shell-${PV} )
-
- >=x11-themes/adwaita-icon-theme-${P_RELEASE}
- >=x11-themes/gnome-themes-standard-3.22.3
- >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
- >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.34.1"
-S="${WORKDIR}"
-
-pkg_pretend() {
- if ! use gnome-shell; then
- # Users probably want to use e16, sawfish, etc
- ewarn "You're not installing GNOME Shell"
- ewarn "You will have to install and manage a window manager by yourself"
- fi
-}
-
-pkg_postinst() {
- # Remember people where to find our project information
- elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
- elog "for information about the project and documentation."
-}
diff --git a/gnome-base/gnome-light/metadata.xml b/gnome-base/gnome-light/metadata.xml
deleted file mode 100644
index b0d8e7f7..00000000
--- a/gnome-base/gnome-light/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
- <flag name="gnome-shell">Install <pkg>gnome-base/gnome-shell</pkg> and
- <pkg>x11-wm/mutter</pkg> for the standard GNOME 3 desktop mode</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2019-02-16 23:10 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 21:33 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2019-02-16 23:10 Mart Raudsepp
2018-04-15 19:00 Ole Reifschneider
2018-01-12 12:51 Dennis Lamm
2016-03-25 0:56 Ole Reifschneider
2015-10-12 20:34 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-17 14:52 Gilles Dartiguelongue
2011-08-19 22:03 Nirbheek Chauhan
2011-04-22 11:01 Nirbheek Chauhan
2011-03-08 4:48 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox