]> Pileus Git - ~andy/sunrise/blob - gnome-extra/timer-applet/timer-applet-1.3.1.ebuild
3c3d3c74cdcd486127c687d998f7491c267f9244
[~andy/sunrise] / gnome-extra / timer-applet / timer-applet-1.3.1.ebuild
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit gnome2
6
7 DESCRIPTION="A countdown timer applet for the GNOME panel"
8 HOMEPAGE="http://timerapplet.sourceforge.net"
9 SRC_URI="mirror://sourceforge/timerapplet/${PN}-${PV}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~x86"
14 IUSE="doc libnotify sounds"
15
16 DEPEND=">=gnome-base/gnome-panel-2.6
17         >=x11-libs/gtk+-2.8
18         sounds? ( gnome-extra/gnome-audio )
19         libnotify? ( >=x11-libs/libnotify-0.3 )"
20
21 RDEPEND="${DEPEND}"
22
23 DOCS="AUTHORS Changelog NEWS README"
24