meta-wayland/recipes-gtk/nwg-shell/nwg-panel_git.bb
2022-09-02 17:28:45 +02:00

26 lines
466 B
BlitzBasic

SUMMARY = "GTK3-based panel for wayland."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cf35eed17e1e2850ef025a633885d45f"
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.7"
SRCREV = "436bfc854b95bd73fe873bf4b122f968dc7b76b8"