From 6462c7942abddb6c373b1337fca00b87dff8cc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 27 Sep 2016 19:14:22 +0200 Subject: [PATCH] lxqt-admin: initial add 0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deprecated dependencies are gone - thanks! Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-admin/lxqt-admin_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-lxqt/lxqt-admin/lxqt-admin_git.bb diff --git a/recipes-lxqt/lxqt-admin/lxqt-admin_git.bb b/recipes-lxqt/lxqt-admin/lxqt-admin_git.bb new file mode 100644 index 00000000..343b577d --- /dev/null +++ b/recipes-lxqt/lxqt-admin/lxqt-admin_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "GUI tools to adjust settings of the operating system" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" + +inherit lxqt + +DEPENDS += " \ + liblxqt \ +" + +SRCREV = "5d8678a974e5832fea9e1f6f871b21e05cc9fbc3" +PV = "0.11.0" + +FILES_${PN} += "${datadir}/polkit-1" + +RDEPENDS_${PN} += "lxqt-policykit"