2022-01-18 11:14:03 +01:00
|
|
|
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 \
|
2022-01-18 11:56:37 +01:00
|
|
|
python3-geopy \
|
|
|
|
python-i3ipc \
|
2022-01-18 11:14:03 +01:00
|
|
|
python3-pygobject \
|
2022-01-29 14:23:04 +01:00
|
|
|
swaync \
|
2022-01-18 11:14:03 +01:00
|
|
|
"
|
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2022-09-25 16:56:12 +02:00
|
|
|
PV = "0.3.14"
|
|
|
|
SRCREV = "19aa30f99dc3246290f39f0cb002952e0b5903c4"
|
2022-01-18 11:14:03 +01:00
|
|
|
|