mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
49dbb1b91d
update some recipes on the way
20 lines
416 B
BlitzBasic
20 lines
416 B
BlitzBasic
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;branch=master \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3 \
|
|
python-xlib \
|
|
"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.2.1"
|
|
SRCREV = "8ee74938fef47bf409a9f13c6d6436a1ef27ad7f"
|
|
|