diff --git a/recipes-gtk/nwg-shell/nwg-panel/nwg-panel_0.10.8.bb b/recipes-gtk/nwg-shell/nwg-panel/nwg-panel_0.10.8.bb new file mode 100644 index 0000000..8304b54 --- /dev/null +++ b/recipes-gtk/nwg-shell/nwg-panel/nwg-panel_0.10.8.bb @@ -0,0 +1,23 @@ +SUMMARY = "GTK3-based panel for wayland." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=da62111cfafe45015704951c9d602bb2" + +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 + +SRCREV = "5e5610cbc00f18595d791f2d7dbf32512618fbf9" +