2021-07-23 18:08:38 +02:00
|
|
|
SUMMARY = "GTK3-based panel for wayland."
|
|
|
|
LICENSE = "MIT"
|
2023-01-31 13:15:51 +01:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcdbccfd08fcfd7002d16ca7fa5ad5cb"
|
2021-07-23 18:08:38 +02:00
|
|
|
|
|
|
|
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} = "\
|
2022-01-18 11:13:35 +01:00
|
|
|
bash \
|
2021-07-28 07:54:08 +02:00
|
|
|
light \
|
2021-07-23 18:08:38 +02:00
|
|
|
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 \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2023-10-22 14:30:56 +02:00
|
|
|
PV = "0.9.14"
|
|
|
|
SRCREV = "16f7abda24a165d7131db3fcc03c440c8dd2da5b"
|
2021-07-23 18:08:38 +02:00
|
|
|
|