summaryrefslogtreecommitdiff
blob: d2f94f54b4c65e84684d702c99569458cb81885a (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
26
27
28
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=1
XFCE_VCS="git"
XFCE_CAT="kelnos"

inherit xfce4

DESCRIPTION="Xfce4 notification daemon"
HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
KEYWORDS="~amd64 ~x86"
IUSE="debug libsexy"

RDEPEND="dev-libs/dbus-glib
	gnome-base/libglade
	>=x11-libs/gtk+-2.10:2
	>=xfce-base/libxfce4util-${XFCE_VERSION}
	>=xfce-base/libxfcegui4-${XFCE_VERSION}
	>=xfce-base/xfconf-${XFCE_VERSION}
	libsexy? ( x11-libs/libsexy )"
DEPEND="${RDEPEND}
	dev-util/intltool"

XFCE_CONFIG=" $(use_enable libsexy)"

DOCS="AUTHORS ChangeLog NEWS README TODO"