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

29 lines
518 B
BlitzBasic
Raw Normal View History

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 \
"
2021-08-07 06:23:26 +02:00
RDEPENDS:${PN} = "\
2021-07-28 07:54:08 +02:00
light \
python3 \
python3-pygobject \
python3-psutil \
python-i3ipc \
"
inherit setuptools3
S = "${WORKDIR}/git"
2021-08-29 07:43:19 +02:00
PV = "0.4.3"
SRCREV = "v${PV}"
do_install:append() {
rm ${D}${libdir}/python3.9/site-packages/nwg_panel/executors/arch_updates.py
}
2021-08-07 06:23:26 +02:00
INSANE_SKIP:${PN} = "file-rdeps"