mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
23 lines
432 B
BlitzBasic
23 lines
432 B
BlitzBasic
SUMMARY = "nwg-shell config utility."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/nwg-piotr/nwg-shell-config.git;protocol=https;branch=master \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3 \
|
|
python3-geopy \
|
|
python-i3ipc \
|
|
python3-pygobject \
|
|
swaync \
|
|
"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.5.29"
|
|
SRCREV = "d1d3b7868e95131721751942d8586d9849b1f1f2"
|
|
|