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
19 lines
461 B
BlitzBasic
19 lines
461 B
BlitzBasic
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 = " \
|
|
git://github.com/nwg-piotr/autotiling.git;protocol=https;branch=master \
|
|
"
|
|
|
|
DEPENDS = "python3-wheel-native"
|
|
|
|
RDEPENDS:${PN} = "python-i3ipc"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.6"
|
|
SRCREV = "dbdbfa10115c23c987d63f66f0661b7039885735"
|
|
|