nwg-shell: add nwg-shell recipes and friends

This commit is contained in:
Markus Volk
2021-07-23 18:08:38 +02:00
parent ac2bda211c
commit 59fa7f4dd5
10 changed files with 235 additions and 1 deletions

View File

@ -0,0 +1,19 @@
SUMMARY = "An improved Python library to control i3wm and sway."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4"
SRC_URI = " \
git://github.com/altdesktop/i3ipc-python.git;protocol=https \
"
RDEPENDS_${PN} = " \
python3 \
python-xlib \
"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "2.2.1"
SRCREV = "v${PV}"

View File

@ -0,0 +1,21 @@
SUMMARY = "The Python X Library."
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = " \
git://github.com/python-xlib/python-xlib.git;protocol=https \
"
DEPENDS = " \
python3 \
python3-six \
python3-wheel-native \
python3-pip-native \
"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.31"
SRCREV = "${PV}"