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

git version control git at git.openembedded.org
Thu Oct 29 16:13:26 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 807f703c2ec4f593ed5104656aef4b5a79ee5a23
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=807f703c2ec4f593ed5104656aef4b5a79ee5a23

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

shr/merge: vagalume: add index.theme again

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

---

 recipes/vagalume/files/index.theme |    8 ++++++++
 recipes/vagalume/vagalume_0.7.1.bb |    7 ++++++-
 2 files changed, 14 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 cfbeffd..6ef0d19 100644
--- a/recipes/vagalume/vagalume_0.7.1.bb
+++ b/recipes/vagalume/vagalume_0.7.1.bb
@@ -5,12 +5,17 @@ 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 librsvg-gtk ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)}"
 RRECOMMENDS = "dbus-x11"
-PR = "r1"
+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