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>
69
recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bb
Normal 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
|
||||
}
|
||||
1
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/LICENSE
Normal file
@@ -0,0 +1 @@
|
||||
All content inside qt5-demo-extrafiles package are distributed under GPLv2 license
|
||||
@@ -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
|
||||
|
After Width: | Height: | Size: 32 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 16 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
@@ -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
|
||||
BIN
recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 22 KiB |