blob: f867cd0f384600e8ebcd5871396207671c83bd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 2006-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-1.0.ebuild,v 1.8 2009/03/14 03:52:06 solar Exp $
DESCRIPTION="Meta package for the Matchbox desktop, a light weight desktop environment designed for use on PDA computers"
HOMEPAGE="http://matchbox-project.org/"
LICENSE="as-is"
SLOT="0"
IUSE="minimal"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
RDEPEND="x11-wm/matchbox-common
x11-wm/matchbox-desktop
x11-wm/matchbox-panel
x11-wm/matchbox-window-manager
!minimal? ( x11-misc/matchbox-keyboard
x11-misc/matchbox-panel-manager
x11-themes/matchbox-themes-extra
x11-plugins/matchbox-applet-input-manager
x11-plugins/matchbox-applet-startup-monitor
x11-plugins/matchbox-applet-volume )"
# Alpha quality plug-ins:
#IUSE="$IUSE xine"
# x11-plugins/matchbox-desktop-image-browser
# xine? ( x11-plugins/matchbox-desktop-xine ) )"
S="${WORKDIR}"
|