qt5-demo-extrafiles: Create recipe to include extrafiles for qt5 demo.

This recipe has all the extra files required for Qt5 demo.

This recipe originated from the wandboard wiki page
http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Neena Busireddy
2014-06-30 15:04:35 -05:00
committed by Martin Jansa
parent 1d046542b6
commit 7f5c022e8c
32 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
DESCRIPTION = "Extra files for qt5 demo"
LICENSE = "LGPLv2"
S="${WORKDIR}"
LIC_FILES_CHKSUM = "file://LICENSE;md5=88355dc91a186cc816d9f64757793895"
SRC_URI += "file://cinematicexperience.desktop \
file://cinematicexperience.png \
file://hellogl_es2.desktop \
file://hellogl_es2.png \
file://hellowindow.desktop \
file://hellowindow.png \
file://qt5everywheredemo.desktop \
file://qt5everywheredemo.png \
file://qt5nmapcarousedemo.desktop \
file://qt5nmapcarousedemo.png \
file://qt5nmapper.desktop \
file://qt5nmapper.png \
file://qtledbillboard.desktop \
file://qtledbillboard.png \
file://qtledcombo.desktop \
file://qtledcombo.png \
file://qtsmarthome.desktop \
file://qtsmarthome.png \
file://quitbattery.desktop \
file://quitbattery.png \
file://quitindicators.desktop \
file://quitindicators.png \
file://qt5basket.desktop \
file://qt5basket.png \
file://qt5nesting.desktop \
file://qt5nesting.png \
file://qt5solarsystem.desktop \
file://qt5solarsystem.png \
file://LICENSE"
inherit allarch
do_install () {
install -d ${D}/${datadir}/pixmaps
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/cinematicexperience.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/cinematicexperience.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/hellogl_es2.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/hellogl_es2.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/hellowindow.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/hellowindow.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5everywheredemo.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5everywheredemo.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5nmapcarousedemo.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5nmapcarousedemo.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5nmapper.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5nmapper.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtledbillboard.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtledbillboard.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtledcombo.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtledcombo.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtsmarthome.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtsmarthome.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/quitbattery.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/quitbattery.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/quitindicators.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/quitindicators.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5basket.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5basket.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5nesting.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5nesting.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qt5solarsystem.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qt5solarsystem.desktop ${D}/${datadir}/applications
}

View File

@@ -0,0 +1 @@
All content inside qt5-demo-extrafiles package are distributed under GPLv2 license

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Cinematic Experience
Exec=/usr/share/cinematicexperience-1.0/Qt5_CinematicExperience
Icon=cinematicexperience
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Cinematic Experience
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 HelloGL ES2
Exec=/usr/share/qt5/examples/opengl/hellogl_es2/hellogl_es2
Icon=hellogl_es2
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 HelloGL ES2
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Hello Window
Exec=/usr/share/qt5/examples/opengl/hellowindow/hellowindow
Icon=hellowindow
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Hello Window
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT3D Basket
Exec=/usr/share/qt5/examples/qt3d/basket
Icon=qt5basket
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT3D Basket
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Everywhere Demo
Exec=/bin/sh -c "cd /usr/share/qt5everywheredemo-1.0/; ./QtDemo"
Icon=qt5everywheredemo
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Everywhere Demo
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Launch Demo
Exec=/usr/bin/qt5/qmlscene /usr/share/qt5launchdemo-1.0/main_lofi.qml
Icon=qt5launchdemo
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Launch Demo
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT3D Nesting
Exec=/usr/share/qt5/examples/qt3d/nesting
Icon=qt5nesting
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT3D Nesting
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Qt5 NMap Carousel Demo
Exec=/usr/share/qt5nmapcarousedemo-1.0/Qt5_NMap_CarouselDemo
Icon=qt5nmapcarousedemo
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt5 NMap Carousel Demo
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Qt5 NMapper
Exec=/usr/share/qt5nmapper-1.0/Qt5_NMapper
Icon=qt5nmapper
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt5 NMapper
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT3D Solarsystem
Exec=/usr/share/qt5/examples/qt3d/solarsystem
Icon=qt5solarsystem
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT3D Solarsystem
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Ledscreen Billboard
Exec=/bin/sh -c "cd /usr/share/qt5ledscreen-1.0/; /usr/bin/qt5/qmlscene example_billboard.qml"
Icon=qtledbillboard
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Ledscreen Billboard
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT5 Ledscreen Combo
Exec=/bin/sh -c "cd /usr/share/qt5ledscreen-1.0/; /usr/bin/qt5/qmlscene example_combo.qml"
Icon=qtledcombo
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT5 Ledscreen Combo
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Qt5 Smart Home
Exec=/bin/sh -c "cd /usr/share/qtsmarthome-1.0/; ./smarthome"
Icon=qtsmarthome
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt5 Smart Home
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Qt5 QUItBattery
Exec=/bin/sh -c "cd /usr/share/quitbattery-1.0.0/; ./QUItBattery"
Icon=quitbattery
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt5 QUItBattery
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Qt5 QUItBattery
Exec=/bin/sh -c "cd /usr/share/quitindicators-1.0.1/; ./QUItIndicators"
Icon=quitindicators
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt5 QUItBattery
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB