* depends now on gst-plugin-gconfelements
* recommends hicolor-icon-theme to show the icons

---
 recipes/vagalume/vagalume_0.8.2.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 recipes/vagalume/vagalume_0.8.2.bb

diff --git a/recipes/vagalume/vagalume_0.8.2.bb 
b/recipes/vagalume/vagalume_0.8.2.bb
new file mode 100644
index 0000000..da30fb2
--- /dev/null
+++ b/recipes/vagalume/vagalume_0.8.2.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Last.fm client"
+AUTHOR = "[email protected]"
+HOMEPAGE = "http://vagalume.igalia.com/";
+SECTION = "x11"
+DEPENDS = "gtk+ gstreamer curl gst-plugins-good 
$...@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+RDEPENDS = "curl gst-plugin-autodetect gst-plugin-audioconvert gst-plugin-alsa 
gst-plugin-gconfelements librsvg-gtk $...@base_conditional('ENTERPRISE_DISTRO', 
'1', '', 'gst-plugin-mad', d)}"
+RRECOMMENDS = "dbus-x11 hicolor-icon-theme"
+PR = "r0"
+
+SRC_URI = "http://vagalume.igalia.com/files/source/vagalume_${PV}.orig.tar.gz\
+          file://index.theme \
+         "
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+
+do_install_append() {
+       install -m 0644 ${WORKDIR}/index.theme 
${D}${datadir}/vagalume/icons/hicolor
+}
-- 
1.6.6

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to