replace fluid by pss-framework

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-01-06 12:56:52 +01:00
parent f5cfa4f818
commit 2eb3547265
2 changed files with 19 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
SUMMARY = "Modules for fluid and dynamic applications development with QtQuick"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
inherit cmake_qt5
DEPENDS = "qtbase qtdeclarative qtquickcontrols"
SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev"
SRCREV = "6e0a3f723874c3df9bb75161e6a11fc2b5061acb"
PV = "0.2.0+git${SRCPV}"
S = "${WORKDIR}/git"
FILES_${PN} += "${libdir}/hawaii/qml/Fluid"
FILES_${PN}-dbg += "${libdir}/hawaii/qml/Fluid/*/.debug"

View File

@@ -0,0 +1,19 @@
SUMMARY = "Components for PSS applications"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
inherit cmake_qt5
DEPENDS = "qtbase qtdeclarative qtquickcontrols"
SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=master"
SRCREV = "292a7d4891b47f44cb3dcf896749ade9330e6ae0"
PV = "0.4.0+git${SRCPV}"
S = "${WORKDIR}/git"
FILES_${PN} += "${libdir}/qml/PSS"
FILES_${PN}-dbg += " \
${libdir}/qml/PSS/*/.debug \
${libdir}/qml/PSS/*/*/*/.debug \
"