summaryrefslogtreecommitdiff
blob: 3ea593eb11228f1aa95d3eab9e7f971e3d167432 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="A countdown timer applet for the GNOME panel"
HOMEPAGE="http://timerapplet.sourceforge.net"
SRC_URI="mirror://sourceforge/timerapplet/${PN}-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

# Feel free to re-add libnotify once the dependency is not automagic
# http://www.gentoo.org/proj/en/qa/automagic.xml
IUSE="doc sounds" #libnotify

DEPEND=">=gnome-base/gnome-panel-2.6
	>=x11-libs/gtk+-2.8
	sounds? ( gnome-extra/gnome-audio )
	>=x11-libs/libnotify-0.3 )"
#	libnotify? ( >=x11-libs/libnotify-0.3 )"

RDEPEND="${DEPEND}"

DOCS="AUTHORS Changelog NEWS README"