mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
nwg-shell: add nwg-shell recipes and friends
This commit is contained in:
19
recipes-devtools/python/python-i3ipc_git.bb
Normal file
19
recipes-devtools/python/python-i3ipc_git.bb
Normal 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}"
|
||||
|
21
recipes-devtools/python/python-xlib.bb
Normal file
21
recipes-devtools/python/python-xlib.bb
Normal 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}"
|
||||
|
Reference in New Issue
Block a user