diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bb b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bb new file mode 100644 index 0000000..934a30b --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bb @@ -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 +} diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/LICENSE b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/LICENSE new file mode 100644 index 0000000..2d816fc --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/LICENSE @@ -0,0 +1 @@ +All content inside qt5-demo-extrafiles package are distributed under GPLv2 license diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.desktop new file mode 100644 index 0000000..31c10ed --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.png new file mode 100644 index 0000000..ebdea97 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/cinematicexperience.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.desktop new file mode 100644 index 0000000..060b321 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.png new file mode 100644 index 0000000..e5c719a Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellogl_es2.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.desktop new file mode 100644 index 0000000..84edeaa --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.png new file mode 100644 index 0000000..72653ae Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/hellowindow.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.desktop new file mode 100644 index 0000000..4cf3b00 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.png new file mode 100644 index 0000000..3b960fe Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5basket.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.desktop new file mode 100644 index 0000000..c8ed4e2 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.png new file mode 100644 index 0000000..e4ebe87 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5everywheredemo.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.desktop new file mode 100644 index 0000000..668aace --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.png new file mode 100644 index 0000000..c6e7d61 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5launchdemo.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.desktop new file mode 100644 index 0000000..bd1029e --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.png new file mode 100644 index 0000000..e088552 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nesting.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.desktop new file mode 100644 index 0000000..6e80f4d --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.png new file mode 100644 index 0000000..0c1c6ed Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapcarousedemo.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.desktop new file mode 100644 index 0000000..0f72897 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.png new file mode 100644 index 0000000..2b9f4d6 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5nmapper.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.desktop new file mode 100644 index 0000000..76cfe85 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.png new file mode 100644 index 0000000..a141101 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qt5solarsystem.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.desktop new file mode 100644 index 0000000..f5dd968 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.png new file mode 100644 index 0000000..faa4a6c Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledbillboard.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.desktop new file mode 100644 index 0000000..c7c95b8 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.png new file mode 100644 index 0000000..fe56ad2 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtledcombo.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.desktop new file mode 100644 index 0000000..fef8057 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.png new file mode 100644 index 0000000..d364da8 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qtsmarthome.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.desktop new file mode 100644 index 0000000..abfb405 --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.png new file mode 100644 index 0000000..ff4f8e5 Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitbattery.png differ diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop new file mode 100644 index 0000000..d9fb60c --- /dev/null +++ b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.desktop @@ -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 diff --git a/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.png b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.png new file mode 100644 index 0000000..afbf4fc Binary files /dev/null and b/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/quitindicators.png differ