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"
|
2022-11-03 08:09:15 +01:00
|
|
|
PV = "1.8"
|
|
|
|
SRCREV = "2eb65aeecdcd3985414d580c82e5e1c277c1cf8d"
|
2021-07-24 13:48:57 +02:00
|
|
|
|