2021-07-23 18:08:38 +02:00
|
|
|
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-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = "\
|
2021-07-28 07:54:08 +02:00
|
|
|
light \
|
2021-07-23 18:08:38 +02:00
|
|
|
python3 \
|
|
|
|
python3-pygobject \
|
|
|
|
python3-psutil \
|
|
|
|
python-i3ipc \
|
|
|
|
"
|
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2022-01-09 10:03:54 +01:00
|
|
|
PV = "0.5.5"
|
2021-07-23 18:08:38 +02:00
|
|
|
SRCREV = "v${PV}"
|
|
|
|
|
2021-12-04 17:08:34 +01:00
|
|
|
do_install:append() {
|
|
|
|
rm ${D}${libdir}/python*/site-packages/nwg_panel/executors/arch_updates.py
|
|
|
|
}
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
INSANE_SKIP:${PN} = "file-rdeps"
|
2021-07-23 18:08:38 +02:00
|
|
|
|