From c6bba5a14d4624c4aeb54a744160194fa8186d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 5 Aug 2020 01:52:18 +0200 Subject: [PATCH] fontawesome-qml: initial add 0.0.1+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-qml-wrapper/fontawesome-qml.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb diff --git a/recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb b/recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb new file mode 100644 index 00000000..4f0849a8 --- /dev/null +++ b/recipes-schnitzeltony/recipes-qml-wrapper/fontawesome-qml.bb @@ -0,0 +1,16 @@ +SUMMARY = "A library to ease up Font-Awesome handling in QML" +LICENSE = "GPLv3 & OFL-1.1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cb0c48d9cdd3c75b1a0182323dbda5a7" + +DEPENDS = " \ + qtdeclarative \ + qtquickcontrols2 \ +" + + +SRC_URI = "gitsm://github.com/schnitzeltony/fontawesome-qml.git" +SRCREV = "d2b6df4de4cc8fe19002d0ea9bde3be0e64a28a2" +PV = "0.0.1+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit cmake_qt5