diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-27 18:20:08 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-27 18:20:08 +0000 |
commit | d3b9d6f57d0ee9b7e9c2052f0c20106878da8ecb (patch) | |
tree | 8318af9d211ac7539c6a862dd95978331eb9cfa0 /xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild | |
parent | ppc stable (bug #167921) (diff) | |
download | gentoo-2-d3b9d6f57d0ee9b7e9c2052f0c20106878da8ecb.tar.gz gentoo-2-d3b9d6f57d0ee9b7e9c2052f0c20106878da8ecb.tar.bz2 gentoo-2-d3b9d6f57d0ee9b7e9c2052f0c20106878da8ecb.zip |
Initial commit for bug 168358. Panel plugin to control V4l radio device. Fixed --as-needed as well, patch going to upstream.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild')
-rw-r--r-- | xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild b/xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild new file mode 100644 index 000000000000..a6553fb0d449 --- /dev/null +++ b/xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 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.2.0.ebuild,v 1.1 2007/02/27 18:20:08 drac Exp $ + +inherit autotools eutils xfce44 + +xfce44 +xfce44_gzipped + +DESCRIPTION="Panel plugin to control V4L radio device" +KEYWORDS="~x86" +IUSE="debug" + +DEPEND=">=xfce-extra/xfce4-dev-tools-${XFCE_MASTER_VERSION} + dev-util/pkgconfig + dev-util/intltool" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-asneeded.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf +} + +DOCS="AUTHORS ChangeLog NEWS README" + +xfce44_goodies_panel_plugin |