mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
26 lines
467 B
BlitzBasic
26 lines
467 B
BlitzBasic
SUMMARY = "GTK3-based panel for wayland."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcdbccfd08fcfd7002d16ca7fa5ad5cb"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
bash \
|
|
light \
|
|
python3 \
|
|
python-i3ipc \
|
|
python3-psutil \
|
|
python3-pygobject \
|
|
python3-requests \
|
|
swaync \
|
|
"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.7.16"
|
|
SRCREV = "368de5c05a370b02b42b6a117080f530abe41a7a"
|
|
|