meta-wayland/recipes-gtk/nwg-shell/nwg-panel_git.bb

25 lines
446 B
BlitzBasic
Raw Normal View History

SUMMARY = "GTK3-based panel for wayland."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \
"
2021-08-07 06:23:26 +02:00
RDEPENDS:${PN} = "\
2022-01-18 11:13:35 +01:00
bash \
2021-07-28 07:54:08 +02:00
light \
python3 \
python3-pygobject \
python3-psutil \
python-i3ipc \
2022-01-29 14:23:22 +01:00
swaync \
"
inherit setuptools3
S = "${WORKDIR}/git"
2022-03-19 15:42:44 +01:00
PV = "0.6.2"
SRCREV = "f5622e1a35e63840fb1826a2ef35a8edb9dfcbc2"