blob: 50b749d0228242d8c332d1feb80dedff59e5bcb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.5.0.ebuild,v 1.3 2009/02/23 21:40:33 angelos Exp $
inherit eutils xfce44
xfce44
xfce44_gzipped
xfce44_goodies
DESCRIPTION="Xfce4 screenshooter application and panel plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="xfce-base/xfce4-panel"
RDEPEND="${DEPEND}"
DOCS="AUTHORS ChangeLog NEWS README TODO"
|