meta-wayland/recipes-gtk/nwg-shell/nwg-panel_git.bb
2023-10-22 14:30:56 +02:00

26 lines
467 B
BlitzBasic

SUMMARY = "GTK3-based panel for wayland."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcdbccfd08fcfd7002d16ca7fa5ad5cb"
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.9.14"
SRCREV = "16f7abda24a165d7131db3fcc03c440c8dd2da5b"