diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-03-25 09:16:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-03-25 09:16:09 +0000 |
commit | f4d7e8a2a3e7acd8076078e74cd73cc37deda6ef (patch) | |
tree | 58d507034f4dff92e8475cb1d18c63966344e872 /gnome-base/gnome-light | |
parent | Fix typo in manpage, #407923 & http://sourceforge.net/tracker/?func=detail&ai... (diff) | |
download | historical-f4d7e8a2a3e7acd8076078e74cd73cc37deda6ef.tar.gz historical-f4d7e8a2a3e7acd8076078e74cd73cc37deda6ef.tar.bz2 historical-f4d7e8a2a3e7acd8076078e74cd73cc37deda6ef.zip |
Force people to use a gtk+-3 fixed version for getting proper fallback theming instead of relying on workarounds.
Package-Manager: portage-2.1.10.51/cvs/Linux x86_64
Diffstat (limited to 'gnome-base/gnome-light')
-rw-r--r-- | gnome-base/gnome-light/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.32.1-r2.ebuild | 86 |
2 files changed, 94 insertions, 2 deletions
diff --git a/gnome-base/gnome-light/ChangeLog b/gnome-base/gnome-light/ChangeLog index fa5771d611c0..ac6909516578 100644 --- a/gnome-base/gnome-light/ChangeLog +++ b/gnome-base/gnome-light/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-light -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.150 2011/12/06 19:06:33 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.151 2012/03/25 09:12:20 pacho Exp $ + +*gnome-light-2.32.1-r2 (25 Mar 2012) + + 25 Mar 2012; Pacho Ramos <pacho@gentoo.org> +gnome-light-2.32.1-r2.ebuild: + Force people to use a gtk+-3 fixed version for getting proper fallback theming + instead of relying on workarounds. 06 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome-light-3.2.1.ebuild: diff --git a/gnome-base/gnome-light/gnome-light-2.32.1-r2.ebuild b/gnome-base/gnome-light/gnome-light-2.32.1-r2.ebuild new file mode 100644 index 000000000000..3c96ab7fa7e6 --- /dev/null +++ b/gnome-base/gnome-light/gnome-light-2.32.1-r2.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2012 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-r2.ebuild,v 1.1 2012/03/25 09:12:20 pacho Exp $ + +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="+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 basicly the gnome-base/gnome without all extra apps + +# This is currently in it's test phase, if you feel like some dep +# should be added or removed from this pack file a bug to +# gnome@gentoo.org on bugs.gentoo.org + +# >=media-gfx/eog-2.30.2 + +RDEPEND="!<x11-libs/gtk+-3.2.4-r1 + !gnome-base/gnome + + >=dev-libs/glib-2.26.1:2 + >=x11-libs/gtk+-2.22.1-r1:2 + >=x11-libs/gdk-pixbuf-2.22.1:2 + >=dev-libs/atk-1.32.0 + >=x11-libs/pango-1.28.3 + + >=gnome-base/orbit-2.14.19:2 + + >=x11-libs/libwnck-2.30.6:1 + >=x11-wm/metacity-2.30.3 + + >=gnome-base/gconf-2.32.0-r1:2 + >=gnome-base/dconf-0.5.1-r2 + + >=gnome-base/libbonobo-2.24.3 + >=gnome-base/libbonoboui-2.24.4 + >=gnome-base/libgnome-2.32.0 + >=gnome-base/libgnomecanvas-2.30.2 + >=gnome-base/libglade-2.6.4:2.0 + + >=gnome-base/gnome-settings-daemon-2.32.1 + >=gnome-base/gnome-control-center-2.32.0 + + >=gnome-base/nautilus-2.32.1 + + >=gnome-base/gnome-desktop-2.32.1:2 + >=gnome-base/gnome-session-2.32.1 + >=gnome-base/gnome-panel-2.32.1 + + >=x11-themes/gnome-icon-theme-2.31.0 + >=x11-themes/gnome-themes-2.32.1-r1 + >=x11-themes/gnome-themes-standard-3.0.2 + + >=x11-terms/gnome-terminal-2.32.1 + + >=gnome-base/librsvg-2.32.1:2 + + >=gnome-extra/yelp-2.30.2" +DEPEND="" +PDEPEND=">=gnome-base/gvfs-1.6.6 + automount? ( >=gnome-base/gvfs-1.6.6[gdu] )" + +pkg_postinst () { +# FIXME: Rephrase to teach about using different WMs instead, as metacity is the default anyway +# FIXME: but first check WINDOW_MANAGER is still honored in 2.24. gnome-session-2.24 might have lost +# FIXME: support for it, but we don't ship with gnome-session-2.24 yet +# elog "Note that to change windowmanager to metacity do: " +# elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" +# elog "of course this works for all other window managers as well" +# elog + + elog + elog "Use gnome-base/gnome for the full GNOME Desktop" + elog "as released by the GNOME team." +} |