diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 18:10:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 18:10:51 +0000 |
commit | 484e5c21c43ff9fed273c0791c29199a39dc9a09 (patch) | |
tree | 7b7e933aaf71b4e44067a9962a2d8bec28f25c0f /gnome-base | |
parent | Version bump for Gnome 3.10 (diff) | |
download | gentoo-2-484e5c21c43ff9fed273c0791c29199a39dc9a09.tar.gz gentoo-2-484e5c21c43ff9fed273c0791c29199a39dc9a09.tar.bz2 gentoo-2-484e5c21c43ff9fed273c0791c29199a39dc9a09.zip |
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-3.10.0.ebuild | 88 |
2 files changed, 94 insertions, 1 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index 6e669480ede2..faa6dcc1bfd7 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,6 +1,11 @@ # 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.466 2013/12/08 18:35:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.467 2013/12/24 18:10:51 pacho Exp $ + +*gnome-3.10.0 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gnome-3.10.0.ebuild: + Version bump for Gnome 3.10 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-3.8.0-r1.ebuild: x86 stable, bug #478252 diff --git a/gnome-base/gnome/gnome-3.10.0.ebuild b/gnome-base/gnome/gnome-3.10.0.ebuild new file mode 100644 index 000000000000..ff9bffc89b55 --- /dev/null +++ b/gnome-base/gnome/gnome-3.10.0.ebuild @@ -0,0 +1,88 @@ +# 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.10.0.ebuild,v 1.1 2013/12/24 18:10:51 pacho Exp $ + +EAPI="5" + +DESCRIPTION="Meta package for GNOME 3, merge this package to install" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="metapackage" +SLOT="2.0" # Cannot be installed at the same time as gnome-2 + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~amd64 ~arm" + +IUSE="accessibility +bluetooth +classic +cdr cups +extras" + +S=${WORKDIR} + +# TODO: check accessibility completeness +# GDM-3.0 integrates very nicely with GNOME Shell +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] + + >=gnome-base/gdm-${PV} + + >=x11-wm/mutter-${PV} + >=gnome-base/gnome-shell-${PV}[bluetooth?] + + >=x11-themes/gnome-backgrounds-${PV} + >=x11-themes/gnome-icon-theme-extras-3.6.2 + x11-themes/sound-theme-freedesktop + + accessibility? ( + >=app-accessibility/at-spi2-atk-2.10 + >=app-accessibility/at-spi2-core-2.10 + >=app-accessibility/caribou-0.4.13 + >=app-accessibility/orca-${PV} + >=gnome-extra/mousetweaks-${PV} ) + classic? ( >=gnome-extra/gnome-shell-extensions-${PV} ) + extras? ( >=gnome-base/gnome-extra-apps-${PV} ) +" + +DEPEND="" + +PDEPEND="|| ( >=gnome-base/gvfs-1.18[udisks] >=gnome-base/gvfs-1.18[gdu] )" + +# Broken from assumptions of gnome-vfs headers being included in nautilus headers, +# which isn't the case with nautilus-2.22, bug #216019 +# >=app-admin/gnome-system-tools-2.32.0 +# >=app-admin/system-tools-backends-2.8 + +# Not ported: +# bug-buddy-2.32 +# sound-juicer-2.32 +# +# Not ported, don't build: +# gnome-extra/evolution-webcal-2.32.0 + +# These don't work with gsettings/dconf +# >=app-admin/pessulus-2.30.4 +# ldap? ( >=app-admin/sabayon-2.30.1 ) + +# I'm not sure what all is in a11y for GNOME 3 yet ~nirbheek +# accessibility? ( +# >=gnome-extra/libgail-gnome-1.20.3 +# >=gnome-extra/at-spi-1.32.0:1 +# >=app-accessibility/dasher-4.11 +# >=app-accessibility/gnome-mag-0.16.3:1 +# >=app-accessibility/gnome-speech-0.4.25:1 +# >=app-accessibility/gok-2.30.1:1 +# >=app-accessibility/orca-2.32.1 +# >=gnome-extra/mousetweaks-2.32.1 ) + +# Useless with GNOME Shell +# >=gnome-extra/deskbar-applet-2.32.0 +# >=gnome-extra/hamster-applet-2.32.1 + +# Development tools +# scrollkeeper +# pkgconfig +# intltool +# gtk-doc +# gnome-doc-utils +# itstool +# yelp-tools |