From ad6bef0058382eca08ff9b7405a079cd13f05878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 12 Jan 2018 15:32:25 +0100 Subject: [PATCH] adwaita-qt: initial add 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../adwaita-qt/adwaita-qt_1.0.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-misc/recipes-themes/adwaita-qt/adwaita-qt_1.0.bb diff --git a/recipes-misc/recipes-themes/adwaita-qt/adwaita-qt_1.0.bb b/recipes-misc/recipes-themes/adwaita-qt/adwaita-qt_1.0.bb new file mode 100644 index 00000000..70891215 --- /dev/null +++ b/recipes-misc/recipes-themes/adwaita-qt/adwaita-qt_1.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "Make Qt applications look gnomeish" +HOMEPAGE = "https://github.com/MartinBriza/adwaita-qt" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" + +inherit cmake_qt5 + +DEPENDS = "qtbase" + +SRC_URI = "git://github.com/MartinBriza/${BPN}.git" +SRCREV = "34900be926b1779315af0846856860f51087fc79" +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += " \ + -DQT_PLUGINS_DIR=${OE_QMAKE_PATH_PLUGINS} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ +" + +FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"