blob: 7895cf8fcbebaae2986a488041b07a864d24b32f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-showdesktop/xfce4-showdesktop-0.4.0-r2.ebuild,v 1.3 2006/12/28 04:53:47 nichoj Exp $
inherit xfce42
DESCRIPTION="Xfce4 panel plugin to hide/show desktop"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
RDEPEND=">=xfce-base/xfce4-panel-4.0.0"
goodies_plugin
S=${WORKDIR}/${PN}-plugin
|