diff options
Diffstat (limited to 'rox-base/rox-all/rox-all-2.6.1.ebuild')
-rw-r--r-- | rox-base/rox-all/rox-all-2.6.1.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/rox-base/rox-all/rox-all-2.6.1.ebuild b/rox-base/rox-all/rox-all-2.6.1.ebuild new file mode 100644 index 0000000..3e658c3 --- /dev/null +++ b/rox-base/rox-all/rox-all-2.6.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A meta-ebuild for installing the ROX Desktop, and many useful related packages" +HOMEPAGE="http://www.gentoo.org/proj/en/desktop/rox/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="wifi" + +# TODO: Do something about the fact that rox-session's window-manager selection +# code isn't very intuitive. And probably provide a choice in here to ensure +# that at least one window manager is installed! + +DEPEND="=rox-base/rox-${PV}* + rox-base/rox-session + rox-base/mime-editor + rox-base/thumbs + rox-base/pager + rox-base/systemtrayn + rox-base/tasktray + rox-base/xdg-menu + !amd64? ( rox-base/volume ) + rox-extra/archive + rox-extra/clock + rox-extra/downloadmanager + rox-extra/find + rox-extra/memo + wifi? ( rox-extra/rox-wifi )" + +pkg_postinst() { + # TODO: Create default panel: + # Home + # Apps + # XDG-Menu + # ... + # tasktray + # memo + # systrayn + # pager + + # TODO: Create default application handlers for archive and other nice + # format handlers? Or perhaps do that in their own ebuilds? + + # TODO: Get xdgsettings or some other send-to manager in here + + einfo "This is an experimental wrapper, please send suggestions," + einfo "improvements, or patches to rox@gentoo.org" +} |