summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-18 07:55:52 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-18 07:55:52 +0000
commitce6eec42c14dce7d72ef96ae4d42529aecfc755e (patch)
tree79c7742a4343e34cc1c3030c134ad5ce59058f51 /xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild
parentMarked ppc stable for bug #255516. (diff)
downloadgentoo-2-ce6eec42c14dce7d72ef96ae4d42529aecfc755e.tar.gz
gentoo-2-ce6eec42c14dce7d72ef96ae4d42529aecfc755e.tar.bz2
gentoo-2-ce6eec42c14dce7d72ef96ae4d42529aecfc755e.zip
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild')
-rw-r--r--xfce-extra/xfce4-radio/xfce4-radio-0.4.2.ebuild25
1 files changed, 25 insertions, 0 deletions
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