mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
autotiling: add recipe
This commit is contained in:
parent
da0eeefcf1
commit
e6291db557
18
recipes-extended/autotiling/autotiling_git.bb
Normal file
18
recipes-extended/autotiling/autotiling_git.bb
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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 \
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPENDS = "python3-wheel-native"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "python-i3ipc"
|
||||||
|
|
||||||
|
inherit setuptools3
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "1.5"
|
||||||
|
SRCREV = "v${PV}"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user