summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-31 07:24:03 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-31 07:24:03 +0000
commitcc98a1ca6adc1ab847a3a72919b286aa14882a83 (patch)
treec0d9df9fe8f2a9c4b50e904544905b3b79c01533 /gnome-base/gnome
parentMissing keywords, bug #478254 (diff)
downloadgentoo-2-cc98a1ca6adc1ab847a3a72919b286aa14882a83.tar.gz
gentoo-2-cc98a1ca6adc1ab847a3a72919b286aa14882a83.tar.bz2
gentoo-2-cc98a1ca6adc1ab847a3a72919b286aa14882a83.zip
Move fallback to flashback and pull in extensions to let people get Gnome Shell Classic mode
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r--gnome-base/gnome/ChangeLog9
-rw-r--r--gnome-base/gnome/gnome-3.8.0-r1.ebuild (renamed from gnome-base/gnome/gnome-3.8.0.ebuild)7
-rw-r--r--gnome-base/gnome/metadata.xml4
3 files changed, 16 insertions, 4 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog
index c11b9b2b0d36..27b98cf61e9a 100644
--- a/gnome-base/gnome/ChangeLog
+++ b/gnome-base/gnome/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for gnome-base/gnome
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.462 2013/10/04 15:03:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.463 2013/10/31 07:24:03 pacho Exp $
+
+*gnome-3.8.0-r1 (31 Oct 2013)
+
+ 31 Oct 2013; Pacho Ramos <pacho@gentoo.org> +gnome-3.8.0-r1.ebuild,
+ -gnome-3.8.0.ebuild, metadata.xml:
+ Move fallback to flashback and pull in extensions to let people get Gnome
+ Shell Classic mode
04 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-2.32.1-r2.ebuild:
diff --git a/gnome-base/gnome/gnome-3.8.0.ebuild b/gnome-base/gnome/gnome-3.8.0-r1.ebuild
index fa1a5b82bd70..391bc719e870 100644
--- a/gnome-base/gnome/gnome-3.8.0.ebuild
+++ b/gnome-base/gnome/gnome-3.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.8.0.ebuild,v 1.7 2013/10/02 06:44:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.8.0-r1.ebuild,v 1.1 2013/10/31 07:24:03 pacho Exp $
EAPI="5"
@@ -14,7 +14,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="accessibility +bluetooth +cdr cups +extras fallback"
+IUSE="accessibility +bluetooth +classic +cdr cups +extras flashback"
S=${WORKDIR}
@@ -39,8 +39,9 @@ RDEPEND="
>=app-accessibility/caribou-0.4.4.2
>=app-accessibility/orca-3.6.3-r1
>=gnome-extra/mousetweaks-${PV} )
+ classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
extras? ( >=gnome-base/gnome-extra-apps-${PV} )
- fallback? (
+ flashback? (
>=gnome-base/gnome-fallback-${PV} )
"
diff --git a/gnome-base/gnome/metadata.xml b/gnome-base/gnome/metadata.xml
index 39a001df72de..3b6fafd2abc2 100644
--- a/gnome-base/gnome/metadata.xml
+++ b/gnome-base/gnome/metadata.xml
@@ -3,8 +3,12 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
+ <flag name="classic">Install <pkg>gnome-extra/gnome-shell-extensions</pkg>
+ for the Gnome Shell Classic mode</flag>
<flag name="extras">Install additional GNOME applications</flag>
<flag name="fallback">Install <pkg>gnome-base/gnome-panel</pkg> and
<pkg>x11-wm/metacity</pkg> for the GNOME 3 fallback mode</flag>
+ <flag name="flashback">Install <pkg>gnome-base/gnome-panel</pkg> and
+ <pkg>x11-wm/metacity</pkg> for the GNOME 3 Flashback mode</flag>
</use>
</pkgmetadata>