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

26 lines
467 B
BlitzBasic
Raw Normal View History

SUMMARY = "GTK3-based panel for wayland."
LICENSE = "MIT"
2022-07-21 09:25:26 +02:00
LIC_FILES_CHKSUM = "file://LICENSE;md5=cf35eed17e1e2850ef025a633885d45f"
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 \
python-i3ipc \
2022-06-18 22:50:16 +02:00
python3-psutil \
python3-pygobject \
python3-requests \
2022-01-29 14:23:22 +01:00
swaync \
"
inherit setuptools3
S = "${WORKDIR}/git"
2022-12-06 18:44:16 +01:00
PV = "0.7.15"
SRCREV = "1bd128c324590b4e4a6275b70bbf4388c9249b1a"