meta-wayland/recipes-extended/autotiling/autotiling_git.bb

19 lines
461 B
BlitzBasic
Raw Normal View History

2021-07-24 13:48:57 +02:00
SUMMARY = "Switch the layout splith/splitv depending on the currently focused window dimensions."
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/nwg-piotr/autotiling.git;protocol=https;branch=master \
2021-07-24 13:48:57 +02:00
"
DEPENDS = "python3-wheel-native"
2021-08-07 06:23:26 +02:00
RDEPENDS:${PN} = "python-i3ipc"
2021-07-24 13:48:57 +02:00
inherit setuptools3
S = "${WORKDIR}/git"
2021-11-28 06:09:57 +01:00
PV = "1.6"
SRCREV = "dbdbfa10115c23c987d63f66f0661b7039885735"
2021-07-24 13:48:57 +02:00