blob: a7ba22cf823736bddafb54e518668ba8b7f03ce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.0.ebuild,v 1.2 2009/01/11 23:44:01 angelos Exp $
inherit xfce44
xfce44
xfce44_gzipped
DESCRIPTION="Panel plugin to control V4L radio device"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-util/intltool-0.40"
DOCS="AUTHORS ChangeLog NEWS README"
xfce44_goodies_panel_plugin
|