From 21cb79a675f28cbb6a409d643f197dc8090a1217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 26 Jan 2019 22:16:41 +0100 Subject: [PATCH] liri-materialdecoration: initial add 1.1.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To build without error it needs: master: https://github.com/meta-qt5/meta-qt5/pull/157 thud: https://github.com/meta-qt5/meta-qt5/pull/158 Signed-off-by: Andreas Müller --- .../liri-materialdecoration_git.bb | 16 ++++++++++++++++ recipes-liri/packagegroups/liri-world.bb | 1 + 2 files changed, 17 insertions(+) create mode 100644 recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb diff --git a/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb b/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb new file mode 100644 index 00000000..4dc434ce --- /dev/null +++ b/recipes-liri/liri-materialdecoration/liri-materialdecoration_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "Client-side decoration for all Qt-based Wayland clients" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ +" + +inherit liri + +PV = "1.1.0+git${SRCPV}" + +SRCREV = "2079487116c6c794af3a15452342a69293039b46" +S = "${WORKDIR}/git" + +FILES_${PN} += " \ + ${libdir}/plugins \ +" diff --git a/recipes-liri/packagegroups/liri-world.bb b/recipes-liri/packagegroups/liri-world.bb index eb815b51..baee80d2 100644 --- a/recipes-liri/packagegroups/liri-world.bb +++ b/recipes-liri/packagegroups/liri-world.bb @@ -11,6 +11,7 @@ RDEPENDS_${PN} = " \ liri-files \ liri-fluid \ liri-libliri \ + liri-materialdecoration \ liri-networkmanager \ liri-player \ liri-power-manager \