From 220111cf371bbf9bf043be4e3b028885af8ea0e1 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 27 Dec 2023 12:53:44 +0100 Subject: [PATCH] nwg-hello: add recipe --- recipes-gtk/nwg-shell/nwg-hello_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-gtk/nwg-shell/nwg-hello_git.bb diff --git a/recipes-gtk/nwg-shell/nwg-hello_git.bb b/recipes-gtk/nwg-shell/nwg-hello_git.bb new file mode 100644 index 0000000..c93d160 --- /dev/null +++ b/recipes-gtk/nwg-shell/nwg-hello_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "nwg-hello is a GTK3-based greeter for the greetd daemon, written in python." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI = "git://github.com/nwg-piotr/nwg-hello.git;protocol=https;branch=main" + +RDEPENDS:${PN} = " \ + python3 \ + greetd \ + gtk+3 \ + gtk-layer-shell \ +" + +RRECOMMENDS:${PN} = "gnome-themes-extra" + +inherit setuptools3 + +S = "${WORKDIR}/git" +PV = "0.1.4" +SRCREV = "0f11425c1d9ccbc6de4073b8b95c42e37cbfa606" +