From f4824cc7a837dd449771c3cda4e1deb0066279ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Apr 2022 00:07:55 +0200 Subject: [PATCH] python3-xapp: Initial add 2.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-cinnamon/python3-xapp/python3-xapp.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-cinnamon/python3-xapp/python3-xapp.bb diff --git a/recipes-cinnamon/python3-xapp/python3-xapp.bb b/recipes-cinnamon/python3-xapp/python3-xapp.bb new file mode 100644 index 0000000..112ca23 --- /dev/null +++ b/recipes-cinnamon/python3-xapp/python3-xapp.bb @@ -0,0 +1,14 @@ +SUMMARY = "Python3 Xapp Library" +LICENSE = "LGPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" + +inherit setuptools3 + +SRC_URI = "git://github.com/linuxmint/python3-xapp.git;branch=master;protocol=https" +SRCREV = "7498934c4eb8da341ae782bf4fa6b8219866d7e1" +PV = "2.2.1" +S = "${WORKDIR}/git" + +RDEPENDS:${PN} += " \ + libxapp-python3 \ +"