Commit 0a365bd4 authored by Florent Revest's avatar Florent Revest

Adds a recipe for qtquickcontrols-asteroid

parent c12c5006
SUMMARY = "QML components for Asteroid, based on QtQuickControls"
HOMEPAGE = "https://github.com/AsteroidOS/qtquickcontrols-asteroid.git"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=1702a92c723f09e3fab3583b165a8d90"
SRC_URI = "git://github.com/AsteroidOS/qtquickcontrols-asteroid.git;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtquickcontrols"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
do_configure_prepend() {
sed -i "s@examples@@" ${S}/qtquickcontrols-asteroid.pro
}
FILES_${PN} += "/usr/lib/qt5"
FILES_${PN}-dbg += "/usr/lib/qt5/examples/.debug/ /usr/lib/qt5/qml/org/asteroid/controls/.debug/ /usr/lib/qt5/qml/org/asteroid/styles/.debug/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment