fsl-gui-extrafiles: add qtmediaplayer icon

Add Qt Media Player Icon

Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
This commit is contained in:
Rogerio Pimentel 2012-07-04 13:23:12 -05:00 committed by Otavio Salvador
parent 8d78d2cc2d
commit 8babc9460c
3 changed files with 14 additions and 1 deletions

View File

@ -2,12 +2,14 @@
DESCRIPTION = "Extra files for fsl-gui-image"
LICENSE = "LGPLv2"
PR = "r1"
PR = "r2"
S="${WORKDIR}"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfb0b24e10ca72d739b14d769d91cf9b"
SRC_URI += "file://qtbrowser.desktop \
file://webkit.png \
file://qtmediaplayer.desktop \
file://qtmediaplayer.png \
file://LICENSE"
do_install () {
@ -15,4 +17,6 @@ do_install () {
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/webkit.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtbrowser.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtmediaplayer.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtmediaplayer.desktop ${D}/${datadir}/applications
}

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT Media Player
Exec=/usr/bin/qt4/demos/qmediaplayer/qmediaplayer
Icon=qtmediaplayer
Terminal=false
Type=Application
X-MB-SingleInstance=true
StartupNotify=true
Comment=Qt Media Player

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB