xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/examples/quitindicators_1.0.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "QUItIndicators components with few usage examples"
2*4882a593SmuzhiyunHOMEPAGE = "http://quitcoding.com/?page=work#cinex"
3*4882a593SmuzhiyunLICENSE = "CC-BY-3.0"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://README;beginline=38;endline=45;md5=9a4a88358260db32391eda6ebe7562e5"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunDEPENDS = "qtdeclarative qtgraphicaleffects"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRC_URI = "http://quitcoding.com/download/QUItIndicators_1.0.1.tar.gz"
9*4882a593SmuzhiyunSRC_URI[md5sum] = "85ec60b553e181c55b331a9921d1b9a0"
10*4882a593SmuzhiyunSRC_URI[sha256sum] = "db84112adbde9b6f28c129e8fb37a6912f4bc34bed18e57f570fb78ea0cb6ae2"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunS = "${WORKDIR}/QUItIndicators_1.0.1"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunrequire recipes-qt/qt5/qt5.inc
15*4882a593Smuzhiyun
16*4882a593Smuzhiyundo_install() {
17*4882a593Smuzhiyun    install -d ${D}${datadir}/${P}
18*4882a593Smuzhiyun    install -m 0755 ${B}/QUItIndicators ${D}${datadir}/${P}
19*4882a593Smuzhiyun    cp -R --no-dereference --preserve=mode,links ${S}/qml ${D}${datadir}/${P}
20*4882a593Smuzhiyun}
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunFILES:${PN} += "${datadir}"
23*4882a593Smuzhiyun
24*4882a593SmuzhiyunRDEPENDS:${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins"
25