meta-wayland/recipes-gtk/nwg-shell/nwg-panel_git.bb
2021-12-13 18:04:08 +01:00

29 lines
530 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} = "\
light \
python3 \
python3-pygobject \
python3-psutil \
python-i3ipc \
"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.5.1"
SRCREV = "v${PV}"
do_install:append() {
rm ${D}${libdir}/python*/site-packages/nwg_panel/executors/arch_updates.py
}
INSANE_SKIP:${PN} = "file-rdeps"