diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-radio/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-radio/ChangeLog b/xfce-extra/xfce4-radio/ChangeLog index 9cdae7f5d067..bdda6e3bd0ff 100644 --- a/xfce-extra/xfce4-radio/ChangeLog +++ b/xfce-extra/xfce4-radio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-radio # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio/ChangeLog,v 1.14 2009/02/15 18:22:32 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio/ChangeLog,v 1.15 2009/03/18 07:55:52 angelos Exp $ + +*xfce4-radio-0.4.2 (18 Mar 2009) + + 18 Mar 2009; Christoph Mende <angelos@gentoo.org> + +xfce4-radio-0.4.2.ebuild: + Version bump 15 Feb 2009; Christoph Mende <angelos@gentoo.org> xfce4-radio-0.4.1.ebuild: diff --git a/xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild b/xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild new file mode 100644 index 000000000000..108b9459ce53 --- /dev/null +++ b/xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild @@ -0,0 +1,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 |