blob: dd6387d8480caa07d72c2be9d3638c6f27f77e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild,v 1.1 2005/10/06 18:08:13 bcowan Exp $
inherit xfce42
DESCRIPTION="Xfce4 panel windowlist plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
goodies_plugin
S=${WORKDIR}/${MY_P/-${PV}/}
|