summaryrefslogtreecommitdiff
blob: 0242b2730b0cf3477c00ab6d3f7f264d3d57e2f6 (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
# 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.6.0.ebuild,v 1.3 2009/08/23 21:29:52 ssuominen Exp $

EAPI=1
inherit xfce4

xfce4_gzipped
xfce4_goodies

DESCRIPTION="Xfce4 screenshooter application and panel plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="zimagez"

RDEPEND="xfce-base/xfce4-panel
	zimagez? ( dev-libs/xmlrpc-c
		net-misc/curl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	XFCE_CONFIG="$(use_enable zimagez curl)
		$(use_enable zimagez xmlrpc-c)"
	DOCS="AUTHORS ChangeLog NEWS README TODO"
}