From 00d58db8827279bed9df468729166197de89263e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 26 Jul 2015 00:36:02 +0200 Subject: [PATCH] lxqt-base: add a packageconfig for a working lxqt-image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit currently this only makes openbox working for lxqt Signed-off-by: Andreas Müller --- recipes-lxqt/packagegroups/lxqt-base.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-lxqt/packagegroups/lxqt-base.bb diff --git a/recipes-lxqt/packagegroups/lxqt-base.bb b/recipes-lxqt/packagegroups/lxqt-base.bb new file mode 100644 index 00000000..ddb9ed08 --- /dev/null +++ b/recipes-lxqt/packagegroups/lxqt-base.bb @@ -0,0 +1,24 @@ +SUMMARY = "All lxqt packages for a working system" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +inherit packagegroup + +RDEPENDS_${PN} = " \ + lxqt-world \ + \ + openbox \ + openbox-theme-artwiz-boxed \ + openbox-theme-bear2 \ + openbox-theme-clearlooks \ + openbox-theme-clearlooks-3.4 \ + openbox-theme-clearlooks-olive \ + openbox-theme-mikachu \ + openbox-theme-natura \ + openbox-theme-onyx \ + openbox-theme-onyx-citrus \ + openbox-theme-orang \ + openbox-theme-syscrash \ +" + +