summaryrefslogtreecommitdiff
blob: 108b9459ce53a75c7012c1bdae70ca6faa7ccd16 (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-radio/xfce4-radio-0.4.2.ebuild,v 1.1 2009/03/18 07:55:52 angelos Exp $

inherit xfce4

xfce4_gzipped

DESCRIPTION="Panel plugin to control V4L radio device"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND=">=dev-util/intltool-0.40"

src_unpack() {
	xfce4_src_unpack
	cd "${S}"
	echo "panel-plugin/radio.desktop.in.in" >>po/POTFILES.skip
	echo "panel-plugin/xfce4-radio.c" >>po/POTFILES.skip
}

DOCS="AUTHORS ChangeLog NEWS README"

xfce4_panel_plugin