[oe-commits] Steve Sakoman : xmms: update desktop file - Categories setting was absent, now set to AudioVideo

GIT User account git at amethyst.openembedded.net
Tue Nov 18 15:41:54 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 12b594f782e3146bc1a8971c9d1a7a135353d4ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=12b594f782e3146bc1a8971c9d1a7a135353d4ad

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Nov  5 20:17:52 2008 -0800

xmms: update desktop file - Categories setting was absent, now set to AudioVideo

---

 packages/xmms/xmms_1.2.10.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/xmms/xmms_1.2.10.bb b/packages/xmms/xmms_1.2.10.bb
index 3fe2983..0f81e87 100644
--- a/packages/xmms/xmms_1.2.10.bb
+++ b/packages/xmms/xmms_1.2.10.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://www.xmms.org/files/1.2.x/xmms-${PV}.tar.bz2 \
            file://xmms-config-dequote.patch;patch=1 \
 	   file://acinclude.m4 \
            file://xmms.sh"
-PR = "r3"
+PR = "r4"
 
 RRECOMMENDS_${PN} = "xmms-plugin-output-oss xmms-plugin-output-alsa \
                     xmms-mad xmms-tremor"
@@ -38,6 +38,7 @@ do_install_append() {
 	install -d ${D}${datadir}/applications
 	install xmms/xmms.desktop ${D}${datadir}/applications
 	sed -i "s/Exec=xmms/Exec=xmms.sh/" ${D}${datadir}/applications/xmms.desktop
+	sed -i "s/Type=Application/Type=Application\nCategories=AudioVideo;/" ${D}${datadir}/applications/xmms.desktop
 	install -d ${D}${datadir}/pixmaps
 	install xmms/xmms_mini.xpm ${D}${datadir}/pixmaps
 }





More information about the Openembedded-commits mailing list