[oe-commits] Thomas Zimmermann : vagalume: add index.theme from shr/merge

git version control git at git.openembedded.org
Thu Jan 7 12:18:28 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 2ccd9f2b121b27319fc8a51255e8ad0b879726b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ccd9f2b121b27319fc8a51255e8ad0b879726b2

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Tue Oct 27 07:44:09 2009 +0000

vagalume: add index.theme from shr/merge

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/vagalume/files/index.theme |    8 ++++++++
 recipes/vagalume/vagalume_0.7.1.bb |    9 ++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/recipes/vagalume/files/index.theme b/recipes/vagalume/files/index.theme
new file mode 100644
index 0000000..453acf0
--- /dev/null
+++ b/recipes/vagalume/files/index.theme
@@ -0,0 +1,8 @@
+[Icon Theme]
+Name=Vagalume
+Comment=Vagalume icons
+Directories=scalable/actions
+
+[scalable/actions]
+Size=48
+Type=Scalable
diff --git a/recipes/vagalume/vagalume_0.7.1.bb b/recipes/vagalume/vagalume_0.7.1.bb
index 5b29ae1..6ef0d19 100644
--- a/recipes/vagalume/vagalume_0.7.1.bb
+++ b/recipes/vagalume/vagalume_0.7.1.bb
@@ -2,13 +2,20 @@ DESCRIPTION = "Last.fm client"
 AUTHOR = "agarcia at igalia.com"
 HOMEPAGE = "http://vagalume.igalia.com/"
 SECTION = "x11"
-DEPENDS = "gtk+ gstreamer"
+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 librsvg-gtk ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)}"
 RRECOMMENDS = "dbus-x11"
+PR = "r2"
 
 SRC_URI = "http://vagalume.igalia.com/files/source/vagalume_${PV}.orig.tar.gz\
+	   file://index.theme \
 	  "
 S = "${WORKDIR}/vagalume-${PV}.orig"
 
 inherit autotools
 
 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+
+do_install_append() {
+	install -m 0644 ${WORKDIR}/index.theme ${D}${datadir}/vagalume/icons/hicolor
+}





More information about the Openembedded-commits mailing list