meta-wayland/recipes-gtk/nwg-shell/nwg-panel_git.bb
2022-06-18 22:50:16 +02:00

26 lines
466 B
BlitzBasic

SUMMARY = "GTK3-based panel for wayland."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
SRC_URI = " \
git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \
"
RDEPENDS:${PN} = "\
bash \
light \
python3 \
python-i3ipc \
python3-psutil \
python3-pygobject \
python3-requests \
swaync \
"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.7.1"
SRCREV = "5affa736599d297ae354b1d9d420987a288e9e0a"