summaryrefslogtreecommitdiff
blob: 874d8c971df5e78d588ff841a516a30570bca455 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit xfce4

XFCE_VERSION=4.4

xfce4_panel_plugin

DESCRIPTION="Panel plugin to open/close the CD-ROM drive tray"
KEYWORDS="~amd64 ~x86"
IUSE="cddb debug"

DEPEND=">=sys-apps/hal-0.5.8.1
	>=dev-libs/dbus-glib-0.71
	>=dev-libs/glib-2.12.4
	>=xfce-base/libxfce4ui-${XFCE_VERSION}
	>=xfce-base/exo-0.3.2
	>=dev-libs/libcdio-0.76
	cddb? ( >=media-libs/libcddb-1.2.1 )"

pkg_setup() {
	XFCE_CONFIG+=" $(use_enable cddb) $(use_enable !debug final)"
}

DOCS="AUTHORS ChangeLog README THANKS TODO"