From 60e4bbd16de5970e3803c329c629727b53cd4006 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 29 Jun 2025 18:13:04 +0200 Subject: [PATCH] nwg-panel: update --- .../nwg-shell/nwg-panel/nwg-panel_0.10.8.bb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-gtk/nwg-shell/nwg-panel/nwg-panel_0.10.8.bb 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" +