diff options
Diffstat (limited to 'x11-wm/matchbox/matchbox-1.0.ebuild')
-rw-r--r-- | x11-wm/matchbox/matchbox-1.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-wm/matchbox/matchbox-1.0.ebuild b/x11-wm/matchbox/matchbox-1.0.ebuild new file mode 100644 index 000000000000..53cb9af2bbd6 --- /dev/null +++ b/x11-wm/matchbox/matchbox-1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Light weight WM designed for use on PDA computers" +HOMEPAGE="http://matchbox-project.org/" +LICENSE="metapackage" +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-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}" |